Public Member Functions | Protected Attributes

alma.ACS.MasterComponentImpl.statemachine.AvailableSubStateAbstract Class Reference

Inheritance diagram for alma.ACS.MasterComponentImpl.statemachine.AvailableSubStateAbstract:
alma.acs.genfw.runtime.sm.AcsState alma.ACS.MasterComponentImpl.statemachine.ErrorState alma.ACS.MasterComponentImpl.statemachine.OfflineState alma.ACS.MasterComponentImpl.statemachine.OnlineState alma.ACS.MasterComponentImpl.statemachine.OperationalState

List of all members.

Public Member Functions

 AvailableSubStateAbstract (AlmaSubsystemContext superContext, AvailableState context)
abstract AcsState[] getStateHierarchy ()
abstract String stateName ()
abstract void entry ()
void initPass1 () throws AcsJIllegalStateEventEx
void initPass2 () throws AcsJIllegalStateEventEx
void start () throws AcsJIllegalStateEventEx
void stop () throws AcsJIllegalStateEventEx
void shutdownPass2 () throws AcsJIllegalStateEventEx
void shutdownPass1 ()
void reinit ()
void error ()

Protected Attributes

AlmaSubsystemContext m_superContext
AvailableState m_context

Detailed Description

Abstract class for substates of composite state 'Available'.


Constructor & Destructor Documentation

alma.ACS.MasterComponentImpl.statemachine.AvailableSubStateAbstract.AvailableSubStateAbstract ( AlmaSubsystemContext  superContext,
AvailableState  context 
)

Member Function Documentation

abstract void alma.ACS.MasterComponentImpl.statemachine.AvailableSubStateAbstract.entry (  )  [pure virtual]
abstract AcsState [] alma.ACS.MasterComponentImpl.statemachine.AvailableSubStateAbstract.getStateHierarchy (  )  [pure virtual]
Returns:
array with this state and the hierarchy of its substates (top-down) if any.

Implements alma.acs.genfw.runtime.sm.AcsState.

Implemented in alma.ACS.MasterComponentImpl.statemachine.OfflineState.

Referenced by alma.ACS.MasterComponentImpl.statemachine.AvailableState.getStateHierarchy().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties