public abstract class SessionBeanComponentInstance extends EjbComponentInstance
INSTANCE_KEY| Modifier | Constructor and Description |
|---|---|
protected |
SessionBeanComponentInstance(BasicComponent component,
AtomicReference<ManagedReference> instanceReference,
org.jboss.invocation.Interceptor preDestroyInterceptor,
Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
SessionBeanComponent |
getComponent()
Get the component associated with this instance.
|
SessionContextImpl |
getEjbContext() |
protected abstract org.jboss.ejb.client.SessionID |
getId() |
discard, isDiscardedallowedMethods, destroy, getInstance, getInstanceReference, getInterceptor, preDestroy, prepareInterceptorContextprotected SessionBeanComponentInstance(BasicComponent component, AtomicReference<ManagedReference> instanceReference, org.jboss.invocation.Interceptor preDestroyInterceptor, Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
component - the componentpublic SessionBeanComponent getComponent()
BasicComponentInstancegetComponent in interface ComponentInstancegetComponent in class EjbComponentInstanceprotected abstract org.jboss.ejb.client.SessionID getId()
public SessionContextImpl getEjbContext()
getEjbContext in class EjbComponentInstanceCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.