Click or drag to resize

AdapterStateManager Class

A utility to manage the state transitions for an InputAdapter.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.client.utilAdapterStateManager

Namespace:  com.espertech.esper.runtime.client.util
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public class AdapterStateManager

The AdapterStateManager type exposes the following members.

Constructors
  NameDescription
Public methodAdapterStateManager
Initializes a new instance of the AdapterStateManager class.
Top
Properties
  NameDescription
Public propertyState
Gets the state.
Top
Methods
  NameDescription
Public methodDisallowStateTransitions
Disallow future state changes, and throw an IllegalStateTransitionException if they are attempted.
Public methodDispose
Transition into the DESTROYED state.
Public methodPause
Transition into the PAUSED state.
Public methodResume
Transition into the STARTED state (from the PAUSED state).
Public methodStart
Transition into the STARTED state (from the OPENED state).
Public methodStop
Transition into the OPENED state.
Top
See Also