|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maverick.nio.EventCodes
public class EventCodes
List of unique SSHD Event codes
| 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 |
|---|
public static final java.lang.String ATTRIBUTE_IP
public static final java.lang.String ATTRIBUTE_LOG_MESSAGE
public static final java.lang.String ATTRIBUTE_THROWABLE
public static final int EVENT_CONNECTION_ATTEMPT
public static final int EVENT_LOG
public static final int EVENT_DEBUG_LOG
public static final int EVENT_EXCEPTION_LOG
public static final int EVENT_ERROR_LOG
| Constructor Detail |
|---|
public EventCodes()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||