com.maverick.nio
Class EventCodes

java.lang.Object
  extended by com.maverick.nio.EventCodes

public class EventCodes
extends Object

List of unique SSHD Event codes

Author:
david

Field Summary
static String ATTRIBUTE_IP
           
static String ATTRIBUTE_LOG_MESSAGE
          This attribute is the key for the log message previously passes to log.info()/log.debug() calls
static String ATTRIBUTE_THROWABLE
          This attribute is the key for the throwable object previously passed in some log.info() calls.
static int EVENT_CONNECTION_ATTEMPT
          A connection has been made
static int EVENT_DAEMON_START
          The SSHD daemon has been started (or has failed to start)
static int EVENT_DAEMON_STARTING
          The SSHD daemon is starting
static int EVENT_DAEMON_STOP
          The SSHD daemon has been stopped (or has failed to stop)
static int EVENT_DAEMON_STOPPING
          The SSHD daemon is stopping
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 String ATTRIBUTE_IP
See Also:
Constant Field Values

ATTRIBUTE_LOG_MESSAGE

public static final 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 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
A connection has been made

See Also:
Constant Field Values

EVENT_DAEMON_STARTING

public static final int EVENT_DAEMON_STARTING
The SSHD daemon is starting

See Also:
Constant Field Values

EVENT_DAEMON_START

public static final int EVENT_DAEMON_START
The SSHD daemon has been started (or has failed to start)

See Also:
Constant Field Values

EVENT_DAEMON_STOP

public static final int EVENT_DAEMON_STOP
The SSHD daemon has been stopped (or has failed to stop)

See Also:
Constant Field Values

EVENT_DAEMON_STOPPING

public static final int EVENT_DAEMON_STOPPING
The SSHD daemon is stopping

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 © 2012. All Rights Reserved.