Class DestinationType
java.lang.Object
com.sun.messaging.jms.management.server.DestinationType
Class containing information on destination types.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic String
toStringLabel
(String type) Returns a human readable representation of the specified destination type.
-
Field Details
-
QUEUE
Queue destination type- See Also:
-
TOPIC
Topic destination type- See Also:
-
-
Method Details
-
toStringLabel
Returns a human readable representation of the specified destination type.- Parameters:
type
- Destination type- Returns:
- String representation of the specified destination type
-