Interface DelayedStateInitialization
-
- All Known Implementing Classes:
RemoteAgentManagerImpl
public interface DelayedStateInitialization
Indicates the component that carries the state that should be initialized once the node becomes operational.- Since:
- 9.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init()
Initialize the state of the component.
-