public interface LifecycleManager extends org.onosproject.event.ListenerService<LifecycleEvent,LifecycleEventListener>
| Modifier and Type | Method and Description |
|---|---|
void |
activate(long term)
Activates the given term.
|
void |
close()
Closes the lifecycle manager.
|
DeviceReplicaInfo |
getReplicaInfo()
Returns the current term.
|
DeviceReplicaInfo getReplicaInfo()
void activate(long term)
term - the term to activatevoid close()