Package org.oddjob.framework.adapt
package org.oddjob.framework.adapt
Classes that adapt a component to an Oddjob component.
-
ClassDescriptionAnnotate that a method can accept a
Runnablefor a stop handle.Annotate that a method can accept anExceptionListener.Something that maybe can create an adapter to an interface that can be used by a proxy to make the component implement the interface.Base class for proxy creators.Something that adapts a component to implement an interface.Marker interface for something that can wrap a component.Default invocation handler for Proxies for wrapped components.Annotate that a method is to be called during a hard reset.Generates a Proxy for a wrapped component.Create an adaptor to anResettablethat adapts a component either because it isResettableor because it has annotations to resetable methods.Annotate that a method is the run method of a job.Annotate that a method is to be called during a soft reset.Annotate that a method is the start method of a service.Annotate that a method is the stop method of a service.Adapt a component to anStoppableif possible.Something the can create a wrapper for a component.TheInvocationHandlerused by an Proxy for a Runnable or other wrapped.