Interface Lifecycle
- All Known Subinterfaces:
LegacySingletonContext<T>,SingletonContext
- All Known Implementing Classes:
AbstractDistributedSingletonService,DistributedSingletonService,LegacyDistributedSingletonService,ServiceLifecycle
public interface Lifecycle
Encapsulates behavior associated with a lifecycle sensitive object.
- Author:
- Paul Ferraro
-
Method Summary
-
Method Details
-
start
void start()Start this object. -
stop
void stop()Stop this object.
-