com.googlecode.mobilityrpc.common
Interface Initializable

All Known Subinterfaces:
ConnectionInternal, ConnectionListenerInternal, ConnectionManagerInternal, Managed
All Known Implementing Classes:
ConnectionManagerImpl, TCPConnection, TCPConnectionListener

public interface 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.).

Author:
Niall Gallagher

Method Summary
 void init()
          Initializes the resource(s) managed by the object, opening connections, starting threads etc.
 

Method Detail

init

void init()
Initializes the resource(s) managed by the object, opening connections, starting threads etc. as necessary.



Copyright © 2016. All rights reserved.