org.glassfish.admin.amx.intf.config
Interface ConnectorConnectionPool
- All Superinterfaces:
- AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, Description, NamedConfigElement, PropertiesAccess, RefReferent, ResourceRefReferent
Deprecated.
@Deprecated
public interface ConnectorConnectionPool
- extends Description, NamedConfigElement, PropertiesAccess, ResourceRefReferent
getDescription
String getDescription()
- Deprecated.
- Specified by:
getDescription in interface Description
setDescription
void setDescription(String param1)
- Deprecated.
- Specified by:
setDescription in interface Description
getIsConnectionValidationRequired
String getIsConnectionValidationRequired()
- Deprecated.
setIsConnectionValidationRequired
void setIsConnectionValidationRequired(String param1)
- Deprecated.
getConnectionDefinitionName
String getConnectionDefinitionName()
- Deprecated.
setConnectionDefinitionName
void setConnectionDefinitionName(String param1)
- Deprecated.
getFailAllConnections
String getFailAllConnections()
- Deprecated.
setFailAllConnections
void setFailAllConnections(String param1)
- Deprecated.
getIdleTimeoutInSeconds
String getIdleTimeoutInSeconds()
- Deprecated.
setIdleTimeoutInSeconds
void setIdleTimeoutInSeconds(String param1)
- Deprecated.
getMaxPoolSize
String getMaxPoolSize()
- Deprecated.
setMaxPoolSize
void setMaxPoolSize(String param1)
- Deprecated.
getMaxWaitTimeInMillis
String getMaxWaitTimeInMillis()
- Deprecated.
setMaxWaitTimeInMillis
void setMaxWaitTimeInMillis(String param1)
- Deprecated.
getPoolResizeQuantity
String getPoolResizeQuantity()
- Deprecated.
setPoolResizeQuantity
void setPoolResizeQuantity(String param1)
- Deprecated.
getResourceAdapterName
String getResourceAdapterName()
- Deprecated.
setResourceAdapterName
void setResourceAdapterName(String param1)
- Deprecated.
getSteadyPoolSize
String getSteadyPoolSize()
- Deprecated.
setSteadyPoolSize
void setSteadyPoolSize(String param1)
- Deprecated.
getTransactionSupport
String getTransactionSupport()
- Deprecated.
setTransactionSupport
void setTransactionSupport(String param1)
- Deprecated.
getSecurityMap
Map<String,SecurityMap> getSecurityMap()
- Deprecated.
- Returns:
- Map of all SecurityMap contained in this item.
getConnectionLeakTimeoutInSeconds
String getConnectionLeakTimeoutInSeconds()
- Deprecated.
setConnectionLeakTimeoutInSeconds
void setConnectionLeakTimeoutInSeconds(String param1)
- Deprecated.
getConnectionLeakReclaim
String getConnectionLeakReclaim()
- Deprecated.
setConnectionLeakReclaim
void setConnectionLeakReclaim(String param1)
- Deprecated.
getConnectionCreationRetryAttempts
String getConnectionCreationRetryAttempts()
- Deprecated.
setConnectionCreationRetryAttempts
void setConnectionCreationRetryAttempts(String param1)
- Deprecated.
getConnectionCreationRetryIntervalInSeconds
String getConnectionCreationRetryIntervalInSeconds()
- Deprecated.
setConnectionCreationRetryIntervalInSeconds
void setConnectionCreationRetryIntervalInSeconds(String param1)
- Deprecated.
getValidateAtmostOncePeriodInSeconds
String getValidateAtmostOncePeriodInSeconds()
- Deprecated.
setValidateAtmostOncePeriodInSeconds
void setValidateAtmostOncePeriodInSeconds(String param1)
- Deprecated.
getLazyConnectionEnlistment
String getLazyConnectionEnlistment()
- Deprecated.
setLazyConnectionEnlistment
void setLazyConnectionEnlistment(String param1)
- Deprecated.
getLazyConnectionAssociation
String getLazyConnectionAssociation()
- Deprecated.
setLazyConnectionAssociation
void setLazyConnectionAssociation(String param1)
- Deprecated.
getAssociateWithThread
String getAssociateWithThread()
- Deprecated.
setAssociateWithThread
void setAssociateWithThread(String param1)
- Deprecated.
getMatchConnections
String getMatchConnections()
- Deprecated.
setMatchConnections
void setMatchConnections(String param1)
- Deprecated.
getMaxConnectionUsageCount
String getMaxConnectionUsageCount()
- Deprecated.
setMaxConnectionUsageCount
void setMaxConnectionUsageCount(String param1)
- Deprecated.
getPing
String getPing()
- Deprecated.
setPing
void setPing(String param1)
- Deprecated.
getPooling
String getPooling()
- Deprecated.
setPooling
void setPooling(String param1)
- Deprecated.
Copyright © 2012 GlassFish Community. All Rights Reserved.