Interface | Description |
---|---|
Lifecycle |
Implement this on
ManagedEnvironment s to be
notified with proper lifecycle changes, instead of relying on something
like Environment.onDisconnect(Node) . |
StateAware |
Implemented on machines that have an "working" state.
|
Enum | Description |
---|---|
Lifecycle.LifecycleState |
States an object can enter.
|
StateAware.State |
Possible work states.
|