com.sun.messaging
public class DestinationConfiguration extends Object
DestinationConfiguration
class contains Sun MQ specific
destination identity configuration property names and values.com.sun.messaging.Destination
Modifier and Type | Field and Description |
---|---|
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.
|
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
public 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.public 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.Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.