com.collation.platform.model.topology.app.j2ee.oracleapp
Interface OracleAppJDBCDriver
- All Superinterfaces:
- ConfigurationItem, J2EEResource, JDBCDriver, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource
public interface OracleAppJDBCDriver
- extends JDBCDriver
OracleAppJDBCDriver
- 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 |
getApplication
OracleAppJ2EEApplication getApplication()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setApplication
void setApplication(OracleAppJ2EEApplication application)
hasApplication
boolean hasApplication()
getLoginTimeout
int getLoginTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLoginTimeout
void setLoginTimeout(int loginTimeout)
hasLoginTimeout
boolean hasLoginTimeout()
getPassword
java.lang.String getPassword()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPassword
void setPassword(java.lang.String password)
hasPassword
boolean hasPassword()
getUrl
java.lang.String getUrl()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUrl
void setUrl(java.lang.String url)
hasUrl
boolean hasUrl()
getUser
java.lang.String getUser()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUser
void setUser(java.lang.String user)
hasUser
boolean hasUser()
getXaRecoveryPassword
java.lang.String getXaRecoveryPassword()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setXaRecoveryPassword
void setXaRecoveryPassword(java.lang.String xaRecoveryPassword)
hasXaRecoveryPassword
boolean hasXaRecoveryPassword()
getXaRecoveryUsername
java.lang.String getXaRecoveryUsername()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setXaRecoveryUsername
void setXaRecoveryUsername(java.lang.String xaRecoveryUsername)
hasXaRecoveryUsername
boolean hasXaRecoveryUsername()