|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.ejb.server.EjbInjectionTarget<T>
com.caucho.ejb.server.StatelessInjectionTarget<T>
public class StatelessInjectionTarget<T>
Creates an configures an ejb instance
Constructor Summary | |
---|---|
StatelessInjectionTarget(AbstractEjbBeanManager<T> manager,
AnnotatedType<T> annotatedType)
|
Method Summary | |
---|---|
protected void |
postConstruct(T instance)
|
Methods inherited from class com.caucho.ejb.server.EjbInjectionTarget |
---|
bindInjection, destroyInstance, getInjectionTarget, getPostConstruct, getPreDestroy, getTimeoutMethod, getTimerService, initInstance, newInstance, newInstance, registerInjection, setEnvLoader, setInjectionTarget, setPostConstruct, setPreDestroy, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StatelessInjectionTarget(AbstractEjbBeanManager<T> manager, AnnotatedType<T> annotatedType)
Method Detail |
---|
protected void postConstruct(T instance)
postConstruct
in class EjbInjectionTarget<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |