|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.inject.DisposesProducer<T,X>
@Module public class DisposesProducer<T,X>
Method Summary | |
---|---|
void |
destroy(T instance,
CreationalContextImpl<T> cxt)
Call destroy |
void |
dispose(T instance)
Dispose the bean. |
java.util.Set<InjectionPoint> |
getInjectionPoints()
Returns the injection points. |
T |
produce(CreationalContext<T> cxt)
Produces a new bean instance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public T produce(CreationalContext<T> cxt)
produce
in interface Producer<T>
public void dispose(T instance)
Producer
dispose
in interface Producer<T>
public void destroy(T instance, CreationalContextImpl<T> cxt)
public java.util.Set<InjectionPoint> getInjectionPoints()
Producer
getInjectionPoints
in interface Producer<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |