|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.jca.ra.ResourceAdapterProducer<X>
@Module public class ResourceAdapterProducer<X>
Controller for a resource-adapter
Constructor Summary | |
---|---|
ResourceAdapterProducer(ResourceAdapterController controller)
|
Method Summary | |
---|---|
void |
dispose(X instance)
Dispose the bean. |
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the injection points. |
void |
inject(X instance,
CreationalContext<X> ctx)
Inject the bean. |
void |
postConstruct(X instance)
PostConstruct initialization |
void |
preDestroy(X instance)
Call pre-destroy |
X |
produce(CreationalContext<X> ctx)
Instantiate the bean. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ResourceAdapterProducer(ResourceAdapterController controller)
Method Detail |
---|
public X produce(CreationalContext<X> ctx)
Producer
produce
in interface Producer<X>
public void inject(X instance, CreationalContext<X> ctx)
InjectionTarget
inject
in interface InjectionTarget<X>
public void postConstruct(X instance)
InjectionTarget
postConstruct
in interface InjectionTarget<X>
public void preDestroy(X instance)
InjectionTarget
preDestroy
in interface InjectionTarget<X>
public void dispose(X instance)
Producer
dispose
in interface Producer<X>
public java.util.Set<InjectionPoint> getInjectionPoints()
Producer
getInjectionPoints
in interface Producer<X>
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |