Package org.oddjob.framework.adapt.async
Class AnnotationAsyncAdaptor
java.lang.Object
org.oddjob.framework.adapt.async.AnnotationAsyncAdaptor
- All Implemented Interfaces:
AdaptorFactory<AsyncJob>
Helps to find (or not) the Async Annotations.
- Author:
- Rob
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadapt(Object component, ArooaSession session) Maybe provide a adaptor for the component.
-
Constructor Details
-
AnnotationAsyncAdaptor
-
-
Method Details
-
adapt
Description copied from interface:AdaptorFactoryMaybe provide a adaptor for the component.- Specified by:
adaptin interfaceAdaptorFactory<AsyncJob>- Parameters:
component- The component that the adapter will be for.session- The session for descriptor and tools.- Returns:
- Maybe an adapter.
-