Package com.sun.enterprise.deployment
Class ManagedExecutorDefinitionDescriptor
- 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.ManagedExecutorDefinitionDescriptor
-
- All Implemented Interfaces:
Serializable
public class ManagedExecutorDefinitionDescriptor extends ResourceDescriptor
- 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 ManagedExecutorDefinitionDescriptor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddManagedExecutorPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor)voidaddProperty(String key, String value)booleanequals(Object obj)StringgetContext()longgetHungAfterSeconds()longgetMaximumPoolSize()StringgetName()The name of this descriptor as a String.PropertiesgetProperties()StringgetProperty(String key)static StringgetURLName(String thisName)voidsetContext(String context)voidsetHungAfterSeconds(long hungAfterSeconds)voidsetMaximumPoolSize(int maximumPoolSize)voidsetName(String name)Sets the name of this descriptor.-
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
-
getName
public String getName()
Description copied from class:DescriptorThe name of this descriptor as a String.- Overrides:
getNamein classDescriptor- Returns:
- the name of this descriptor
-
setName
public void setName(String name)
Description copied from class:DescriptorSets the name of this descriptor.- Overrides:
setNamein classDescriptor- Parameters:
name- the new name of the descriptor.
-
getMaximumPoolSize
public long getMaximumPoolSize()
-
setMaximumPoolSize
public void setMaximumPoolSize(int maximumPoolSize)
-
getHungAfterSeconds
public long getHungAfterSeconds()
-
setHungAfterSeconds
public void setHungAfterSeconds(long hungAfterSeconds)
-
getContext
public String getContext()
-
setContext
public void setContext(String context)
-
getProperties
public Properties getProperties()
-
addManagedExecutorPropertyDescriptor
public void addManagedExecutorPropertyDescriptor(ResourcePropertyDescriptor propertyDescriptor)
-
-