org.objectweb.joram.shared.admin
Class AdminCommandConstant

java.lang.Object
  extended by org.objectweb.joram.shared.admin.AdminCommandConstant

public class AdminCommandConstant
extends java.lang.Object


Field Summary
static int CMD_ADD_INTERCEPTORS
           
static int CMD_GET_INTERCEPTORS
           
static int CMD_NO
           
static int CMD_REMOVE_INTERCEPTORS
           
static int CMD_REPLACE_INTERCEPTORS
           
static int CMD_SET_PROPERTIES
           
static int CMD_START_HANDLER
           
static int CMD_STOP_HANDLER
           
static java.lang.String[] commandNames
           
static java.lang.String INTERCEPTORS
          use by destination
static java.lang.String INTERCEPTORS_IN
          use by UserAgent
static java.lang.String INTERCEPTORS_IN_NEW
          use by UserAgent to replace interceptor IN
static java.lang.String INTERCEPTORS_IN_OLD
          use by UserAgent to replace interceptor IN
static java.lang.String INTERCEPTORS_NEW
          use by destination to replace interceptor
static java.lang.String INTERCEPTORS_OLD
          use by destination to replace interceptor
static java.lang.String INTERCEPTORS_OUT
          use by UserAgent
static java.lang.String INTERCEPTORS_OUT_NEW
          use by UserAgent to replace interceptor OUT
static java.lang.String INTERCEPTORS_OUT_OLD
          use by UserAgent to replace interceptor OUT
 
Constructor Summary
AdminCommandConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

commandNames

public static final java.lang.String[] commandNames

INTERCEPTORS

public static final java.lang.String INTERCEPTORS
use by destination

See Also:
Constant Field Values

INTERCEPTORS_IN

public static final java.lang.String INTERCEPTORS_IN
use by UserAgent

See Also:
Constant Field Values

INTERCEPTORS_OUT

public static final java.lang.String INTERCEPTORS_OUT
use by UserAgent

See Also:
Constant Field Values

INTERCEPTORS_NEW

public static final java.lang.String INTERCEPTORS_NEW
use by destination to replace interceptor

See Also:
Constant Field Values

INTERCEPTORS_OLD

public static final java.lang.String INTERCEPTORS_OLD
use by destination to replace interceptor

See Also:
Constant Field Values

INTERCEPTORS_IN_NEW

public static final java.lang.String INTERCEPTORS_IN_NEW
use by UserAgent to replace interceptor IN

See Also:
Constant Field Values

INTERCEPTORS_IN_OLD

public static final java.lang.String INTERCEPTORS_IN_OLD
use by UserAgent to replace interceptor IN

See Also:
Constant Field Values

INTERCEPTORS_OUT_NEW

public static final java.lang.String INTERCEPTORS_OUT_NEW
use by UserAgent to replace interceptor OUT

See Also:
Constant Field Values

INTERCEPTORS_OUT_OLD

public static final java.lang.String INTERCEPTORS_OUT_OLD
use by UserAgent to replace interceptor OUT

See Also:
Constant Field Values
Constructor Detail

AdminCommandConstant

public AdminCommandConstant()


Copyright © 2011 ScalAgent D.T.. All Rights Reserved.