Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.mina.statemachine Classes and Interfaces - 44 results found.
NameDescriptionTypePackageFramework
AbstractSelfTransitionAbstract SelfTransition implementation.Classorg.apache.mina.statemachine.transitionApache Mina
AbstractStateContextAbstract StateContext which uses a Map to store theAuthor:Apache MINA ProjectClassorg.apache.mina.statemachine.contextApache Mina
AbstractStateContextLookupAbstract StateContextLookup implementation.Classorg.apache.mina.statemachine.contextApache Mina
AbstractTransitionAbstract Transition implementation.Classorg.apache.mina.statemachine.transitionApache Mina
AmbiguousMethodExceptionThrown by the constructors in MethodTransition if there are several methods with the specifed name in the target object's class.Classorg.apache.mina.statemachine.transitionApache Mina
BreakExceptionThe base exception of the exceptions thrown by the methods in the StateControl class.Classorg.apache.mina.statemachineApache Mina
DefaultEventFactoryDefault EventFactory implementation.Classorg.apache.mina.statemachine.eventApache Mina
DefaultStateContextDefault StateContext implementation.Classorg.apache.mina.statemachine.contextApache Mina
DefaultStateContextFactoryStateContextFactory which creates DefaultStateContextAuthor:Apache MINA ProjectClassorg.apache.mina.statemachine.contextApache Mina
EventRepresents an event which typically corresponds to a method call on a proxy.Classorg.apache.mina.statemachine.eventApache Mina
EventArgumentsInterceptorIntercepts the Event arguments before the Event is passed to the StateMachine and allows for the arguments to be modified.Interfaceorg.apache.mina.statemachine.eventApache Mina
EventFactoryUsed by StateMachineProxyBuilder to create Event objects when methods are invoked on the proxy.Interfaceorg.apache.mina.statemachine.eventApache Mina
IoFilterEventsDefines all possible MINA IoFilter events for use in IoFilterTransitionAuthor:Apache MINA ProjectClassorg.apache.mina.statemachine.eventApache Mina
IoFilterTransitionAnnotation used on methods to indicate that the method handles a specific kind of IoFilterEvents event when in a specific state.Classorg.apache.mina.statemachine.annotationApache Mina
IoFilterTransitionsAnnotation used to annotate a method with several IoFilterTransitions.Classorg.apache.mina.statemachine.annotationApache Mina
IoHandlerEventsenum IoHandlerEventsDefines all possible MINA IoHandler events for use in IoHandlerTransitionClassorg.apache.mina.statemachine.eventApache Mina
IoHandlerTransitionAnnotation used on methods to indicate that the method handles a specific kind of IoHandlerEvents event when in a specific state.Classorg.apache.mina.statemachine.annotationApache Mina
IoHandlerTransitionsAnnotation used to annotate a method with several IoHandlerTransitions.Classorg.apache.mina.statemachine.annotationApache Mina
IoSessionStateContextLookupMINA specific StateContextLookup which uses an IoSession attribute to store the StateContextLookup.Classorg.apache.mina.statemachine.contextApache Mina
MethodInvocationExceptionThrown by MethodTransition if the target method couldn't be invoked or threw an exception.Classorg.apache.mina.statemachine.transitionApache Mina
MethodSelfTransitionSelfTransition which invokes a Method.Classorg.apache.mina.statemachine.transitionApache Mina
MethodTransitionTransition which invokes a Method.Classorg.apache.mina.statemachine.transitionApache Mina
NoopTransitionTransition implementation which does nothing but change the state.Classorg.apache.mina.statemachine.transitionApache Mina
NoSuchMethodExceptionRuntimeException equivalent of NoSuchMethodException.Classorg.apache.mina.statemachine.transitionApache Mina
NoSuchStateExceptionException thrown by StateMachine when a transition in the state machine references a state which doesn't exist.Classorg.apache.mina.statemachineApache Mina
OnEntryAnnotation used on methods to indicate that the method will be executed before entering a certain stateClassorg.apache.mina.statemachine.annotationApache Mina
OnExitAnnotation used on methods to indicate that the method will be executed before existing from a certain stateClassorg.apache.mina.statemachine.annotationApache Mina
SelfTransitionThe interface implemented by classes which need to react on enteringAuthor:Apache MINA ProjectInterfaceorg.apache.mina.statemachine.transitionApache Mina
SingletonStateContextLookupStateContextLookup implementation which always returns the same StateContext instance.Classorg.apache.mina.statemachine.contextApache Mina
StateAnnotation used to define the states in a state machine.Classorg.apache.mina.statemachine.annotationApache Mina
StateRepresents a state in a StateMachine.Classorg.apache.mina.statemachineApache Mina
StateContextStateContext objects are used to store the current State and any application specific attributes for a specific client of a Interfaceorg.apache.mina.statemachine.contextApache Mina
StateContextFactoryFactory which creates StateContext instances.Interfaceorg.apache.mina.statemachine.contextApache Mina
StateContextLookupLookups a StateContext from a collection of event arguments.Interfaceorg.apache.mina.statemachine.contextApache Mina
StateControlAllows for programmatic control of a state machines execution.Classorg.apache.mina.statemachineApache Mina
StateMachineRepresents a complete state machine.Classorg.apache.mina.statemachineApache Mina
StateMachineCreationExceptionException thrown by StateMachineFactory when a StateMachine could not be constructed for some reason.Classorg.apache.mina.statemachineApache Mina
StateMachineFactoryCreates StateMachines by reading State, Transition and Transitions (or equivalent) and SelfTransition annotations from one or more arbitraryClassorg.apache.mina.statemachineApache Mina
StateMachineProxyBuilderUsed to create proxies which will forward all method calls on them to aAuthor:Apache MINA ProjectClassorg.apache.mina.statemachineApache Mina
TransitionAnnotation used on methods to indicate that the method handles a specific kind of event when in a specific state.Classorg.apache.mina.statemachine.annotationApache Mina
TransitionThe interface implemented by classes which need to react on transitionsAuthor:Apache MINA ProjectInterfaceorg.apache.mina.statemachine.transitionApache Mina
TransitionAnnotationAnnotation used to mark other annotations as being transition annotations.Classorg.apache.mina.statemachine.annotationApache Mina
TransitionsAnnotation used to annotate a method with several Transitions.Classorg.apache.mina.statemachine.annotationApache Mina
UnhandledEventExceptionThrown when an Event passed to a state machine couldn't be handled.Classorg.apache.mina.statemachine.eventApache Mina