Uses of Package
org.axonframework.util

Packages that use org.axonframework.util
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.eventhandling.scheduling   
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.eventstore Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them. 
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.saga   
org.axonframework.saga.annotation   
org.axonframework.util Generic utility classes used throughout the Axon Framework. 
 

Classes in org.axonframework.util used by org.axonframework.commandhandling
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
 

Classes in org.axonframework.util used by org.axonframework.commandhandling.annotation
AbstractAnnotationHandlerBeanPostProcessor
          Abstract bean post processor that finds candidates for proxying.
AbstractHandlerInspector
          Abstract utility class that inspects handler methods.
AbstractHandlerInvoker
          Abstract class to support implementations that need to invoke methods based on an annotation.
Subscribable
          Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus.
 

Classes in org.axonframework.util used by org.axonframework.eventhandling
AxonConfigurationException
          Exception indicating that a configuration error has been made in the Axon configuration.
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
 

Classes in org.axonframework.util used by org.axonframework.eventhandling.annotation
AbstractAnnotationHandlerBeanPostProcessor
          Abstract bean post processor that finds candidates for proxying.
AbstractHandlerInspector
          Abstract utility class that inspects handler methods.
AbstractHandlerInvoker
          Abstract class to support implementations that need to invoke methods based on an annotation.
AxonConfigurationException
          Exception indicating that a configuration error has been made in the Axon configuration.
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
Subscribable
          Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus.
 

Classes in org.axonframework.util used by org.axonframework.eventhandling.scheduling
AxonException
          Base exception of all Axon Framework related exceptions.
AxonTransientException
          Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
 

Classes in org.axonframework.util used by org.axonframework.eventsourcing
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
 

Classes in org.axonframework.util used by org.axonframework.eventstore
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
 

Classes in org.axonframework.util used by org.axonframework.repository
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
AxonTransientException
          Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
 

Classes in org.axonframework.util used by org.axonframework.saga
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
AxonTransientException
          Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
Subscribable
          Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus.
 

Classes in org.axonframework.util used by org.axonframework.saga.annotation
Subscribable
          Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus.
 

Classes in org.axonframework.util used by org.axonframework.util
AbstractHandlerInspector
          Abstract utility class that inspects handler methods.
AxonException
          Base exception of all Axon Framework related exceptions.
AxonNonTransientException
          Exception indicating an error has been cause that cannot be resolved without intervention.
DirectExecutor
          Simple executor implementation that runs a given Runnable immediately in the calling thread.
Subscribable
          Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus.
SynchronousTaskExecutor
          Deprecated. This class has been renamed to DirectExecutor to prevent confusion with the synchronized keyword. This class will be removed in the next release.
 



Copyright © 2011. All Rights Reserved.