|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.latencybusters.lbm.UMQQueueApplicationSet
public class UMQQueueApplicationSet
Class containing information about a particular application set as configured on a UMQ queue daemon.
Constructor Summary | |
---|---|
UMQQueueApplicationSet()
|
Method Summary | |
---|---|
int |
applicationSetIndex()
Gets this application set's application set index (as determined by the queue daemon). |
java.lang.String |
applicationSetName()
Gets the name (as configured on the queue daemon) of this application set. |
java.util.List<UMQQueueReceiverTypeID> |
receiverTypeIDs()
Gets a list of the receiver type IDs that belong to this application set (as configured on the queue daemon). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UMQQueueApplicationSet()
Method Detail |
---|
public java.lang.String applicationSetName()
public java.util.List<UMQQueueReceiverTypeID> receiverTypeIDs()
public int applicationSetIndex()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |