|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Helper class for JMS reduction implementations.
JmsDataHandler
,
Reduction
Field Summary | |
static java.lang.String |
CALL_METHOD
JMS int property with JmsConstants.CALL_METHOD name includes int value of org.idoox.transport.TransportMethod and determines type of the operation. |
static java.lang.String |
DEFAULT_DELIVERY_MODE
Default delivery mode |
static int |
DEFAULT_PRIORITY
Default priority for the JMS message |
static java.lang.String |
DEFAULT_REDUCTION
Default name of the reduction class |
static int |
DEFAULT_TIME_TO_LIVE
Default time to live for the JMS message |
static int |
DEFAULT_TIMEOUT
Default timeout for the JMS client transport |
static java.lang.String |
DELIVERY_MODE_NON_PERSISTENT
Non persistent delivery mode |
static java.lang.String |
DELIVERY_MODE_PERSISTENT
Persistent delivery mode |
static java.lang.String |
JMS_REDUCTION_CLASS
Name of the property passed in the lookup method to JMS transport. |
static java.lang.String |
MSG_CALLID
Use this constant as a name of the JMS string property which contains coupling information and to identify the coupling information within the JMS properties. |
static java.lang.String |
MSG_CLIENT_ADDRESS
The name of the JMS string property, which contains client address of the caller. |
static java.lang.String |
MSG_CLIENT_URI_FRAGMENT
The name of the JMS string property, which contains the fragment part of the JMS URI |
static java.lang.String |
MSG_CLIENT_URI_PATH
The name of the JMS string property, which contains the path part of the JMS URI |
static java.lang.String |
MSG_CLIENT_URI_PORT
The name of the JMS string property, which contains the port part of the JMS URI |
static java.lang.String |
MSG_CLIENT_URI_QUERY
The name of the JMS string property, which contains the query part of the JMS URI |
static java.lang.String |
MSG_CLIENT_URI_REPLY_NAME
The JMS property with this name holds value of the name of the detination, where the reply will be send over. |
static java.lang.String |
MSG_CLIENT_URI_USERINFO
The name of the JMS string property, which contains the user info part of the JMS URI |
static java.lang.String |
MSG_HDR
The name of the JMS string property which contains string which encapsulates values and names of string headers |
static java.lang.String |
MSG_SC
The name of the JMS string property, which contains the string value of the status code set on the server side. |
static java.lang.String |
MSG_TYPE
Use this constant to mark type of the JMS message you send. |
static java.lang.String |
QUEUE_TYPE
Marks queue |
static java.lang.String |
SERVER_SELECTOR
The name of the JMS string property, which contains the server selector value |
static java.lang.String |
TOPIC_TYPE
Marks topic |
static java.lang.String |
TYPE_REQUEST
Indicates request message (message sent from the client to the server). |
static java.lang.String |
TYPE_RESPONSE
Indicates response message (message sent from the server to the client). |
Field Detail |
public static final java.lang.String MSG_TYPE
public static final java.lang.String TYPE_REQUEST
public static final java.lang.String TYPE_RESPONSE
public static final java.lang.String MSG_CALLID
public static final java.lang.String CALL_METHOD
public static final java.lang.String MSG_HDR
public static final java.lang.String MSG_CLIENT_ADDRESS
public static final java.lang.String MSG_CLIENT_URI_PATH
public static final java.lang.String MSG_CLIENT_URI_FRAGMENT
public static final java.lang.String MSG_CLIENT_URI_QUERY
public static final java.lang.String MSG_CLIENT_URI_USERINFO
public static final java.lang.String MSG_CLIENT_URI_PORT
public static final java.lang.String MSG_CLIENT_URI_REPLY_NAME
public static final java.lang.String MSG_SC
public static final java.lang.String SERVER_SELECTOR
public static final int DEFAULT_TIME_TO_LIVE
public static final int DEFAULT_PRIORITY
public static final int DEFAULT_TIMEOUT
public static final java.lang.String DEFAULT_REDUCTION
public static final java.lang.String TOPIC_TYPE
public static final java.lang.String QUEUE_TYPE
public static final java.lang.String DELIVERY_MODE_NON_PERSISTENT
public static final java.lang.String DELIVERY_MODE_PERSISTENT
public static final java.lang.String DEFAULT_DELIVERY_MODE
public static final java.lang.String JMS_REDUCTION_CLASS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |