Class MdbConnectionFactoryDescriptor
java.lang.Object
java.util.Observable
org.glassfish.deployment.common.DynamicAttributesDescriptor
org.glassfish.deployment.common.Descriptor
org.glassfish.ejb.deployment.descriptor.runtime.MdbConnectionFactoryDescriptor
- All Implemented Interfaces:
Serializable
public class MdbConnectionFactoryDescriptor
extends org.glassfish.deployment.common.Descriptor
iAS specific DD Element (see the ias-ejb-jar_2_0.dtd for this element)
- Since:
- JDK 1.4
- Author:
- Ludo
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.enterprise.deployment.ResourcePrincipalDescriptorGetter for property defaultResourcePrincipal.Getter for property jndiName.voidsetDefaultResourcePrincipal(com.sun.enterprise.deployment.ResourcePrincipalDescriptor defaultResourcePrincipal) Setter for property defaultResourcePrincipal.voidsetJndiName(String jndiName) Setter for property jndiName.Methods inherited from class org.glassfish.deployment.common.Descriptor
addDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitMethods inherited from class org.glassfish.deployment.common.DynamicAttributesDescriptor
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringMethods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
MdbConnectionFactoryDescriptor
public MdbConnectionFactoryDescriptor()
-
-
Method Details
-
getDefaultResourcePrincipal
public com.sun.enterprise.deployment.ResourcePrincipalDescriptor getDefaultResourcePrincipal()Getter for property defaultResourcePrincipal.- Returns:
- Value of property defaultResourcePrincipal.
-
setDefaultResourcePrincipal
public void setDefaultResourcePrincipal(com.sun.enterprise.deployment.ResourcePrincipalDescriptor defaultResourcePrincipal) Setter for property defaultResourcePrincipal.- Parameters:
defaultResourcePrincipal- New value of property defaultResourcePrincipal.
-
getJndiName
Getter for property jndiName.- Returns:
- Value of property jndiName.
-
setJndiName
Setter for property jndiName.- Parameters:
jndiName- New value of property jndiName.
-