com.collation.platform.model.topology.app.packagedapp.mysap.basis
Interface MySAPJ2EEEngineInstance

All Superinterfaces:
AppServer, ConfigurationItem, J2EEServer, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
All Known Subinterfaces:
MySAPJavaCentralSystem

public interface MySAPJ2EEEngineInstance
extends J2EEServer

Naming Rules:
0="SAPSystemSID,systemHome,javaInstanceId" 1="managedSystemName"
Persistable:
true
Top Level:
true
Display Name:
SAPSystemSID,systemHome,javaInstanceId

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.app.AppServer
IBM_COPYRIGHT, RUNNING, STOPPED
 
Method Summary
 MySAPClusterNode[] getClusterNodes()
           
 boolean getIsSDM()
           
 java.lang.String getJavaInstanceId()
           
 java.lang.String getSAPSystemSID()
           
 java.lang.String getSystemHome()
           
 java.lang.String getVersioningAndPatchInfo()
           
 boolean hasClusterNodes()
           
 boolean hasIsSDM()
           
 boolean hasJavaInstanceId()
           
 boolean hasSAPSystemSID()
           
 boolean hasSystemHome()
           
 boolean hasVersioningAndPatchInfo()
           
 void setClusterNodes(MySAPClusterNode[] clusterNodes)
           
 void setIsSDM(boolean SDM)
           
 void setJavaInstanceId(java.lang.String javaInstanceId)
           
 void setSAPSystemSID(java.lang.String sid)
           
 void setSystemHome(java.lang.String dbHostName)
           
 void setVersioningAndPatchInfo(java.lang.String versioningAndPatchInfo)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.J2EEServer
getDeployedObjectsRaw, getParent, hasDeployedObjectsRaw, hasParent, setDeployedObjectsRaw, setParent
 
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.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

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()

getJavaInstanceId

java.lang.String getJavaInstanceId()
                                   throws AttributeNotSetException
Throws:
AttributeNotSetException

setJavaInstanceId

void setJavaInstanceId(java.lang.String javaInstanceId)

hasJavaInstanceId

boolean hasJavaInstanceId()

getVersioningAndPatchInfo

java.lang.String getVersioningAndPatchInfo()
                                           throws AttributeNotSetException
Throws:
AttributeNotSetException

setVersioningAndPatchInfo

void setVersioningAndPatchInfo(java.lang.String versioningAndPatchInfo)

hasVersioningAndPatchInfo

boolean hasVersioningAndPatchInfo()

getIsSDM

boolean getIsSDM()
                 throws AttributeNotSetException
Throws:
AttributeNotSetException

setIsSDM

void setIsSDM(boolean SDM)

hasIsSDM

boolean hasIsSDM()

getClusterNodes

MySAPClusterNode[] getClusterNodes()
                                   throws AttributeNotSetException
Throws:
AttributeNotSetException
Containment Relationship:
true

setClusterNodes

void setClusterNodes(MySAPClusterNode[] clusterNodes)

hasClusterNodes

boolean hasClusterNodes()