Uses of Class
org.apache.cayenne.remote.RemoteSession

Packages that use RemoteSession
org.apache.cayenne.remote Contains classes an interfaces related to Cayenne remote object persistence features. 
org.apache.cayenne.remote.hessian   
org.apache.cayenne.remote.service   
 

Uses of RemoteSession in org.apache.cayenne.remote
 

Methods in org.apache.cayenne.remote that return RemoteSession
 RemoteSession RemoteService.establishSession()
          Establishes a dedicated session with Cayenne DataChannel, returning session id.
 RemoteSession RemoteService.establishSharedSession(java.lang.String name)
          Creates a new session with the specified or joins an existing one.
 

Uses of RemoteSession in org.apache.cayenne.remote.hessian
 

Fields in org.apache.cayenne.remote.hessian declared as RemoteSession
protected  RemoteSession HessianConnection.session
           
 

Methods in org.apache.cayenne.remote.hessian that return RemoteSession
 RemoteSession HessianConnection.getSession()
          Returns internal RemoteSession instance.
 

Uses of RemoteSession in org.apache.cayenne.remote.service
 

Fields in org.apache.cayenne.remote.service declared as RemoteSession
protected  RemoteSession ServerSession.session
           
 

Methods in org.apache.cayenne.remote.service that return RemoteSession
protected  RemoteSession BaseRemoteService.createRemoteSession(java.lang.String sessionId, java.lang.String name, boolean enableEvents)
           
 RemoteSession BaseRemoteService.establishSession()
           
 RemoteSession BaseRemoteService.establishSharedSession(java.lang.String name)
           
 RemoteSession ServerSession.getSession()
           
 

Constructors in org.apache.cayenne.remote.service with parameters of type RemoteSession
ServerSession(RemoteSession session, DataChannel channel)
           
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.