public class BeanPoolDescriptor extends Descriptor implements DescriptorConstants
DESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED
CACHE_IDLE_TIMEOUT_DEFAULT, MAX_CACHE_SIZE_DEFAULT, MAX_POOL_SIZE, MAX_POOL_SIZE_DEFAULT, MAX_WAIT_TIME, MAX_WAIT_TIME_DEFAULT, POOL_IDLE_TIMEOUT, POOL_IDLE_TIMEOUT_DEFAULT, POOL_RESIZE_QTY, POOL_RESIZE_QTY_DEFAULT, REFRESH_PERIOD_IN_SECONDS_DEFAULT, REMOVAL_TIMEOUT_DEFAULT, RESIZE_QUANTITY_DEFAULT, STEADY_POOL_SIZE, STEADY_POOL_SIZE_DEFAULT
Constructor and Description |
---|
BeanPoolDescriptor()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxPoolSize()
Getter for property maxPoolSize.
|
int |
getMaxWaitTimeInMillis()
Getter for property maxWaitTimeInMillis.
|
int |
getPoolIdleTimeoutInSeconds()
Getter for property poolIdleTimeoutInSeconds.
|
int |
getPoolResizeQuantity()
Getter for property poolResizeQuantity
|
int |
getSteadyPoolSize()
Getter for property steadyPoolSize
|
void |
setMaxPoolSize(int maxPoolSize)
Setter for property maxPoolSize.
|
void |
setMaxWaitTimeInMillis(int maxWaitTimeInMillis)
Setter for property maxWaitTimeInMillis.
|
void |
setPoolIdleTimeoutInSeconds(int poolIdleTimeoutInSeconds)
Setter for property poolIdleTimeoutInSeconds.
|
void |
setPoolResizeQuantity(int poolResizeQuantity)
Setter for property poolResizeQuantity.
|
void |
setSteadyPoolSize(int steadyPoolSize)
Setter for property steadyPoolSize.
|
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
addExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toString
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
public int getPoolIdleTimeoutInSeconds()
public void setPoolIdleTimeoutInSeconds(int poolIdleTimeoutInSeconds)
poolIdleTimeoutInSeconds
- New value of property poolIdleTimeoutInSeconds.public int getMaxPoolSize()
public void setMaxPoolSize(int maxPoolSize)
maxPoolSize
- New value of property maxPoolSize.public int getMaxWaitTimeInMillis()
public void setMaxWaitTimeInMillis(int maxWaitTimeInMillis)
maxWaitTimeInMillis
- New value of property maxWaitTimeInMillis.public int getPoolResizeQuantity()
public void setPoolResizeQuantity(int poolResizeQuantity)
poolResizeQuantity
- New value of property poolResizeQuantity.public int getSteadyPoolSize()
public void setSteadyPoolSize(int steadyPoolSize)
steadyPoolSize
- New value of property steadyPoolSize.Copyright © 2020. All rights reserved.