|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.DestinationConfiguration
public class DestinationConfiguration
The DestinationConfiguration
class contains Sun MQ specific
destination identity configuration property names and values.
com.sun.messaging.Destination
Field Summary | |
---|---|
static String |
IMQ_INITIAL_DESTINATION_DESCRIPTION
The default description initially given to a Destination object
upon instantiation. |
static String |
IMQ_INITIAL_DESTINATION_NAME
The default name initially given to a Destination object
upon instantiation. |
static String |
imqDestinationDescription
The property name that holds a description given to the Destination object. |
static String |
imqDestinationName
The property name that holds the name assigned to the Destination object. |
static String |
JMQDestinationDescription
Deprecated. |
static String |
JMQDestinationName
Deprecated. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String imqDestinationName
Destination
object.
public static final String JMQDestinationName
imqDestinationName
,
Constant Field Valuespublic static final String imqDestinationDescription
Destination
object.
public static final String JMQDestinationDescription
imqDestinationDescription
,
Constant Field Valuespublic static final String IMQ_INITIAL_DESTINATION_NAME
Destination
object
upon instantiation. Typically, either the administrator or programmer will
assign a name for this Destination
object.
com.sun.messaging.Destination
,
Constant Field Valuespublic static final String IMQ_INITIAL_DESTINATION_DESCRIPTION
Destination
object
upon instantiation. Typically, either the administrator or programmer will
set a meaningful description for this Destination
object.
com.sun.messaging.Destination
,
Constant Field Values
|
Message Queue, v4.5.1 API Specification | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |