Message Queue, v4.4 API Specification

com.sun.messaging
Class DestinationConfiguration

java.lang.Object
  extended by com.sun.messaging.DestinationConfiguration

public class DestinationConfiguration
extends java.lang.Object

The DestinationConfiguration class contains Sun MQ specific destination identity configuration property names and values.

See Also:
com.sun.messaging.Destination

Field Summary
static java.lang.String IMQ_INITIAL_DESTINATION_DESCRIPTION
          The default description initially given to a Destination object upon instantiation.
static java.lang.String IMQ_INITIAL_DESTINATION_NAME
          The default name initially given to a Destination object upon instantiation.
static java.lang.String imqDestinationDescription
          The property name that holds a description given to the Destination object.
static java.lang.String imqDestinationName
          The property name that holds the name assigned to the Destination object.
static java.lang.String JMQDestinationDescription
          Deprecated.  
static java.lang.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

imqDestinationName

public static final java.lang.String imqDestinationName
The property name that holds the name assigned to the Destination object.

See Also:
Constant Field Values

JMQDestinationName

public static final java.lang.String JMQDestinationName
Deprecated. 
See Also:
imqDestinationName, Constant Field Values

imqDestinationDescription

public static final java.lang.String imqDestinationDescription
The property name that holds a description given to the Destination object.

See Also:
Constant Field Values

JMQDestinationDescription

public static final java.lang.String JMQDestinationDescription
Deprecated. 
See Also:
imqDestinationDescription, Constant Field Values

IMQ_INITIAL_DESTINATION_NAME

public static final java.lang.String IMQ_INITIAL_DESTINATION_NAME
The default name initially given to a Destination object upon instantiation. Typically, either the administrator or programmer will assign a name for this Destination object.

See Also:
com.sun.messaging.Destination, Constant Field Values

IMQ_INITIAL_DESTINATION_DESCRIPTION

public static final java.lang.String IMQ_INITIAL_DESTINATION_DESCRIPTION
The default description initially given to a Destination object upon instantiation. Typically, either the administrator or programmer will set a meaningful description for this Destination object.

See Also:
com.sun.messaging.Destination, Constant Field Values

Message Queue, v4.4 API Specification

Copyright 2009 Sun Microsystems, Inc.
4150 Network Circle, Santa Clara, CA 95054, U.S.A. All Rights Reserved.