public interface BrokerLockedQueueBrowser extends BrokerQueueBrowser
Modifier and Type | Method and Description |
---|---|
int |
deleteEvents(long[] seqns)
Delete events in the queue.
|
void |
insertEventsAtHead(BrokerEvent[] events)
Insert events in into the queue.
|
void |
insertEventsAtTail(BrokerEvent[] events)
Insert events in into the queue.
|
void |
modifyEvents(long[] seqns,
BrokerEvent[] events)
Modify events in the queue.
|
browseEvents, closeQueueBrowser, getBrowserInfo, getFilters, resetFilters, setFilter, setFilters, setPosition
void modifyEvents(long[] seqns, BrokerEvent[] events) throws BrokerException
seqns
- An array of sequence numbers that identify the events to be modified in the queue.events
- An array of BrokerEvent that will be updated in place of the events in the queue.BrokerInvalidClientException
- If the client has been destroyed or disconnected.BrokerQueueBrowserException
- If the event cannot be modifiedBrokerException
int deleteEvents(long[] seqns) throws BrokerException
seqns
- An array of sequence numbers that identify the events in the queue.BrokerInvalidClientException
- If the client has been destroyed or disconnected.BrokerQueueBrowserException
- If the event cannot be deletedBrokerException
void insertEventsAtHead(BrokerEvent[] events) throws BrokerException
events
- An array of events to be inserted.BrokerInvalidClientException
- If the client has been destroyed or disconnected.BrokerQueueBrowserException
- If the event cannot be insertedBrokerException
void insertEventsAtTail(BrokerEvent[] events) throws BrokerException
events
- An array of events to be inserted.BrokerInvalidClientException
- If the client has been destroyed or disconnected.BrokerQueueBrowserException
- If the event cannot be insertedBrokerException
Copyright © 2002-2006 webMethods, Inc. Copyright © 2007-2021 Software AG Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.