|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.jms.management.server.DestinationType
public class DestinationType
Class containing information on destination types.
Field Summary | |
---|---|
static java.lang.String |
QUEUE
Queue destination type |
static java.lang.String |
TOPIC
Topic destination type |
Method Summary | |
---|---|
static java.lang.String |
toStringLabel(java.lang.String type)
Returns a human readable representation of the specified destination type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String QUEUE
public static final java.lang.String TOPIC
Method Detail |
---|
public static java.lang.String toStringLabel(java.lang.String type)
type
- Destination type
|
Message Queue, v4.4 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |