|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.rad.server.event.SessionEvent
public class SessionEvent
The SessionEvent is an event which contains an ISession as
source.
| Constructor Summary | |
|---|---|
SessionEvent(ISession pSession,
ISession pSource)
Creates a new instance of SessionEvent. |
|
SessionEvent(ISession pSession,
ISession pSource,
boolean pHasError)
Creates a new instance of SessionEvent. |
|
| Method Summary | |
|---|---|
long |
getCreationTime()
Gets the creation time of this event. |
ISession |
getSession()
Gets the event session. |
ISession |
getSourceSession()
Gets the event source session. |
boolean |
hasError()
Gets whether this event was marked as error event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SessionEvent(ISession pSession,
ISession pSource)
SessionEvent.
pSession - the assigned sessionpSource - the source session
public SessionEvent(ISession pSession,
ISession pSource,
boolean pHasError)
SessionEvent.
pSession - the assigned sessionpSource - the source sessionpHasError - whether the event should marked faulty| Method Detail |
|---|
public ISession getSession()
public ISession getSourceSession()
getSession().
public long getCreationTime()
public boolean hasError()
true if marked faulty.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||