com.collation.platform.model.topology.app.j2ee.oracleapp
Interface OracleAppJDBCConnectionPool
- All Superinterfaces:
- ConfigurationItem, J2EEResource, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource
public interface OracleAppJDBCConnectionPool
- extends J2EEResource
OracleAppJDBCConnectionPool
- Naming Rules:
- 0="domain,name"
1="server,name"
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getApplication
OracleAppJ2EEApplication getApplication()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setApplication
void setApplication(OracleAppJ2EEApplication application)
hasApplication
boolean hasApplication()
getJdbcDataSources
OracleAppJDBCDataSource[] getJdbcDataSources()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJdbcDataSources
void setJdbcDataSources(OracleAppJDBCDataSource[] dataSources)
hasJdbcDataSources
boolean hasJdbcDataSources()
getJdbcDriver
OracleAppJDBCDriver getJdbcDriver()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJdbcDriver
void setJdbcDriver(OracleAppJDBCDriver driver)
hasJdbcDriver
boolean hasJdbcDriver()
getAbandonedConnectionTimeout
int getAbandonedConnectionTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAbandonedConnectionTimeout
void setAbandonedConnectionTimeout(int abandonedConnectionTimeout)
hasAbandonedConnectionTimeout
boolean hasAbandonedConnectionTimeout()
getConnectionRetryInterval
int getConnectionRetryInterval()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setConnectionRetryInterval
void setConnectionRetryInterval(int connectionRetryInterval)
hasConnectionRetryInterval
boolean hasConnectionRetryInterval()
getFactoryClass
java.lang.String getFactoryClass()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setFactoryClass
void setFactoryClass(java.lang.String factoryClass)
hasFactoryClass
boolean hasFactoryClass()
getImplicitConnectionCache
boolean getImplicitConnectionCache()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setImplicitConnectionCache
void setImplicitConnectionCache(boolean cache)
hasImplicitConnectionCache
boolean hasImplicitConnectionCache()
getInactivityTimeout
int getInactivityTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setInactivityTimeout
void setInactivityTimeout(int inactivityTimeout)
hasInactivityTimeout
boolean hasInactivityTimeout()
getInitialLimit
int getInitialLimit()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setInitialLimit
void setInitialLimit(int initialLimit)
hasInitialLimit
boolean hasInitialLimit()
getLowerThresholdLimit
int getLowerThresholdLimit()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLowerThresholdLimit
void setLowerThresholdLimit(int lowerThresholdLimit)
hasLowerThresholdLimit
boolean hasLowerThresholdLimit()
getMaxConnectAttempts
int getMaxConnectAttempts()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxConnectAttempts
void setMaxConnectAttempts(int maxConnectAttempts)
hasMaxConnectAttempts
boolean hasMaxConnectAttempts()
getMinConnections
int getMinConnections()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMinConnections
void setMinConnections(int minConnections)
hasMinConnections
boolean hasMinConnections()
getNumCachedStatements
int getNumCachedStatements()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setNumCachedStatements
void setNumCachedStatements(int numCachedStatements)
hasNumCachedStatements
boolean hasNumCachedStatements()
getPropertyCheckInterval
int getPropertyCheckInterval()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPropertyCheckInterval
void setPropertyCheckInterval(int propertyCheckInterval)
hasPropertyCheckInterval
boolean hasPropertyCheckInterval()
getTimeToLiveTimeout
int getTimeToLiveTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTimeToLiveTimeout
void setTimeToLiveTimeout(int timeToLiveTimeout)
hasTimeToLiveTimeout
boolean hasTimeToLiveTimeout()
getUrl
java.lang.String getUrl()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUrl
void setUrl(java.lang.String url)
hasUrl
boolean hasUrl()
getUsedConnectionWaitTimeout
int getUsedConnectionWaitTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUsedConnectionWaitTimeout
void setUsedConnectionWaitTimeout(int usedConnectionWaitTimeout)
hasUsedConnectionWaitTimeout
boolean hasUsedConnectionWaitTimeout()