|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.BaseContext<T>
public abstract class BaseContext<T extends Container>
Comment
| Field Summary | |
|---|---|
protected java.lang.Object |
bean
|
protected T |
container
|
protected java.util.Map<java.lang.Class<?>,java.lang.Object> |
interceptorInstances
|
protected static org.jboss.logging.Logger |
log
|
protected org.jboss.aop.metadata.SimpleMetaData |
metadata
|
protected org.jboss.security.RealmMapping |
rm
|
| Constructor Summary | |
|---|---|
protected |
BaseContext()
Deprecated. |
protected |
BaseContext(T container)
Use with extreme caution, must not break getInstance post condition. |
protected |
BaseContext(T container,
java.lang.Object bean)
|
| Method Summary | |
|---|---|
T |
getContainer()
|
java.lang.Object |
getId()
|
java.lang.Object |
getInstance()
Returns the enterprise bean, never returns null. |
java.lang.Object |
getInterceptor(java.lang.Class<?> interceptorClass)
|
java.lang.Object[] |
getInterceptorInstances(InterceptorInfo[] interceptorInfos)
Deprecated. |
java.lang.Object |
getInvokedMethodKey()
|
org.jboss.aop.metadata.SimpleMetaData |
getMetaData()
|
void |
initialiseInterceptorInstances()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.ejb3.BeanContext |
|---|
createInjectionInvocation, createLifecycleInvocation, getEJBContext, remove |
| Field Detail |
|---|
protected static org.jboss.logging.Logger log
protected T extends Container container
protected java.lang.Object bean
protected org.jboss.security.RealmMapping rm
protected org.jboss.aop.metadata.SimpleMetaData metadata
protected java.util.Map<java.lang.Class<?>,java.lang.Object> interceptorInstances
| Constructor Detail |
|---|
protected BaseContext(T container)
container -
protected BaseContext(T container,
java.lang.Object bean)
protected BaseContext()
| Method Detail |
|---|
public java.lang.Object getId()
public java.lang.Object getInstance()
getInstance in interface org.jboss.ejb3.interceptors.container.BeanContext<java.lang.Object>public T getContainer()
public org.jboss.aop.metadata.SimpleMetaData getMetaData()
public void initialiseInterceptorInstances()
@Deprecated public java.lang.Object[] getInterceptorInstances(InterceptorInfo[] interceptorInfos)
public java.lang.Object getInvokedMethodKey()
public java.lang.Object getInterceptor(java.lang.Class<?> interceptorClass)
throws java.lang.IllegalArgumentException
getInterceptor in interface org.jboss.ejb3.interceptors.container.BeanContext<java.lang.Object>java.lang.IllegalArgumentException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||