org.apache.geronimo.connector.deployment.jsr88
Class ConnectionDefinitionInstance

java.lang.Object
  extended by org.apache.geronimo.deployment.plugin.XmlBeanSupport
      extended by org.apache.geronimo.connector.deployment.jsr88.ConfigHolder
          extended by org.apache.geronimo.connector.deployment.jsr88.ConnectionDefinitionInstance

public class ConnectionDefinitionInstance
extends ConfigHolder

Represents connection-definition/connectiondefinition-instance in the Geronimo Connector deployment plan.


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConnectionDefinitionInstance()
           
ConnectionDefinitionInstance(DDBean connectionDefinition, GerConnectiondefinitionInstanceType instance)
           
 
Method Summary
protected  GerConfigPropertySettingType createConfigProperty()
           
protected  GerConfigPropertySettingType[] getConfigProperties()
           
protected  GerConnectiondefinitionInstanceType getConnectionInstance()
           
 ConnectionManager getConnectionManager()
           
 String[] getImplementedInterface()
           
 String getImplementedInterface(int index)
           
 String getName()
           
protected  org.apache.xmlbeans.SchemaTypeLoader getSchemaTypeLoader()
           
 void reconfigure()
           
protected  void removeConfigProperty(int index)
           
 void setImplementedInterface(int index, String iface)
           
 void setImplementedInterface(String[] list)
           
 void setName(String name)
           
 
Methods inherited from class org.apache.geronimo.connector.deployment.jsr88.ConfigHolder
clearNullSettings, configure, getConfigPropertySetting, getConfigPropertySetting
 
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
 

Constructor Detail

ConnectionDefinitionInstance

public ConnectionDefinitionInstance()

ConnectionDefinitionInstance

public ConnectionDefinitionInstance(DDBean connectionDefinition,
                                    GerConnectiondefinitionInstanceType instance)
Method Detail

getConnectionInstance

protected GerConnectiondefinitionInstanceType getConnectionInstance()

reconfigure

public void reconfigure()
Specified by:
reconfigure in class ConfigHolder

createConfigProperty

protected GerConfigPropertySettingType createConfigProperty()
Specified by:
createConfigProperty in class ConfigHolder

getConfigProperties

protected 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()
Overrides:
getSchemaTypeLoader in class XmlBeanSupport


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.