com.caucho.ejb.cfg
Class EjbEnterpriseBeans

java.lang.Object
  extended by com.caucho.ejb.cfg.EjbEnterpriseBeans

public class EjbEnterpriseBeans
extends java.lang.Object

Configuration for an ejb bean.


Constructor Summary
EjbEnterpriseBeans(EjbConfig config, java.lang.String ejbModuleName)
           
 
Method Summary
 void addEjbBean(EjbBeanConfigProxy beanProxy)
           
 void addMessageDriven(EjbMessageConfigProxy messageProxy)
           
 void addSession(EjbSessionConfigProxy sessionProxy)
           
 EjbBeanConfigProxy createEjbBean()
           
 EjbMessageConfigProxy createMessageDriven()
           
 EjbSessionConfigProxy createSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbEnterpriseBeans

public EjbEnterpriseBeans(EjbConfig config,
                          java.lang.String ejbModuleName)
Method Detail

createSession

public EjbSessionConfigProxy createSession()

addSession

public void addSession(EjbSessionConfigProxy sessionProxy)
                throws ConfigException
Throws:
ConfigException

createEjbBean

public EjbBeanConfigProxy createEjbBean()

addEjbBean

public void addEjbBean(EjbBeanConfigProxy beanProxy)
                throws ConfigException
Throws:
ConfigException

createMessageDriven

public EjbMessageConfigProxy createMessageDriven()

addMessageDriven

public void addMessageDriven(EjbMessageConfigProxy messageProxy)
                      throws ConfigException
Throws:
ConfigException