Package com.sun.enterprise.deployment
Class JMSConnectionFactoryDefinitionDescriptor
- java.lang.Object
-
- java.util.Observable
-
- org.glassfish.deployment.common.DynamicAttributesDescriptor
-
- org.glassfish.deployment.common.Descriptor
-
- com.sun.enterprise.deployment.ResourceDescriptor
-
- com.sun.enterprise.deployment.AbstractConnectorResourceDescriptor
-
- com.sun.enterprise.deployment.JMSConnectionFactoryDefinitionDescriptor
-
- All Implemented Interfaces:
Serializable
public class JMSConnectionFactoryDefinitionDescriptor extends AbstractConnectorResourceDescriptor
- 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 JMSConnectionFactoryDefinitionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddJMSConnectionFactoryPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor)StringgetClassName()StringgetClientId()StringgetInterfaceName()intgetMaxPoolSize()intgetMinPoolSize()StringgetPassword()StringgetUser()booleanisConflict(JMSConnectionFactoryDefinitionDescriptor other)booleanisTransactional()booleanisTransactionSet()voidsetClassName(String className)voidsetClientId(String clientId)voidsetInterfaceName(String interfaceName)voidsetMaxPoolSize(int maxPoolSize)voidsetMinPoolSize(int minPoolSize)voidsetPassword(String password)voidsetTransactional(boolean transactional)voidsetTransactionSet(boolean value)voidsetUser(String user)-
Methods inherited from class com.sun.enterprise.deployment.AbstractConnectorResourceDescriptor
addProperty, equals, getJavaName, getName, getProperties, getProperty, getResourceAdapter, hashCode, setName, setResourceAdapter
-
Methods inherited from class com.sun.enterprise.deployment.ResourceDescriptor
getMetadataSource, getResourceId, getResourceType, setMetadataSource, setResourceId, setResourceType
-
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, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, 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
-
getInterfaceName
public String getInterfaceName()
-
setInterfaceName
public void setInterfaceName(String interfaceName)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getUser
public String getUser()
-
setUser
public void setUser(String user)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
isTransactional
public boolean isTransactional()
-
setTransactional
public void setTransactional(boolean transactional)
-
isTransactionSet
public boolean isTransactionSet()
-
setTransactionSet
public void setTransactionSet(boolean value)
-
getMaxPoolSize
public int getMaxPoolSize()
-
setMaxPoolSize
public void setMaxPoolSize(int maxPoolSize)
-
getMinPoolSize
public int getMinPoolSize()
-
setMinPoolSize
public void setMinPoolSize(int minPoolSize)
-
addJMSConnectionFactoryPropertyDescriptor
public void addJMSConnectionFactoryPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor)
-
isConflict
public boolean isConflict(JMSConnectionFactoryDefinitionDescriptor other)
-
-