org.jboss.webbeans.integration.util
Class AbstractJBossServices

java.lang.Object
  extended by org.jboss.webbeans.integration.util.AbstractJBossServices
Direct Known Subclasses:
JBossEjbServices, JBossJpaServices

public class AbstractJBossServices
extends Object


Field Summary
protected  Context context
           
protected  JBossEjb jbossEjb
           
protected  org.jboss.deployers.structure.spi.DeploymentUnit topLevelDeploymentUnit
           
 
Constructor Summary
AbstractJBossServices()
           
 
Method Summary
 void setDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit du)
           
 void setJbossEjb(JBossEjb jbossEjb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

topLevelDeploymentUnit

protected org.jboss.deployers.structure.spi.DeploymentUnit topLevelDeploymentUnit

jbossEjb

protected JBossEjb jbossEjb

context

protected final Context context
Constructor Detail

AbstractJBossServices

public AbstractJBossServices()
                      throws NamingException
Throws:
NamingException
Method Detail

setDeploymentUnit

public void setDeploymentUnit(org.jboss.deployers.structure.spi.DeploymentUnit du)

setJbossEjb

public void setJbossEjb(JBossEjb jbossEjb)


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