|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.ejb.session.StatefulComponent<X>
public class StatefulComponent<X>
Component for session beans
Constructor Summary | |
---|---|
StatefulComponent(StatefulProvider provider,
java.lang.Class beanClass)
|
Method Summary | |
---|---|
void |
dispose(X instance)
Call pre-destroy |
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 destroy |
X |
produce(CreationalContext<X> env)
Creates a new instance of the component |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatefulComponent(StatefulProvider provider, java.lang.Class beanClass)
Method Detail |
---|
public X produce(CreationalContext<X> env)
produce
in interface Producer<X>
public void inject(X instance, CreationalContext<X> ctx)
inject
in interface InjectionTarget<X>
public void postConstruct(X instance)
postConstruct
in interface InjectionTarget<X>
public void dispose(X instance)
dispose
in interface Producer<X>
public void preDestroy(X instance)
preDestroy
in interface InjectionTarget<X>
public java.util.Set<InjectionPoint> getInjectionPoints()
getInjectionPoints
in interface Producer<X>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |