public class ErrorState extends AvailableSubStateAbstract implements AcsSimpleState
m_context, m_superContext| Constructor and Description |
|---|
ErrorState(AlmaSubsystemContext superContext,
AvailableState context) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(java.lang.String eventName)
Causes the state to set itself as the current state, propagating the change up
the state hierarchy.
|
void |
entry() |
AcsState[] |
getStateHierarchy() |
java.lang.String |
stateName() |
error, initPass1, initPass2, reinit, shutdownPass1, shutdownPass2, start, stoppublic ErrorState(AlmaSubsystemContext superContext, AvailableState context)
public java.lang.String stateName()
stateName in interface AcsStatestateName in class AvailableSubStateAbstractpublic void activate(java.lang.String eventName)
AcsSimpleStateactivate in interface AcsSimpleStatepublic AcsState[] getStateHierarchy()
getStateHierarchy in interface AcsStategetStateHierarchy in class AvailableSubStateAbstractalma.ACS.MasterComponentImpl.statemachine.AcsState#getStateHierarchy()public void entry()
entry in interface AcsStateentry in class AvailableSubStateAbstract