|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BrokerLockedQueueBrowser
Method Summary | |
---|---|
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. |
Methods inherited from interface COM.activesw.api.client.BrokerQueueBrowser |
---|
browseEvents, closeQueueBrowser, getBrowserInfo, getFilters, resetFilters, setFilter, setFilters, setPosition |
Method Detail |
---|
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 modified
BrokerException
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 deleted
BrokerException
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 inserted
BrokerException
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 inserted
BrokerException
|
webMethods Broker Administration Java API Version 9.5.1.0.171 091713 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |