Package com.sun.enterprise.deployment
Class ConnectionDefDescriptor
- java.lang.Object
-
- java.util.Observable
-
- org.glassfish.deployment.common.DynamicAttributesDescriptor
-
- org.glassfish.deployment.common.Descriptor
-
- com.sun.enterprise.deployment.ConnectionDefDescriptor
-
- All Implemented Interfaces:
Serializable
public class ConnectionDefDescriptor extends Descriptor
Deployment Information for connection-definition- Author:
- Sheetal Vartak
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.glassfish.deployment.common.Descriptor
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
-
-
Constructor Summary
Constructors Constructor Description ConnectionDefDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddConfigProperty(ConnectorConfigProperty configProperty)Add a configProperty to the setSetgetConfigProperties()Set of ConnectorConfigPropertyStringgetConnectionFactoryImpl()Get connection factory implStringgetConnectionFactoryIntf()Get connection factory intfStringgetConnectionImpl()Get connection implStringgetConnectionIntf()Get connection intfStringgetManagedConnectionFactoryImpl()Gets the value of ManagedconnectionFactoryImplvoidremoveConfigProperty(ConnectorConfigProperty configProperty)Add a configProperty to the setvoidsetConnectionFactoryImpl(String cf)set connection factory implvoidsetConnectionFactoryIntf(String cf)set connection factory intfvoidsetConnectionImpl(String con)set connection intfvoidsetConnectionIntf(String con)set connection intfvoidsetManagedConnectionFactoryImpl(String managedConnectionFactoryImpl)Sets the value of ManagedconnectionFactoryImpl-
Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visit
-
Methods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
-
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
-
-
-
Method Detail
-
getManagedConnectionFactoryImpl
public String getManagedConnectionFactoryImpl()
Gets the value of ManagedconnectionFactoryImpl
-
setManagedConnectionFactoryImpl
public void setManagedConnectionFactoryImpl(String managedConnectionFactoryImpl)
Sets the value of ManagedconnectionFactoryImpl
-
getConfigProperties
public Set getConfigProperties()
Set of ConnectorConfigProperty
-
addConfigProperty
public void addConfigProperty(ConnectorConfigProperty configProperty)
Add a configProperty to the set
-
removeConfigProperty
public void removeConfigProperty(ConnectorConfigProperty configProperty)
Add a configProperty to the set
-
getConnectionFactoryImpl
public String getConnectionFactoryImpl()
Get connection factory impl
-
setConnectionFactoryImpl
public void setConnectionFactoryImpl(String cf)
set connection factory impl
-
getConnectionFactoryIntf
public String getConnectionFactoryIntf()
Get connection factory intf
-
setConnectionFactoryIntf
public void setConnectionFactoryIntf(String cf)
set connection factory intf
-
getConnectionIntf
public String getConnectionIntf()
Get connection intf
-
setConnectionIntf
public void setConnectionIntf(String con)
set connection intf
-
getConnectionImpl
public String getConnectionImpl()
Get connection impl
-
setConnectionImpl
public void setConnectionImpl(String con)
set connection intf
-
-