public class AuditQueueProxy extends EventQueueProxy implements AuditQueue
Title: Dataspace Framework
Description: Audit Queue collection proxy.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Constructor and Description |
---|
AuditQueueProxy() |
Modifier and Type | Method and Description |
---|---|
boolean |
dropAuditForProcessInstance(java.lang.String serviceGroup,
java.lang.String instance)
Drops audit for specified process instance of certain service group.
|
boolean |
dropAuditForServiceGroup(java.lang.String group)
Drops audit for specified service group.
|
count, drainTo, drainTo, getEventId, read, readAll, readLast, start, stop, take, takeLast, waitToRead, waitToRead, waitToReadLast, waitToReadLast, waitToTake, waitToTake, waitToTakeLast, waitToTakeLast
drainTo, drainTo, offer, poll, pollLast, put, remainingCapacity, take, takeLast
add, addAll, addRow, addRows, clear, contains, containsAll, drainRowsTo, drainRowsTo, drainToMap, drainToQueue, drainToRowSet, drainToTable, element, elementLast, fromMap, fromQueue, fromRowSet, fromTable, isEmpty, iterator, offer, peek, peekLast, poll, pollLast, remove, remove, removeAll, removeLast, retainAll, size, toArray, toArray, toMap, toMapCollection, toQueue, toQueueCollection, toRowSet, toTableCollection
getCollectionName, getCollectionType, getMemoryModel, listTriggers
getId, setAccessor, setId
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
count, drainTo, drainTo, read, readAll, readLast, start, stop, take, takeLast, waitToRead, waitToRead, waitToReadLast, waitToReadLast, waitToTake, waitToTake, waitToTakeLast, waitToTakeLast
addAll, containsAll, drainTo, drainTo, pollLast, removeAll, retainAll, takeLast
addRow, addRows, drainRowsTo, drainRowsTo, drainToMap, drainToQueue, drainToRowSet, drainToTable, elementLast, fromMap, fromQueue, fromRowSet, fromTable, peekLast, pollLast, removeLast, toMap, toMapCollection, toQueue, toQueueCollection, toRowSet, toTableCollection
getCollectionName, getCollectionType, getMemoryModel, listTriggers
add, contains, offer, offer, poll, put, remainingCapacity, remove, take
public boolean dropAuditForProcessInstance(java.lang.String serviceGroup, java.lang.String instance)
AuditQueue
dropAuditForProcessInstance
in interface AuditQueue
serviceGroup
- - Service group.instance
- - Instance of the process which audit should be purged for.public boolean dropAuditForServiceGroup(java.lang.String group)
AuditQueue
dropAuditForServiceGroup
in interface AuditQueue
group
- - Service group which audit should be purged for.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.