|
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 |
java.lang.ObjectCOM.activesw.api.client.BrokerQueueBrowserImpl
COM.activesw.api.client.BrokerClientQueueBrowser
COM.activesw.api.client.BrokerLockedClientQueueBrowser
public class BrokerLockedClientQueueBrowser
This class provides queue browsing capabilities to view and modify events of a client queue.
Field Summary |
---|
Fields inherited from class COM.activesw.api.client.BrokerQueueBrowserImpl |
---|
client, info |
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 class COM.activesw.api.client.BrokerClientQueueBrowser |
---|
createException, getBrowserInfo |
Methods inherited from class COM.activesw.api.client.BrokerQueueBrowserImpl |
---|
browseEvents, closeQueueBrowser, getFilters, resetFilters, setFilter, setFilters, setPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface COM.activesw.api.client.BrokerQueueBrowser |
---|
browseEvents, closeQueueBrowser, getBrowserInfo, getFilters, resetFilters, setFilter, setFilters, setPosition |
Method Detail |
---|
public void modifyEvents(long[] seqns, BrokerEvent[] events) throws BrokerException
modifyEvents
in interface BrokerLockedQueueBrowser
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
public int deleteEvents(long[] seqns) throws BrokerException
deleteEvents
in interface BrokerLockedQueueBrowser
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
public void insertEventsAtHead(BrokerEvent[] events) throws BrokerException
insertEventsAtHead
in interface BrokerLockedQueueBrowser
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
public void insertEventsAtTail(BrokerEvent[] events) throws BrokerException
insertEventsAtTail
in interface BrokerLockedQueueBrowser
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 |