public abstract class SessionBeanComponentInstance extends EjbComponentInstance
INSTANCE_KEY
Modifier | Constructor and Description |
---|---|
protected |
SessionBeanComponentInstance(BasicComponent component,
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, isDiscarded
allowedMethods, constructionFinished, destroy, getInstance, getInstanceData, getInterceptor, preDestroy, prepareInterceptorContext, setInstanceData
protected SessionBeanComponentInstance(BasicComponent component, org.jboss.invocation.Interceptor preDestroyInterceptor, Map<Method,org.jboss.invocation.Interceptor> methodInterceptors)
component
- the componentpublic SessionBeanComponent getComponent()
BasicComponentInstance
getComponent
in interface ComponentInstance
getComponent
in class EjbComponentInstance
protected abstract org.jboss.ejb.client.SessionID getId()
public SessionContextImpl getEjbContext()
getEjbContext
in class EjbComponentInstance
Copyright © 2015 JBoss by Red Hat. All rights reserved.