Uses of Class
net.esper.adapter.IllegalStateTransitionException

Packages that use IllegalStateTransitionException
net.esper.adapter This package contains adapter framework classes applicable to multiple adapter implementations. 
 

Uses of IllegalStateTransitionException in net.esper.adapter
 

Methods in net.esper.adapter that throw IllegalStateTransitionException
 void AdapterStateManager.destroy()
          Transition into the DESTROYED state.
 void AdapterStateManager.pause()
          Transition into the PAUSED state.
 void AdapterStateManager.resume()
          Transition into the STARTED state (from the PAUSED state).
 void AdapterStateManager.start()
          Transition into the STARTED state (from the OPENED state).
 void AdapterStateManager.stop()
          Transition into the OPENED state.