Interface ActivationState
-
- All Known Implementing Classes:
ActivationState.DynamicActivationState
,CRUDActivationStateEnum
public interface ActivationState
Interface for specifying a state that an activation can be in.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ActivationState.DynamicActivationState
An enum of activation states where the state should follow CRUD (Create/Read/Update/Dispose) events.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isInactive()
-