Package com.googlecode.mobilityrpc.common

[private api] Utility classes and interfaces used by several components.

See:
          Description

Interface Summary
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.
 

Package com.googlecode.mobilityrpc.common Description

[private api] Utility classes and interfaces used by several components.



Copyright © 2012. All Rights Reserved.