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 Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The default description initially given to aDestination
object upon instantiation.static final String
The default name initially given to aDestination
object upon instantiation.static final String
The property name that holds a description given to theDestination
object.static final String
The property name that holds the name assigned to theDestination
object. -
Method Summary
-
Field Details
-
imqDestinationName
The property name that holds the name assigned to theDestination
object.- See Also:
-
imqDestinationDescription
The property name that holds a description given to theDestination
object.- See Also:
-
IMQ_INITIAL_DESTINATION_NAME
The default name initially given to aDestination
object upon instantiation. Typically, either the administrator or programmer will assign a name for thisDestination
object.- See Also:
-
IMQ_INITIAL_DESTINATION_DESCRIPTION
The default description initially given to aDestination
object upon instantiation. Typically, either the administrator or programmer will set a meaningful description for thisDestination
object.- See Also:
-