|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MobilitySession | |
|---|---|
| com.googlecode.mobilityrpc.controller | [public api] Contains MobilityController which manages an instance of
the library and provides methods for accessing MobilitySessions and
ConnectionManager. |
| com.googlecode.mobilityrpc.controller.impl | [private api] Implementation classes for MobilityController. |
| com.googlecode.mobilityrpc.session | [public api] Contains MobilitySession, the gateway through which
the application can send objects to remote machines. |
| com.googlecode.mobilityrpc.session.impl | [private api] Contains MobilitySession implementation classes. |
| Uses of MobilitySession in com.googlecode.mobilityrpc.controller |
|---|
| Methods in com.googlecode.mobilityrpc.controller that return MobilitySession | |
|---|---|
MobilitySession |
MobilityController.getSession(UUID sessionId)
Returns the existing session with the specified id, or if no such session with the id exists, (re)creates a new session with the same id and adds it to the session registry. |
MobilitySession |
MobilityController.newSession()
Creates a new session, with a newly generated UUID, and adds it to the session registry. |
| Uses of MobilitySession in com.googlecode.mobilityrpc.controller.impl |
|---|
| Methods in com.googlecode.mobilityrpc.controller.impl that return MobilitySession | |
|---|---|
MobilitySession |
MobilityControllerImpl.getSession(UUID sessionId)
|
MobilitySession |
MobilityControllerImpl.newSession()
|
| Uses of MobilitySession in com.googlecode.mobilityrpc.session |
|---|
| Methods in com.googlecode.mobilityrpc.session that return MobilitySession | |
|---|---|
static MobilitySession |
MobilityContext.getCurrentSession()
Returns the MobilitySession in which the calling thread is executing. |
| Uses of MobilitySession in com.googlecode.mobilityrpc.session.impl |
|---|
| Subinterfaces of MobilitySession in com.googlecode.mobilityrpc.session.impl | |
|---|---|
interface |
MobilitySessionInternal
Internal interface used by the library, extends the public MobilitySession interface with methods for
processing incoming requests, as required by the library. |
| Classes in com.googlecode.mobilityrpc.session.impl that implement MobilitySession | |
|---|---|
class |
MobilitySessionImpl
|
| Methods in com.googlecode.mobilityrpc.session.impl that return MobilitySession | |
|---|---|
protected static MobilitySession |
MobilityContextInternal.getCurrentSession()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||