Package com.sun.messaging
Class DestinationConfiguration
java.lang.Object
com.sun.messaging.DestinationConfiguration
The 
DestinationConfiguration class contains Sun MQ specific destination identity configuration property
 names and values.- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final StringThe default description initially given to aDestinationobject upon instantiation.static final StringThe default name initially given to aDestinationobject upon instantiation.static final StringThe property name that holds a description given to theDestinationobject.static final StringThe property name that holds the name assigned to theDestinationobject.
- 
Method Summary
- 
Field Details- 
imqDestinationNameThe property name that holds the name assigned to theDestinationobject.- See Also:
 
- 
imqDestinationDescriptionThe property name that holds a description given to theDestinationobject.- See Also:
 
- 
IMQ_INITIAL_DESTINATION_NAMEThe default name initially given to aDestinationobject upon instantiation. Typically, either the administrator or programmer will assign a name for thisDestinationobject.- See Also:
 
- 
IMQ_INITIAL_DESTINATION_DESCRIPTIONThe default description initially given to aDestinationobject upon instantiation. Typically, either the administrator or programmer will set a meaningful description for thisDestinationobject.- See Also:
 
 
-