com.caucho.ejb.cfg
Class EjbMessageConfigProxy

java.lang.Object
  extended by com.caucho.ejb.cfg.EjbBeanConfigProxy
      extended by com.caucho.ejb.cfg.EjbMessageConfigProxy
All Implemented Interfaces:
DependencyBean

public class EjbMessageConfigProxy
extends EjbBeanConfigProxy

Proxy for an ejb bean configuration. This proxy is needed to handle the merging of ejb definitions.


Constructor Summary
EjbMessageConfigProxy(EjbConfig config, java.lang.String ejbModuleName)
          Creates a new message bean configuration.
 
Method Summary
 EjbMessageBean getMessage()
          Returns the message config.
 void init()
          Initializes and configures the message bean.
 
Methods inherited from class com.caucho.ejb.cfg.EjbBeanConfigProxy
addBuilderProgram, addDependency, getBean, getBuilderProgram, getConfig, getDependencyList, getEJBModuleName, getEJBName, getFilename, getLocation, setConfigLocation, setEJBName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EjbMessageConfigProxy

public EjbMessageConfigProxy(EjbConfig config,
                             java.lang.String ejbModuleName)
Creates a new message bean configuration.

Method Detail

init

public void init()
          throws java.lang.Throwable
Initializes and configures the message bean.

Overrides:
init in class EjbBeanConfigProxy
Throws:
java.lang.Throwable

getMessage

public EjbMessageBean getMessage()
Returns the message config.