|
Message Queue, v4.5.1 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 String |
QUEUE
Queue destination type |
static String |
TOPIC
Topic destination type |
Method Summary | |
---|---|
static String |
toStringLabel(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 String QUEUE
public static final String TOPIC
Method Detail |
---|
public static String toStringLabel(String type)
type
- Destination type
|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |