com.caucho.jca.cfg
Class ResourceAdapterBeanConfig

java.lang.Object
  extended by com.caucho.webbeans.cfg.WbComponentConfig
      extended by com.caucho.config.types.BeanConfig
          extended by com.caucho.jca.cfg.ResourceAdapterBeanConfig

public class ResourceAdapterBeanConfig
extends BeanConfig

Configuration for the init-param pattern.


Field Summary
 
Fields inherited from class com.caucho.webbeans.cfg.WbComponentConfig
_comp
 
Constructor Summary
ResourceAdapterBeanConfig()
           
 
Method Summary
 void init()
          Initialization.
 
Methods inherited from class com.caucho.config.types.BeanConfig
getBeanConfigClass, getDefaultScope, getFilename, getLine, getMBeanName, getUri, introspectPostInit, setBeanConfigClass, setClass, setConfigLocation, setJndiName, setMbeanClass, setMbeanInterface, setMbeanName, setType, setUri
 
Methods inherited from class com.caucho.webbeans.cfg.WbComponentConfig
addBinding, addOptionalStringProperty, addParam, addStringProperty, createObjectNoInit, deploy, getBindingList, getClassType, getComponent, getComponentFactory, getComponentType, getInit, getName, getObject, getTagName, getType, setComponentType, setInit, setName, setScope
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAdapterBeanConfig

public ResourceAdapterBeanConfig()
Method Detail

init

public void init()
Description copied from class: WbComponentConfig
Initialization.

Overrides:
init in class BeanConfig