com.collation.platform.model.topology.app.j2ee.oracleapp
Interface OracleAppJDBCDataSource
- All Superinterfaces:
- ConfigurationItem, J2EEResource, JDBCDataSource, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource
public interface OracleAppJDBCDataSource
- extends JDBCDataSource
OracleAppJDBCDataSource
- 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 |
getJdbcConnectionPool
OracleAppJDBCConnectionPool getJdbcConnectionPool()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJdbcConnectionPool
void setJdbcConnectionPool(OracleAppJDBCConnectionPool pool)
hasJdbcConnectionPool
boolean hasJdbcConnectionPool()
getJdbcDriver
OracleAppJDBCDriver getJdbcDriver()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJdbcDriver
void setJdbcDriver(OracleAppJDBCDriver driver)
hasJdbcDriver
boolean hasJdbcDriver()
getActiveSQLTrace
boolean getActiveSQLTrace()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setActiveSQLTrace
void setActiveSQLTrace(boolean activeSQLTrace)
hasActiveSQLTrace
boolean hasActiveSQLTrace()
getLoginTimeout
int getLoginTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLoginTimeout
void setLoginTimeout(int loginTimeout)
hasLoginTimeout
boolean hasLoginTimeout()
getJndiName
java.lang.String getJndiName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJndiName
void setJndiName(java.lang.String jndiName)
hasJndiName
boolean hasJndiName()
getManageLocalTransactions
boolean getManageLocalTransactions()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setManageLocalTransactions
void setManageLocalTransactions(boolean manageLocalTransactions)
hasManageLocalTransactions
boolean hasManageLocalTransactions()
getPassword
java.lang.String getPassword()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPassword
void setPassword(java.lang.String password)
hasPassword
boolean hasPassword()
getTransactionLevel
java.lang.String getTransactionLevel()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTransactionLevel
void setTransactionLevel(java.lang.String transactionLevel)
hasTransactionLevel
boolean hasTransactionLevel()
getUser
java.lang.String getUser()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUser
void setUser(java.lang.String user)
hasUser
boolean hasUser()