org.jboss.ejb3.service
Class ServiceBeanContext

java.lang.Object
  extended by org.jboss.ejb3.BaseContext<T>
      extended by org.jboss.ejb3.session.SessionBeanContext<ServiceContainer>
          extended by org.jboss.ejb3.service.ServiceBeanContext
All Implemented Interfaces:
org.jboss.ejb3.interceptors.container.BeanContext<Object>

public class ServiceBeanContext
extends SessionBeanContext<ServiceContainer>

Version:
$Revision: 81165 $
Author:
Kabir Khan

Field Summary
 
Fields inherited from class org.jboss.ejb3.session.SessionBeanContext
ejbContext
 
Fields inherited from class org.jboss.ejb3.BaseContext
bean, container, interceptorInstances, log, metadata, rm
 
Constructor Summary
ServiceBeanContext(ServiceContainer container, Object bean)
           
 
Method Summary
 javax.ejb.EJBContext getEJBContext()
           
 void remove()
           
 
Methods inherited from class org.jboss.ejb3.BaseContext
getContainer, getId, getInstance, getInterceptor, getInterceptorInstances, getInvokedMethodKey, getMetaData, initialiseInterceptorInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceBeanContext

public ServiceBeanContext(ServiceContainer container,
                          Object bean)
Method Detail

remove

public void remove()

getEJBContext

public javax.ejb.EJBContext getEJBContext()
Specified by:
getEJBContext in class SessionBeanContext<ServiceContainer>


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.