public interface AuditQueue extends EventQueue
Title: Dataspace Framework
Description: Audit Queue collection interface.
EventQueue
javadoc.
Audit queue stores audit message from AuditEvent and other event properties.
contains/remove/retain operations compares elements by CorrelationId, EventKey and EventGroup.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
dropAuditForProcessInstance(java.lang.String group,
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, 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
boolean dropAuditForServiceGroup(java.lang.String group)
group
- - Service group which audit should be purged for.boolean dropAuditForProcessInstance(java.lang.String group, java.lang.String instance)
group
- - Service group.instance
- - Instance of the process which audit should be purged for.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.