|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.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.
| 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 |
|---|
browseEvents, closeQueueBrowser, getBrowserInfo, getFilters, resetFilters, setFilter, setFilters, setPosition |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public 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.
BrokerClientQueueBrowserException - If the event cannot be
modified
BrokerException
public 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.
BrokerClientQueueBrowserException - If the event cannot be
deleted
BrokerException
public void insertEventsAtHead(BrokerEvent[] events)
throws BrokerException
events - An array of events to be inserted.
BrokerInvalidClientException - If the client has been
destroyed or disconnected.
BrokerClientQueueBrowserException - If the event cannot be
inserted
BrokerException
public void insertEventsAtTail(BrokerEvent[] events)
throws BrokerException
events - An array of events to be inserted.
BrokerInvalidClientException - If the client has been
destroyed or disconnected.
BrokerClientQueueBrowserException - If the event cannot be
inserted
BrokerException
|
webMethods Admin Version 7.1.0.0.211 082207 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||