Class DestinationType
- java.lang.Object
-
- com.sun.messaging.jms.management.server.DestinationType
-
public class DestinationType extends java.lang.Object
Class containing information on destination types.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
toStringLabel(java.lang.String type)
Returns a human readable representation of the specified destination type.
-
-
-
Field Detail
-
QUEUE
public static final java.lang.String QUEUE
Queue destination type- See Also:
- Constant Field Values
-
TOPIC
public static final java.lang.String TOPIC
Topic destination type- See Also:
- Constant Field Values
-
-