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

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

public class ConnectionDefinitionInstance
extends XmlBeanSupport


Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConnectionDefinitionInstance()
           
 
Method Summary
 ConfigPropertySettings[] getConfigProperty()
           
 String getName()
           
 boolean isContainerManagedSecurity()
           
 void setContainerManagedSecurity(boolean containerManagedSecurity)
           
 void setName(String name)
           
 String toString()
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, configured, fromXML, getSchemaTypeLoader, getXmlObject, isEmpty, removePropertyChangeListener, setXmlObject, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionDefinitionInstance

public ConnectionDefinitionInstance()
Method Detail

getConfigProperty

public ConfigPropertySettings[] getConfigProperty()

getName

public String getName()

setName

public void setName(String name)

isContainerManagedSecurity

public boolean isContainerManagedSecurity()

setContainerManagedSecurity

public void setContainerManagedSecurity(boolean containerManagedSecurity)

toString

public String toString()
Overrides:
toString in class Object


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