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


Method Summary
 String getAssociateWithThread()
          Deprecated.  
 String getConnectionCreationRetryAttempts()
          Deprecated.  
 String getConnectionCreationRetryIntervalInSeconds()
          Deprecated.  
 String getConnectionDefinitionName()
          Deprecated.  
 String getConnectionLeakReclaim()
          Deprecated.  
 String getConnectionLeakTimeoutInSeconds()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getFailAllConnections()
          Deprecated.  
 String getIdleTimeoutInSeconds()
          Deprecated.  
 String getIsConnectionValidationRequired()
          Deprecated.  
 String getLazyConnectionAssociation()
          Deprecated.  
 String getLazyConnectionEnlistment()
          Deprecated.  
 String getMatchConnections()
          Deprecated.  
 String getMaxConnectionUsageCount()
          Deprecated.  
 String getMaxPoolSize()
          Deprecated.  
 String getMaxWaitTimeInMillis()
          Deprecated.  
 String getPing()
          Deprecated.  
 String getPooling()
          Deprecated.  
 String getPoolResizeQuantity()
          Deprecated.  
 String getResourceAdapterName()
          Deprecated.  
 Map<String,SecurityMap> getSecurityMap()
          Deprecated.  
 String getSteadyPoolSize()
          Deprecated.  
 String getTransactionSupport()
          Deprecated.  
 String getValidateAtmostOncePeriodInSeconds()
          Deprecated.  
 void setAssociateWithThread(String param1)
          Deprecated.  
 void setConnectionCreationRetryAttempts(String param1)
          Deprecated.  
 void setConnectionCreationRetryIntervalInSeconds(String param1)
          Deprecated.  
 void setConnectionDefinitionName(String param1)
          Deprecated.  
 void setConnectionLeakReclaim(String param1)
          Deprecated.  
 void setConnectionLeakTimeoutInSeconds(String param1)
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setFailAllConnections(String param1)
          Deprecated.  
 void setIdleTimeoutInSeconds(String param1)
          Deprecated.  
 void setIsConnectionValidationRequired(String param1)
          Deprecated.  
 void setLazyConnectionAssociation(String param1)
          Deprecated.  
 void setLazyConnectionEnlistment(String param1)
          Deprecated.  
 void setMatchConnections(String param1)
          Deprecated.  
 void setMaxConnectionUsageCount(String param1)
          Deprecated.  
 void setMaxPoolSize(String param1)
          Deprecated.  
 void setMaxWaitTimeInMillis(String param1)
          Deprecated.  
 void setPing(String param1)
          Deprecated.  
 void setPooling(String param1)
          Deprecated.  
 void setPoolResizeQuantity(String param1)
          Deprecated.  
 void setResourceAdapterName(String param1)
          Deprecated.  
 void setSteadyPoolSize(String param1)
          Deprecated.  
 void setTransactionSupport(String param1)
          Deprecated.  
 void setValidateAtmostOncePeriodInSeconds(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.NamedConfigElement
getName
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 

Method Detail

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.