Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.axonframework.common Classes and Interfaces - 59 results found.
NameDescriptionTypePackageFramework
AbstractAnnotatedHandlerDefinitionAbstract implementation of the HandlerDefinition that uses annotations to recognise handler methods or constructors.Classorg.axonframework.common.annotationAxon
AbstractAnnotationHandlerBeanPostProcessorAbstract bean post processor that finds candidates for proxying.Classorg.axonframework.common.annotationAxon
AbstractMessageHandlerAbstract superclass for annotation based Message handlers.Classorg.axonframework.common.annotationAxon
AbstractMethodPropertyAccessStrategyAbstract implementation of the PropertyAccessStrategy that uses a no-arg, public method to access the property value.Classorg.axonframework.common.propertyAxon
AssertUtility class (inspired by Springs Assert class) for doing assertions on parameters and object state.Classorg.axonframework.commonAxon
AuthenticatingMongoTemplateAbstract implementation for Mongo templates.Classorg.axonframework.common.mongoAxon
AxonConfigurationExceptionException indicating that a configuration error has been made in the Axon configuration.Classorg.axonframework.commonAxon
AxonExceptionBase exception of all Axon Framework related exceptions.Classorg.axonframework.commonAxon
AxonNonTransientExceptionException indicating an error has been cause that cannot be resolved without intervention.Classorg.axonframework.commonAxon
AxonThreadFactoryThread factory that created threads in a given group.Classorg.axonframework.commonAxon
AxonTransientExceptionException indicating an error occurred that might be resolved by retrying the operation that caused the exception.Classorg.axonframework.commonAxon
BeanPropertyAccessStrategyBeanPropertyAccessStrategy implementation that uses JavaBean style property access.Classorg.axonframework.common.propertyAxon
ClasspathParameterResolverFactoryParameterResolverFactory instance that locates other ParameterResolverFactory instances on the class path.Classorg.axonframework.common.annotationAxon
CollectionUtilsUtility methods for operations on collections.Classorg.axonframework.commonAxon
ConnectionProviderInterface towards a mechanism that provides access to a JDBC Connection.Interfaceorg.axonframework.common.jdbcAxon
ConnectionWrapperFactoryFactory for creating wrappers around a Connection, allowing one to override the behavior of the Connection.Classorg.axonframework.common.jdbcAxon
ConnectionWrapperFactory .ConnectionCloseHandlerInterfaceorg.axonframework.common.jdbc.ConnectionWrapperFactoryAxon
ConnectionWrapperFactory .NoOpCloseHandlerConstructor SummaryConnectionWrapperFactory.Classorg.axonframework.common.jdbc.ConnectionWrapperFactoryAxon
ContainerManagedEntityManagerProviderEntityManagerProvider implementation that expects the container to inject the default container managed instance.Classorg.axonframework.common.jpaAxon
DataSourceConnectionProviderConnectionProvider implementation that obtains a connection from a given DataSource.Classorg.axonframework.common.jdbcAxon
DeadlockExceptionException indicating that a deadlock has been detected while a thread was attempting to acquire a lock.Classorg.axonframework.common.lockAxon
DefaultParameterResolverFactoryFactory for the default parameter resolvers.Classorg.axonframework.common.annotationAxon
DigesterUtility class for generating hashes for values using several algorithms.Classorg.axonframework.common.digestAxon
DirectExecutorSimple executor implementation that runs a given Runnable immediately in the calling thread.Classorg.axonframework.commonAxon
EntityManagerProviderProvides components with an EntityManager to access the persistence mechanism.Interfaceorg.axonframework.common.jpaAxon
FixedValueParameterResolverParameterResolver implementation that injects a fixed value.Classorg.axonframework.common.annotationAxon
HandlerDefinitionDefines which members (methods, constructors, etc) are considered message handlers.Interfaceorg.axonframework.common.annotationAxon
IdentifierBasedLockLocking mechanism that allows multiple threads to hold a lock, as long as the identifier of the lock they hold is not equal.Classorg.axonframework.common.lockAxon
IdentifierValidatorValidates the structure of an object passed as Aggregate Identifier.Classorg.axonframework.commonAxon
IllegalLockUsageExceptionException indicating that an illegal use of a lock was detect (e.Classorg.axonframework.common.lockAxon
IOUtilsUtility methods for IO operations.Classorg.axonframework.common.ioAxon
JdbcTransactionExceptionException indicating an error occurred while interacting with a JDBC resource.Classorg.axonframework.common.jdbcAxon
JdbcUtilsUtility class for silently closing JDBC resourcesSince:2.Classorg.axonframework.common.jdbcAxon
LockAcquisitionFailedExceptionException indicating that a lock could not be obtained.Classorg.axonframework.common.lockAxon
MemberAccessibilityCallbackPrivilegedAction that makes the given method accessible for reflection.Classorg.axonframework.commonAxon
MessageHandlerInvocationExceptionMessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked messageSince:2.Classorg.axonframework.common.annotationAxon
MessageHandlerInvokerAbstract class to support implementations that need to invoke methods based on an annotation.Classorg.axonframework.common.annotationAxon
MetaDataAnnotation that indicates the parameter needs to be resolved to the value of the Message MetaData stored under the given key.Classorg.axonframework.common.annotationAxon
MethodAccessedPropertyProperty implementation that invokes a method to obtain a value of a property for a given instance.Classorg.axonframework.common.propertyAxon
MethodMessageHandlerRepresents a method recognized as a handler by the handler inspector (see MethodMessageHandlerInspector).Classorg.axonframework.common.annotationAxon
MethodMessageHandlerInspectorUtility class that inspects handler methods for a given class and handler definition.Classorg.axonframework.common.annotationAxon
MultiParameterResolverFactoryParameterResolverFactory instance that delegates to multiple other instances, in the order provided.Classorg.axonframework.common.annotationAxon
ParameterResolverInterface for a mechanism that resolves handler method parameter values from a given Message.Interfaceorg.axonframework.common.annotationAxon
ParameterResolverFactoryInterface for objects capable of creating Parameter Resolver instances for annotated handler methods.Interfaceorg.axonframework.common.annotationAxon
PersistenceExceptionResolverThe PersistenceExceptionResolver is used to find out if an exception is caused by duplicate keys.Interfaceorg.axonframework.common.jdbcAxon
PriorityIndicates the relative priority of the annotated component.Classorg.axonframework.commonAxon
PriorityAnnotationComparatorComparator that compares objects based on the value on an @PrioritySince:2.Classorg.axonframework.common.annotationAxon
PropertyInterface describing a mechanism that can read a predefined property from a given instance.Interfaceorg.axonframework.common.propertyAxon
PropertyAccessExceptionException indicating that a predefined property is not accessible.Classorg.axonframework.common.propertyAxon
PropertyAccessStrategyAbstract Strategy that provides access to all PropertyAccessStrategy implementations.Classorg.axonframework.common.propertyAxon
ReflectionUtilsUtility class for working with Java Reflection API.Classorg.axonframework.commonAxon
SimpleEntityManagerProviderSimple implementation of the EntityManagerProvider that returns the EntityManager instance provided at constructionSince:1.Classorg.axonframework.common.jpaAxon
SimpleResourceParameterResolverFactoryParameterResolverFactory implementation that resolves parameters for a specific given Resource.Classorg.axonframework.common.annotationAxon
SpringBeanParameterResolverFactoryParameterResolverFactory implementation that resolves parameters in the Spring Application Context.Classorg.axonframework.common.annotationAxon
SpringDataSourceConnectionProviderConnectionProvider implementation that is aware of Transaction Managers and provides the connection attached to an active transaction manager, instead of asking a Data Source directly.Classorg.axonframework.common.jdbcAxon
SubscribableInterface describing components that are able to subscribe themselves to a component that can be subscribed to, such as the CommandBus and EventBus.Interfaceorg.axonframework.commonAxon
UniformPropertyAccessStrategyPropertyAccessStrategy implementation that finds properties defined according to the Uniform Access Principle For example, a property called myProperty, it will use a method called myProperty();Classorg.axonframework.common.propertyAxon
UnitOfWorkAwareConnectionProviderWrapperWrapper for a ConnectionProvider that checks if a connection is already attached to the Unit of Work, favoring that connection over creating a new one.Classorg.axonframework.common.jdbcAxon
UnsupportedHandlerExceptionThrown when an @.Classorg.axonframework.common.annotationAxon