Interface DelayedStateInitialization
-
- All Known Implementing Classes:
RemoteAgentManagerImpl
public interface DelayedStateInitializationIndicates 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 voidinit()Initialize the state of the component.
-