Uses of Package
com.googlecode.mobilityrpc.common

Packages that use com.googlecode.mobilityrpc.common
com.googlecode.mobilityrpc.common [private api] Utility classes and interfaces used by several components. 
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.network.impl [private api] Implementation classes for ConnectionManager
com.googlecode.mobilityrpc.network.impl.tcp [private api] Implementation classes for TCP implementation of ConnectionManager
 

Classes in com.googlecode.mobilityrpc.common used by com.googlecode.mobilityrpc.common
Destroyable
          An interface implemented by objects which have a destroy() method which can be called to shut down any resources the object was using (connections, threads etc.).
Initializable
          An interface implemented by objects which have an init() method which can be called to start/prepare any resources the object will need to perform its functions (connections, threads etc.).
 

Classes in com.googlecode.mobilityrpc.common used by com.googlecode.mobilityrpc.controller
Destroyable
          An interface implemented by objects which have a destroy() method which can be called to shut down any resources the object was using (connections, threads etc.).
 

Classes in com.googlecode.mobilityrpc.common used by com.googlecode.mobilityrpc.controller.impl
Destroyable
          An interface implemented by objects which have a destroy() method which can be called to shut down any resources the object was using (connections, threads etc.).
 

Classes in com.googlecode.mobilityrpc.common used by com.googlecode.mobilityrpc.network.impl
Destroyable
          An interface implemented by objects which have a destroy() method which can be called to shut down any resources the object was using (connections, threads etc.).
Initializable
          An interface implemented by objects which have an init() method which can be called to start/prepare any resources the object will need to perform its functions (connections, threads etc.).
Managed
          Implemented by objects which have an init() method and a destroy() method which must be called before and after the objects can be used, to initialize and destroy resources they need.
 

Classes in com.googlecode.mobilityrpc.common used by com.googlecode.mobilityrpc.network.impl.tcp
Destroyable
          An interface implemented by objects which have a destroy() method which can be called to shut down any resources the object was using (connections, threads etc.).
Initializable
          An interface implemented by objects which have an init() method which can be called to start/prepare any resources the object will need to perform its functions (connections, threads etc.).
Managed
          Implemented by objects which have an init() method and a destroy() method which must be called before and after the objects can be used, to initialize and destroy resources they need.
 



Copyright © 2016. All rights reserved.