|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.sessions.SessionStreamID
A compound identifier for identifying an external input or output belonging to a particular session.
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE Copyright statement |
private SessionID |
mSessionID The ID of the session containing the stream |
private java.lang.String |
mStreamID The stream identified |
static java.lang.String |
SEPARATOR The seperator for the components of the compound identifier. |
Constructor Summary | |
SessionStreamID(SessionID sessionID, java.lang.String streamID) Create a new session stream identifier for the specified stream of the specified session. |
|
SessionStreamID(Session session, java.lang.String streamID) Create a new session stream identifier for the specified stream of the specified session. |
|
SessionStreamID(java.lang.String compoundID) Create a new session stream identifier from the specified compound identifier. |
Method Summary | |
java.lang.String |
getCompoundID() Gets the session stream compound identifier containing both the session ID and stream ID. |
SessionID |
getSessionID() Gets the ID for the session containing the stream. |
java.lang.String |
getStreamID() Gets the stream identifier. |
java.lang.String |
toString() Gets the session stream compound identifier containing both the session ID and stream ID. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private SessionID mSessionID
private java.lang.String mStreamID
public static final java.lang.String SEPARATOR
Constructor Detail |
public SessionStreamID(SessionID sessionID, java.lang.String streamID)
sessionID
- The session identifier.streamID
- The stream identifier.public SessionStreamID(Session session, java.lang.String streamID)
session
- The session.streamID
- The stream identifier.public SessionStreamID(java.lang.String compoundID)
compoundID
- Compound identifier containing the sessionID and streamID.Method Detail |
public SessionID getSessionID()
public java.lang.String getStreamID()
public java.lang.String getCompoundID()
SESSION-ID:STREAM-ID
.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |