public class SessionEvent extends WagonEvent
Wagon objects when
| Modifier and Type | Field and Description |
|---|---|
private int |
eventType
The type of the event.
|
private java.lang.Exception |
exception |
static int |
SESSION_CLOSED
A SESSION was closed.
|
static int |
SESSION_CONNECTION_REFUSED
A SESSION was refused.
|
static int |
SESSION_DISCONNECTED
A SESSION was disconnected (not currently used).
|
static int |
SESSION_DISCONNECTING
A SESSION is about to be disconnected.
|
static int |
SESSION_ERROR_OCCURRED
A SESSION was opened.
|
static int |
SESSION_LOGGED_IN
A SESSION was opened.
|
static int |
SESSION_LOGGED_OFF
A SESSION was opened.
|
static int |
SESSION_OPENED
A SESSION was opened.
|
static int |
SESSION_OPENING
A SESSION is about to be opened.
|
timestamp| Constructor and Description |
|---|
SessionEvent(Wagon wagon,
java.lang.Exception exception)
Creates new instance of SessionEvent.
|
SessionEvent(Wagon wagon,
int eventType)
Creates new instance of SessionEvent
|
| Modifier and Type | Method and Description |
|---|---|
int |
getEventType() |
java.lang.Exception |
getException() |
void |
setEventType(int eventType) |
void |
setException(java.lang.Exception exception) |
java.lang.String |
toString() |
getTimestamp, getWagon, setTimestamppublic static final int SESSION_CLOSED
public static final int SESSION_DISCONNECTING
public static final int SESSION_DISCONNECTED
public static final int SESSION_CONNECTION_REFUSED
public static final int SESSION_OPENING
public static final int SESSION_OPENED
public static final int SESSION_LOGGED_IN
public static final int SESSION_LOGGED_OFF
public static final int SESSION_ERROR_OCCURRED
private int eventType
private java.lang.Exception exception
public SessionEvent(Wagon wagon, int eventType)
wagon - Wagon object which created this eventeventType - the type of the eventpublic SessionEvent(Wagon wagon, java.lang.Exception exception)
SESSION_ERROR_OCCURREDwagon - Wagon object which created this eventexception - the exceptionpublic int getEventType()
public java.lang.Exception getException()
public void setEventType(int eventType)
eventType - The eventType to set.public void setException(java.lang.Exception exception)
exception - The exception to set.public java.lang.String toString()
toString in class java.util.EventObject