public class InterceptorSelfBean<X> extends InterceptorRuntimeBean<X>
| Constructor and Description |
|---|
InterceptorSelfBean(java.lang.Class<X> type) |
| Modifier and Type | Method and Description |
|---|---|
X |
create(<any> cxt) |
void |
destroy(X instance,
<any> env)
Destroys a bean instance
|
<any> |
getBean() |
equals, getBeanClass, getInjectionPoints, getInterceptorBindings, getMethod, getName, getParent, getQualifiers, getScope, getStereotypes, getType, getTypes, hashCode, intercept, intercepts, isAllowParent, isAlternative, isNullable, toStringpublic InterceptorSelfBean(java.lang.Class<X> type)
public <any> getBean()
getBean in class InterceptorRuntimeBean<X>public X create(<any> cxt)
create in class InterceptorRuntimeBean<X>public void destroy(X instance, <any> env)
destroy in class InterceptorRuntimeBean<X>