|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNewRvSessionEvent
An event that occurs when a new rendezvous session is created. Note that an
event of this type occurs even if a new session is created manually via
a RvProcessor
's createNewSession
method. See
getSessionType
documentation for
details.
Field Summary | |
static java.lang.Object |
TYPE_INCOMING
An event type indicating that a rendezvous session was created "remotely," via an RV command with a new rendezvous session ID being received. |
static java.lang.Object |
TYPE_OUTGOING
An event type indicating that a rendezvous session was created locally before sending an initial RV request on that session to another user. |
Constructor Summary | |
protected |
NewRvSessionEvent(RvProcessor rvProcessor,
RvSession newSession,
java.lang.Object sessionType)
Creates a new new-rendezvous-session event with the given properties. |
Method Summary | |
RvProcessor |
getRvProcessor()
Returns the RV processor on which the associated RV session was created. |
RvSession |
getSession()
Returns the session that was created. |
java.lang.Object |
getSessionType()
Returns the session creation event type. |
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.Object TYPE_INCOMING
public static final java.lang.Object TYPE_OUTGOING
RvProcessor.createRvSession(java.lang.String)
was called.
RvProcessor.createRvSession(java.lang.String)
Constructor Detail |
protected NewRvSessionEvent(RvProcessor rvProcessor, RvSession newSession, java.lang.Object sessionType)
rvProcessor
- the RV processor on which the given session was
creatednewSession
- the session that was createdsessionType
- the event type, like TYPE_INCOMING
Method Detail |
public final RvProcessor getRvProcessor()
public final RvSession getSession()
public final java.lang.Object getSessionType()
TYPE_INCOMING
and TYPE_OUTGOING
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |