|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.interceptors.container.DummyBeanContext<T>
public class DummyBeanContext<T>
| Constructor Summary | |
|---|---|
DummyBeanContext(T instance,
java.util.List<java.lang.Object> interceptors)
|
|
| Method Summary | |
|---|---|
T |
getInstance()
|
java.lang.Object |
getInterceptor(java.lang.Class<?> interceptorClass)
Get the EJB3 interceptor of a certain type. |
java.lang.Object[] |
getInterceptors()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DummyBeanContext(T instance,
java.util.List<java.lang.Object> interceptors)
| Method Detail |
|---|
public T getInstance()
getInstance in interface BeanContext<T>
public java.lang.Object getInterceptor(java.lang.Class<?> interceptorClass)
throws java.lang.IllegalArgumentException
BeanContext
getInterceptor in interface BeanContext<T>interceptorClass - the interceptor type to get
java.lang.IllegalArgumentException - if no interceptor of that class is associatedpublic java.lang.Object[] getInterceptors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||