Class DestinationType
java.lang.Object
com.sun.messaging.jms.management.server.DestinationType
Class containing information on destination types.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringtoStringLabel(String type) Returns a human readable representation of the specified destination type.
- 
Field Details- 
QUEUEQueue destination type- See Also:
 
- 
TOPICTopic destination type- See Also:
 
 
- 
- 
Method Details- 
toStringLabelReturns a human readable representation of the specified destination type.- Parameters:
- type- Destination type
- Returns:
- String representation of the specified destination type
 
 
-