Uses of Interface
com.googlecode.mobilityrpc.common.Initializable

Packages that use Initializable
com.googlecode.mobilityrpc.common [private api] Utility classes and interfaces used by several components. 
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
 

Uses of Initializable in com.googlecode.mobilityrpc.common
 

Subinterfaces of Initializable in com.googlecode.mobilityrpc.common
 interface 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.
 

Uses of Initializable in com.googlecode.mobilityrpc.network.impl
 

Subinterfaces of Initializable in com.googlecode.mobilityrpc.network.impl
 interface ConnectionInternal
          An internal interface combining the public Connection interface with several internal interfaces.
 interface ConnectionListenerInternal
          An internal interface combining the public ConnectionListener interface with several internal interfaces.
 interface ConnectionManagerInternal
          An internal interface combining the public ConnectionManager interface with several internal interfaces.
 

Classes in com.googlecode.mobilityrpc.network.impl that implement Initializable
 class ConnectionManagerImpl
           
 

Uses of Initializable in com.googlecode.mobilityrpc.network.impl.tcp
 

Classes in com.googlecode.mobilityrpc.network.impl.tcp that implement Initializable
 class TCPConnection
           
 class TCPConnectionListener
          An implementation of ConnectionListener which uses a TCP ServerSocket.
 



Copyright © 2012. All Rights Reserved.