com.maverick.nio
Class EventCodes

java.lang.Object
  extended by com.maverick.nio.EventCodes
Direct Known Subclasses:
SSHDEventCodes

public class EventCodes
extends java.lang.Object

List of unique SSHD Event codes

Author:
david

Field Summary
static java.lang.String ATTRIBUTE_IP
           
static java.lang.String ATTRIBUTE_LOG_MESSAGE
          This attribute is the key for the log message previously passes to log.info()/log.debug() calls
static java.lang.String ATTRIBUTE_THROWABLE
          This attribute is the key for the throwable object previously passed in some log.info() calls.
static int EVENT_CONNECTION_ATTEMPT
           
static int EVENT_DEBUG_LOG
          Logging event, this event replaces log.debug(String) calls
static int EVENT_ERROR_LOG
          Logging event, this event replaces log.error(String) calls
static int EVENT_EXCEPTION_LOG
          Logging event, this event replaces log.info(String,Throwable) calls
static int EVENT_LOG
          Logging event, this event replaces log.info(String) calls
 
Constructor Summary
EventCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_IP

public static final java.lang.String ATTRIBUTE_IP
See Also:
Constant Field Values

ATTRIBUTE_LOG_MESSAGE

public static final java.lang.String ATTRIBUTE_LOG_MESSAGE
This attribute is the key for the log message previously passes to log.info()/log.debug() calls

See Also:
Constant Field Values

ATTRIBUTE_THROWABLE

public static final java.lang.String ATTRIBUTE_THROWABLE
This attribute is the key for the throwable object previously passed in some log.info() calls.

See Also:
Constant Field Values

EVENT_CONNECTION_ATTEMPT

public static final int EVENT_CONNECTION_ATTEMPT
See Also:
Constant Field Values

EVENT_LOG

public static final int EVENT_LOG
Logging event, this event replaces log.info(String) calls

See Also:
Constant Field Values

EVENT_DEBUG_LOG

public static final int EVENT_DEBUG_LOG
Logging event, this event replaces log.debug(String) calls

See Also:
Constant Field Values

EVENT_EXCEPTION_LOG

public static final int EVENT_EXCEPTION_LOG
Logging event, this event replaces log.info(String,Throwable) calls

See Also:
Constant Field Values

EVENT_ERROR_LOG

public static final int EVENT_ERROR_LOG
Logging event, this event replaces log.error(String) calls

See Also:
Constant Field Values
Constructor Detail

EventCodes

public EventCodes()


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.