Package org.axonframework.util

Generic utility classes used throughout the Axon Framework.

See:
          Description

Interface Summary
Subscribable Interface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus.
 

Class Summary
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.
Assert Utility class (inspired by Springs Assert class) for doing assertions on parameters and object state.
AxonNamingPolicy CGLib naming policy for classes that tags generated classed with "axon".
CollectionUtils Utility methods for operations on collections.
DirectExecutor Simple executor implementation that runs a given Runnable immediately in the calling thread.
FieldAccessibilityCallback PrivilegedAction that makes the given field accessible for reflection.
MethodAccessibilityCallback PrivilegedAction that makes the given method accessible for reflection.
ReflectionUtils Utility class for working with Java Reflection API.
SynchronousTaskExecutor Deprecated. This class has been renamed to DirectExecutor to prevent confusion with the synchronized keyword.
 

Exception Summary
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.
AxonTransientException Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
SerializationException Indicates that an exception occurred while serializing or deserializing an object.
 

Package org.axonframework.util Description

Generic utility classes used throughout the Axon Framework.



Copyright © 2011. All Rights Reserved.