Uses of Class
com.espertech.esper.runtime.client.util.IllegalStateTransitionException
Packages that use IllegalStateTransitionException
-
Uses of IllegalStateTransitionException in com.espertech.esper.runtime.client.util
Methods in com.espertech.esper.runtime.client.util that throw IllegalStateTransitionExceptionModifier and TypeMethodDescriptionvoid
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.