protected static class NMClientAsyncImpl.StatefulContainer.OutOfOrderTransition extends Object implements SingleArcTransition<NMClientAsyncImpl.StatefulContainer,NMClientAsyncImpl.ContainerEvent>
Modifier and Type | Field and Description |
---|---|
protected static String |
STOP_BEFORE_START_ERROR_MSG |
Modifier | Constructor and Description |
---|---|
protected |
NMClientAsyncImpl.StatefulContainer.OutOfOrderTransition() |
Modifier and Type | Method and Description |
---|---|
void |
transition(NMClientAsyncImpl.StatefulContainer container,
NMClientAsyncImpl.ContainerEvent event)
Transition hook.
|
protected static final String STOP_BEFORE_START_ERROR_MSG
protected NMClientAsyncImpl.StatefulContainer.OutOfOrderTransition()
public void transition(NMClientAsyncImpl.StatefulContainer container, NMClientAsyncImpl.ContainerEvent event)
SingleArcTransition
transition
in interface SingleArcTransition<NMClientAsyncImpl.StatefulContainer,NMClientAsyncImpl.ContainerEvent>
container
- the entity attached to the FSM, whose internal
state may change.event
- causal eventCopyright © 2013 Apache Software Foundation. All rights reserved.