org.eclipse.net4j.util.lifecycle
Interface ILifecycle

All Known Subinterfaces:
ILifecycle.Introspection, InternalChannel, InternalConnector
All Known Implementing Classes:
Cache, CacheMonitor, ChallengeNegotiator, ChallengeResponseNegotiator, Container, DelegatingRegistry, Facility, FileUserManager, FiniteStateMachine, HashMapDelegatingRegistry, HashMapRegistry, Lifecycle, ManagedContainer, Negotiator, Protocol, QueueWorker, QueueWorkerWorkSerializer, Randomizer, Registry, ResponseNegotiator, SignalProtocol, UserManager, Worker

public interface ILifecycle


Nested Class Summary
static interface ILifecycle.Introspection
           
 
Method Summary
 void activate()
           
 java.lang.Exception deactivate()
           
 

Method Detail

activate

void activate()
              throws LifecycleException
Throws:
LifecycleException

deactivate

java.lang.Exception deactivate()

Copyright (c) 2004 - 2008 Eike Stepper, Germany.
All Rights Reserved.