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

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

public class ConnectionDefinitionInstance
extends org.apache.geronimo.deployment.plugin.XmlBeanSupport

Version:
$Revision 1.0$ $Date: 2004/05/30 19:03:36 $

Field Summary
 
Fields inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
pcs
 
Constructor Summary
ConnectionDefinitionInstance()
           
 
Method Summary
 ConfigPropertySettings[] getConfigProperty()
           
 String getGlobalJNDIName()
           
 String getName()
           
 String getRealmBridgeName()
           
 void setGlobalJNDIName(String globalJNDIName)
           
 void setName(String name)
           
 void setRealmBridgeName(String realmBridgeName)
           
 
Methods inherited from class org.apache.geronimo.deployment.plugin.XmlBeanSupport
addPropertyChangeListener, fromXML, getSchemaTypeLoader, getXmlObject, 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()
Method Detail

getConfigProperty

public ConfigPropertySettings[] getConfigProperty()

getName

public String getName()

setName

public void setName(String name)

getGlobalJNDIName

public String getGlobalJNDIName()

setGlobalJNDIName

public void setGlobalJNDIName(String globalJNDIName)

getRealmBridgeName

public String getRealmBridgeName()

setRealmBridgeName

public void setRealmBridgeName(String realmBridgeName)


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.