org.apache.geronimo.connector.deployment.jsr88
Class ConnectionDefinitionInstance
java.lang.Object
org.apache.geronimo.deployment.plugin.XmlBeanSupport
org.apache.geronimo.connector.deployment.jsr88.ConfigHolder
org.apache.geronimo.connector.deployment.jsr88.ConnectionDefinitionInstance
- public class ConnectionDefinitionInstance
- extends ConfigHolder
Represents connection-definition/connectiondefinition-instance in the
Geronimo Connector deployment plan.
- Version:
- $Rev: 370976 $ $Date: 2006-01-21 05:22:22 +0100 (Sat, 21 Jan 2006) $
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 |
ConnectionDefinitionInstance
public ConnectionDefinitionInstance()
ConnectionDefinitionInstance
public ConnectionDefinitionInstance(javax.enterprise.deploy.model.DDBean connectionDefinition,
org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType instance)
getConnectionInstance
protected org.apache.geronimo.xbeans.geronimo.GerConnectiondefinitionInstanceType getConnectionInstance()
reconfigure
public void reconfigure()
- Specified by:
reconfigure
in class ConfigHolder
createConfigProperty
protected org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType createConfigProperty()
- Specified by:
createConfigProperty
in class ConfigHolder
getConfigProperties
protected org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType[] getConfigProperties()
- Specified by:
getConfigProperties
in class ConfigHolder
removeConfigProperty
protected void removeConfigProperty(int index)
- Specified by:
removeConfigProperty
in class ConfigHolder
getName
public String getName()
setName
public void setName(String name)
getImplementedInterface
public String[] getImplementedInterface()
getImplementedInterface
public String getImplementedInterface(int index)
setImplementedInterface
public void setImplementedInterface(String[] list)
setImplementedInterface
public void setImplementedInterface(int index,
String iface)
getConnectionManager
public ConnectionManager getConnectionManager()
getSchemaTypeLoader
protected org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.