Interface Lifecycle
-
- All Known Subinterfaces:
LegacySingletonContext<T>,SingletonContext
- All Known Implementing Classes:
AbstractDistributedSingletonService,DistributedSingletonService,LegacyDistributedSingletonService,ServiceLifecycle
public interface LifecycleEncapsulates behavior associated with a lifecycle sensitive object.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Start this object.voidstop()Stop this object.
-