com.collation.platform.model.topology.app.packagedapp.mysap.db
Interface MySAPDb2Instance
- All Superinterfaces:
- AppServer, ConfigurationItem, DatabaseServer, Db2Instance, Db2Server, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface MySAPDb2Instance
- extends Db2Instance
- Naming Rules:
- 0="SAPSystemSID,systemHome"
1="managedSystemName"
- Persistable:
- true
- Top Level:
- true
- Display Name:
- SAPSystemSID,systemHome
Methods inherited from interface com.collation.platform.model.topology.app.db.db2.Db2Instance |
getAliases, getBitSize, getDatabases, getDBMConfigValues, getParent, getProfileRegistry, getServerProcesses, hasAliases, hasBitSize, hasDatabases, hasDBMConfigValues, hasParent, hasProfileRegistry, hasServerProcesses, setAliases, setBitSize, setDatabases, setDBMConfigValues, setParent, setProfileRegistry, setServerProcesses |
Methods inherited from interface com.collation.platform.model.topology.app.db.db2.Db2Server |
getBuildLevel, getComment, getLevel, getLevelId, getNodeName, getPort, getProductId, getProtocol, getProtocolParams, getPTF, getType, hasBuildLevel, hasComment, hasLevel, hasLevelId, hasNodeName, hasPort, hasProductId, hasProtocol, hasProtocolParams, hasPTF, hasType, setBuildLevel, setComment, setLevel, setLevelId, setNodeName, setPort, setProductId, setProtocol, setProtocolParams, setPTF, setType |
Methods inherited from interface com.collation.platform.model.topology.app.AppServer |
getAppDescriptors, getConfigContents, getConfigFile, getContainers, getExecutable, getExecutableName, getHost, getKeyName, getModules, getName, getPrimarySAP, getProcessPools, getProductName, getProductVersion, getResources, getSoftwareInstallation, getStatus, getVendorName, getZReportFiles, hasAppDescriptors, hasConfigContents, hasConfigFile, hasContainers, hasExecutable, hasExecutableName, hasHost, hasKeyName, hasModules, hasName, hasPrimarySAP, hasProcessPools, hasProductName, hasProductVersion, hasResources, hasSoftwareInstallation, hasStatus, hasVendorName, hasZReportFiles, setAppDescriptors, setConfigContents, setConfigFile, setContainers, setExecutable, setExecutableName, setHost, setKeyName, setModules, setName, setPrimarySAP, setProcessPools, setProductName, setProductVersion, setResources, setSoftwareInstallation, setStatus, setVendorName, setZReportFiles |
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 |
getOwner
java.lang.String getOwner()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setOwner
void setOwner(java.lang.String owner)
hasOwner
boolean hasOwner()
getSAPSystemSID
java.lang.String getSAPSystemSID()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSAPSystemSID
void setSAPSystemSID(java.lang.String sid)
hasSAPSystemSID
boolean hasSAPSystemSID()
getSystemHome
java.lang.String getSystemHome()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSystemHome
void setSystemHome(java.lang.String dbHostName)
hasSystemHome
boolean hasSystemHome()
getSID
java.lang.String getSID()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSID
void setSID(java.lang.String sid)
hasSID
boolean hasSID()