|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RemoteSession | |
|---|---|
| com.cafesoft.cams.agent.http | Support for implementing Cams HTTP agents. |
| com.cafesoft.cams.session | Classes for managing Cams sessions. |
| com.cafesoft.cams.session.access | Cams session control service support. |
| Uses of RemoteSession in com.cafesoft.cams.agent.http |
|---|
| Methods in com.cafesoft.cams.agent.http that return RemoteSession | |
|---|---|
RemoteSession |
AbstractCamsHttpAgentResponse.getSession()
Returns the Cams session. |
RemoteSession |
CamsHttpAgentResponse.getSession()
Returns the Cams session. |
| Methods in com.cafesoft.cams.agent.http with parameters of type RemoteSession | |
|---|---|
void |
AbstractCamsHttpAgentResponse.setSession(RemoteSession session)
Sets the Cams session. |
void |
CamsHttpAgentResponse.setSession(RemoteSession session)
Sets the Cams session. |
| Uses of RemoteSession in com.cafesoft.cams.session |
|---|
| Classes in com.cafesoft.cams.session that implement RemoteSession | |
|---|---|
class |
StandardRemoteSession
Standard implementation of the RemoteSession interface. |
| Methods in com.cafesoft.cams.session that return RemoteSession | |
|---|---|
RemoteSession |
RemoteSessionEvent.getRemoteSession()
Get the RemoteSession. |
RemoteSession |
RemoteSessionManager.getSession(SessionId sessionId)
Get a RemoteSession Attempts to retrieve a RemoteSession from the RemoteSessionManager |
| Methods in com.cafesoft.cams.session with parameters of type RemoteSession | |
|---|---|
void |
RemoteSessionManager.addSession(RemoteSession session)
Add a RemoteSession to the RemoteSessionManager This method will attempt to add a RemoteSession to the list of RemoteSessions managed by the RemoteSessionManager. |
boolean |
RemoteSessionManager.exists(RemoteSession session)
Determine if the RemoteSession exists within the RemoteSessionManager. |
void |
RemoteSessionManager.removeSession(RemoteSession session)
Remove a RemoteSession Removes the specified RemoteSession from the RemoteSessionManager. |
void |
RemoteSessionEvent.setRemoteSession(RemoteSession session)
Set the RemoteSession. |
void |
RemoteSessionManager.updateSession(RemoteSession session)
Update a RemoteSession This method will attempt to update RemoteSession information for a RemoteSession Object already contained within the RemoteSessionManager. |
| Constructors in com.cafesoft.cams.session with parameters of type RemoteSession | |
|---|---|
RemoteSessionEvent(Object source,
RemoteSessionEventType eventType,
RemoteSession session)
Create a new RemoteSessionEvent. |
|
| Uses of RemoteSession in com.cafesoft.cams.session.access |
|---|
| Methods in com.cafesoft.cams.session.access that return RemoteSession | |
|---|---|
RemoteSession |
SessionAccessResponse.getSession()
Get the Session associated with this SessionAccessResponse |
| Methods in com.cafesoft.cams.session.access with parameters of type RemoteSession | |
|---|---|
void |
InternalSessionAccessResponse.setSession(RemoteSession session)
Set the Session associated with this InternalSessionAccessResponse |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||