org.oddjob.jmx
Class SharedConstants

java.lang.Object
  extended by org.oddjob.jmx.SharedConstants

public class SharedConstants
extends Object

Constants shared between client and server.

Author:
Rob Gordon.

Field Summary
static ServerInterfaceHandlerFactory<?,?>[] DEFAULT_SERVER_HANDLER_FACTORIES
           
static String GET_LOGGER_METHOD
          Get logger method name.
static String RETRIEVE_CONSOLE_EVENTS_METHOD
          The retrieve console events method name.
static String RETRIEVE_LOG_EVENTS_METHOD
          The retrieve log events method name.
static String TO_STRING_METHOD
          The to string method name.
 
Constructor Summary
SharedConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETRIEVE_LOG_EVENTS_METHOD

public static final String RETRIEVE_LOG_EVENTS_METHOD
The retrieve log events method name.

See Also:
Constant Field Values

RETRIEVE_CONSOLE_EVENTS_METHOD

public static final String RETRIEVE_CONSOLE_EVENTS_METHOD
The retrieve console events method name.

See Also:
Constant Field Values

TO_STRING_METHOD

public static final String TO_STRING_METHOD
The to string method name.

See Also:
Constant Field Values

GET_LOGGER_METHOD

public static final String GET_LOGGER_METHOD
Get logger method name.

See Also:
Constant Field Values

DEFAULT_SERVER_HANDLER_FACTORIES

public static final ServerInterfaceHandlerFactory<?,?>[] DEFAULT_SERVER_HANDLER_FACTORIES
Constructor Detail

SharedConstants

public SharedConstants()