org.apache.geronimo.connector.deployment.jsr88
Class ConnectionDefinition
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.connector.deployment.jsr88.ConnectionDefinition
- public class ConnectionDefinition
- extends org.apache.geronimo.deployment.plugin.XmlBeanSupport
Represents /connector/resourceadapter/outbound-resourceadapter/connection-definition
in the Geronimo Connector deployment plan. A Geronimo connection definition
corresponds to a ra.xml connection definition (though there may be several
Geronimo CDs for each ra.xml CD so this cannot be a DConfigBean [which would
require a 1:1 mapping]). Each Geronimo connection definition may have one
or more instances with different config property settings, etc.
- Version:
- $Rev: 357484 $ $Date: 2005-12-18 19:04:45 +0100 (Sun, 18 Dec 2005) $
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
pcs |
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport |
addPropertyChangeListener, configured, fromXML, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionDefinition
public ConnectionDefinition()
ConnectionDefinition
public ConnectionDefinition(javax.enterprise.deploy.model.DDBean resourceAdapter,
org.apache.geronimo.xbeans.geronimo.GerConnectionDefinitionType definition)
getConnectionDefinition
protected org.apache.geronimo.xbeans.geronimo.GerConnectionDefinitionType getConnectionDefinition()
getConnectionFactoryInterface
public String getConnectionFactoryInterface()
setConnectionFactoryInterface
public void setConnectionFactoryInterface(String iface)
getConnectionInstances
public ConnectionDefinitionInstance[] getConnectionInstances()
setConnectionInstance
public void setConnectionInstance(ConnectionDefinitionInstance[] instances)
getSchemaTypeLoader
protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.