Package org.axonframework.common

Contains common utility classes needed in different components of the 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
Assert Utility class (inspired by Springs Assert class) for doing assertions on parameters and object state.
AxonThreadFactory Thread factory that created threads in a given group.
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.
IdentifierValidator Validates the structure of an object passed as Aggregate Identifier.
MemberAccessibilityCallback PrivilegedAction that makes the given method accessible for reflection.
NoCache Cache implementation that does absolutely nothing.
ReflectionUtils Utility class for working with Java Reflection API.
 

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.
 

Package org.axonframework.common Description

Contains common utility classes needed in different components of the framework. Components placed here cannot generally be included in one of the other component's packages.



Copyright © 2010-2012. All Rights Reserved.