Public Member Functions | Protected Attributes

alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract Class Reference

Inheritance diagram for alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract:
alma.acs.genfw.runtime.sm.AcsState alma.ACS.MasterComponentImpl.statemachine.InitializingPass1State alma.ACS.MasterComponentImpl.statemachine.InitializingPass2State alma.ACS.MasterComponentImpl.statemachine.PreInitializedState alma.ACS.MasterComponentImpl.statemachine.PreShutdownState alma.ACS.MasterComponentImpl.statemachine.ReinitializingState alma.ACS.MasterComponentImpl.statemachine.ShutdownState alma.ACS.MasterComponentImpl.statemachine.ShuttingdownPass1State alma.ACS.MasterComponentImpl.statemachine.ShuttingdownPass2State

List of all members.

Public Member Functions

 OfflineSubStateAbstract (AlmaSubsystemContext superContext, OfflineState offlineContext, AcsLogger logger)
abstract AcsState[] getStateHierarchy ()
abstract String stateName ()
abstract void entry ()
void initPass1 () throws AcsJIllegalStateEventEx
void initPass2 () throws AcsJIllegalStateEventEx
void shutdownPass2 () throws AcsJIllegalStateEventEx

Protected Attributes

final AcsLogger logger
AlmaSubsystemContext m_superContext
OfflineState m_offlineContext

Detailed Description

Abstract class for substates of composite state 'Offline'.


Constructor & Destructor Documentation

alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract.OfflineSubStateAbstract ( AlmaSubsystemContext  superContext,
OfflineState  offlineContext,
AcsLogger  logger 
)

Member Function Documentation

abstract void alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract.entry (  )  [pure virtual]
abstract AcsState [] alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract.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.

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


Member Data Documentation

Referenced by alma.ACS.MasterComponentImpl.statemachine.ShuttingdownPass2State.activate(), alma.ACS.MasterComponentImpl.statemachine.ShuttingdownPass1State.activate(), alma.ACS.MasterComponentImpl.statemachine.ShutdownState.activate(), alma.ACS.MasterComponentImpl.statemachine.ReinitializingState.activate(), alma.ACS.MasterComponentImpl.statemachine.PreShutdownState.activate(), alma.ACS.MasterComponentImpl.statemachine.PreInitializedState.activate(), alma.ACS.MasterComponentImpl.statemachine.InitializingPass2State.activate(), alma.ACS.MasterComponentImpl.statemachine.InitializingPass1State.activate(), alma.ACS.MasterComponentImpl.statemachine.ShuttingdownPass2State.entry(), alma.ACS.MasterComponentImpl.statemachine.ShuttingdownPass1State.entry(), alma.ACS.MasterComponentImpl.statemachine.ReinitializingState.entry(), alma.ACS.MasterComponentImpl.statemachine.InitializingPass2State.entry(), alma.ACS.MasterComponentImpl.statemachine.InitializingPass1State.entry(), alma.ACS.MasterComponentImpl.statemachine.ShutdownState.initPass1(), alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract.initPass1(), alma.ACS.MasterComponentImpl.statemachine.PreInitializedState.initPass2(), alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract.initPass2(), alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract.OfflineSubStateAbstract(), alma.ACS.MasterComponentImpl.statemachine.PreShutdownState.shutdownPass2(), and alma.ACS.MasterComponentImpl.statemachine.OfflineSubStateAbstract.shutdownPass2().


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