Package org.objectweb.joram.shared.admin
Class AdminCommandConstant
- java.lang.Object
-
- org.objectweb.joram.shared.admin.AdminCommandConstant
-
public final class AdminCommandConstant extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intCMD_ADD_CLIENTIDstatic intCMD_ADD_INTERCEPTORSstatic intCMD_GET_INTERCEPTORSstatic intCMD_INVOKE_STATICstatic intCMD_NOstatic intCMD_PAUSEstatic intCMD_REMOVE_INTERCEPTORSstatic intCMD_REPLACE_INTERCEPTORSstatic intCMD_SET_PROPERTIESstatic intCMD_SET_REDELIVERY_DELAYstatic intCMD_START_HANDLERstatic intCMD_STOP_HANDLERprivate static String[]commandNamesstatic StringINTERCEPTORSuse by destinationstatic StringINTERCEPTORS_INuse by UserAgentstatic StringINTERCEPTORS_IN_NEWuse by UserAgent to replace interceptor INstatic StringINTERCEPTORS_IN_OLDuse by UserAgent to replace interceptor INstatic StringINTERCEPTORS_NEWuse by destination to replace interceptorstatic StringINTERCEPTORS_OLDuse by destination to replace interceptorstatic StringINTERCEPTORS_OUTuse by UserAgentstatic StringINTERCEPTORS_OUT_NEWuse by UserAgent to replace interceptor OUTstatic StringINTERCEPTORS_OUT_OLDuse by UserAgent to replace interceptor OUTstatic StringINVOKE_ASYNCUsed by AdminTopic to invoke a static methodstatic StringINVOKE_CLASS_NAMEUsed by AdminTopic to invoke a static methodstatic StringINVOKE_METHOD_ARGUsed by AdminTopic to invoke a static methodstatic StringINVOKE_METHOD_ARG_VALUEUsed by AdminTopic to invoke a static methodstatic StringINVOKE_METHOD_NAMEUsed by AdminTopic to invoke a static methodstatic StringINVOKE_METHOD_RESULTUsed by AdminTopic to invoke a static methodstatic StringPAUSEuse by Queue to set the pause propertystatic StringREDELIVERY_DELAYUsed by UserAgent and Destination to set the redeliveryDelay attribute
-
Constructor Summary
Constructors Constructor Description AdminCommandConstant()
-
-
-
Field Detail
-
CMD_NO
public static final int CMD_NO
- See Also:
- Constant Field Values
-
CMD_ADD_INTERCEPTORS
public static final int CMD_ADD_INTERCEPTORS
- See Also:
- Constant Field Values
-
CMD_REMOVE_INTERCEPTORS
public static final int CMD_REMOVE_INTERCEPTORS
- See Also:
- Constant Field Values
-
CMD_GET_INTERCEPTORS
public static final int CMD_GET_INTERCEPTORS
- See Also:
- Constant Field Values
-
CMD_REPLACE_INTERCEPTORS
public static final int CMD_REPLACE_INTERCEPTORS
- See Also:
- Constant Field Values
-
CMD_SET_PROPERTIES
public static final int CMD_SET_PROPERTIES
- See Also:
- Constant Field Values
-
CMD_START_HANDLER
public static final int CMD_START_HANDLER
- See Also:
- Constant Field Values
-
CMD_STOP_HANDLER
public static final int CMD_STOP_HANDLER
- See Also:
- Constant Field Values
-
CMD_INVOKE_STATIC
public static final int CMD_INVOKE_STATIC
- See Also:
- Constant Field Values
-
CMD_ADD_CLIENTID
public static final int CMD_ADD_CLIENTID
- See Also:
- Constant Field Values
-
CMD_SET_REDELIVERY_DELAY
public static final int CMD_SET_REDELIVERY_DELAY
- See Also:
- Constant Field Values
-
CMD_PAUSE
public static final int CMD_PAUSE
- See Also:
- Constant Field Values
-
commandNames
private static final String[] commandNames
-
INTERCEPTORS
public static final String INTERCEPTORS
use by destination- See Also:
- Constant Field Values
-
INTERCEPTORS_IN
public static final String INTERCEPTORS_IN
use by UserAgent- See Also:
- Constant Field Values
-
INTERCEPTORS_OUT
public static final String INTERCEPTORS_OUT
use by UserAgent- See Also:
- Constant Field Values
-
INTERCEPTORS_NEW
public static final String INTERCEPTORS_NEW
use by destination to replace interceptor- See Also:
- Constant Field Values
-
INTERCEPTORS_OLD
public static final String INTERCEPTORS_OLD
use by destination to replace interceptor- See Also:
- Constant Field Values
-
INTERCEPTORS_IN_NEW
public static final String INTERCEPTORS_IN_NEW
use by UserAgent to replace interceptor IN- See Also:
- Constant Field Values
-
INTERCEPTORS_IN_OLD
public static final String INTERCEPTORS_IN_OLD
use by UserAgent to replace interceptor IN- See Also:
- Constant Field Values
-
INTERCEPTORS_OUT_NEW
public static final String INTERCEPTORS_OUT_NEW
use by UserAgent to replace interceptor OUT- See Also:
- Constant Field Values
-
INTERCEPTORS_OUT_OLD
public static final String INTERCEPTORS_OUT_OLD
use by UserAgent to replace interceptor OUT- See Also:
- Constant Field Values
-
INVOKE_CLASS_NAME
public static final String INVOKE_CLASS_NAME
Used by AdminTopic to invoke a static method- See Also:
- Constant Field Values
-
INVOKE_METHOD_NAME
public static final String INVOKE_METHOD_NAME
Used by AdminTopic to invoke a static method- See Also:
- Constant Field Values
-
INVOKE_ASYNC
public static final String INVOKE_ASYNC
Used by AdminTopic to invoke a static method- See Also:
- Constant Field Values
-
INVOKE_METHOD_ARG
public static final String INVOKE_METHOD_ARG
Used by AdminTopic to invoke a static method- See Also:
- Constant Field Values
-
INVOKE_METHOD_ARG_VALUE
public static final String INVOKE_METHOD_ARG_VALUE
Used by AdminTopic to invoke a static method- See Also:
- Constant Field Values
-
INVOKE_METHOD_RESULT
public static final String INVOKE_METHOD_RESULT
Used by AdminTopic to invoke a static method- See Also:
- Constant Field Values
-
REDELIVERY_DELAY
public static final String REDELIVERY_DELAY
Used by UserAgent and Destination to set the redeliveryDelay attribute- See Also:
- Constant Field Values
-
PAUSE
public static final String PAUSE
use by Queue to set the pause property- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommandNames
public static final String getCommandNames(int command)
-
-