com.googlecode.mobilityrpc.common
Interface Managed

All Superinterfaces:
Destroyable, Initializable
All Known Subinterfaces:
ConnectionInternal, ConnectionListenerInternal, ConnectionManagerInternal
All Known Implementing Classes:
ConnectionManagerImpl, TCPConnection, TCPConnectionListener

public interface Managed
extends Initializable, Destroyable

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.

Such objects can be said to be "managed" by some other object e.g. the life cycle of connections might be managed by a connection controller.

This is a combination of Initializable and Destroyable.

Author:
Niall Gallagher

Method Summary
 
Methods inherited from interface com.googlecode.mobilityrpc.common.Initializable
init
 
Methods inherited from interface com.googlecode.mobilityrpc.common.Destroyable
destroy
 



Copyright © 2012. All Rights Reserved.