|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a remote session that is connected to the same repository as the
local session
that the remote session manager
points to.
Method Summary | |
---|---|
CDORemoteSessionManager |
getManager()
Returns the remote session manager that manages this remote session. |
int |
getSessionID()
Returns the session ID of this remote session. |
String |
getUserID()
Returns the user ID of this remote session. |
boolean |
isSubscribed()
Returns true if this remote session is subscribed to changes in the set of remote sessions and
delivers custom data events , false otherwise. |
boolean |
sendMessage(CDORemoteSessionMessage message)
Sends a unicast message to this remote session if it is subscribed. |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
CDORemoteSessionManager getManager()
int getSessionID()
String getUserID()
boolean isSubscribed()
true
if this remote session is subscribed to changes in the set of remote sessions and
delivers custom data events
, false
otherwise.
boolean sendMessage(CDORemoteSessionMessage message)
true
if the server received the custom data message, false
otherwise.
Note: No assumption must be made on whether the recipient session received the message and was able
to handle it adequately!
CDOException
- if this remote session is not subscribed.isSubscribed()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |