|
Sun Java(tm) System Message Queue v3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.messaging.EndpointConfiguration
The EndpointConfiguration
class contains Sun MQ specific
destination identity configuration property names and values.
com.sun.messaging.Endpoint
Field Summary | |
static String |
IMQ_INITIAL_ENDPOINT_DESCRIPTION
The default description initially given to a Endpoint object
upon instantiation. |
static String |
IMQ_INITIAL_ENDPOINT_NAME
The default name initially given to an Endpoint object
upon instantiation. |
static String |
imqEndpointDescription
The property name that holds a description given to the Endpoint object. |
static String |
imqEndpointName
The property name that holds the name assigned to the Endpoint object. |
static String |
imqSOAPEndpointList
The property name that holds the SOAP Endpoint(s) encapsulated in this Endpoint object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String imqEndpointName
Endpoint
object.
public static final String imqEndpointDescription
Endpoint
object.
public static final String imqSOAPEndpointList
Endpoint
object.
public static final String IMQ_INITIAL_ENDPOINT_NAME
Endpoint
object
upon instantiation. Typically, either the administrator or programmer will
assign a name for this Endpoint
object.
com.sun.messaging.Endpoint
,
Constant Field Valuespublic static final String IMQ_INITIAL_ENDPOINT_DESCRIPTION
Endpoint
object
upon instantiation. Typically, either the administrator or programmer will
set a meaningful description for this Endpoint
object.
com.sun.messaging.Endpoint
,
Constant Field Values
|
Sun Java(tm) System Message Queue v3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |