com.collation.platform.model.topology.app.db.mssql
Interface SqlServerProcess
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface SqlServerProcess
- extends LogicalElement
Represents a Microsoft SQL Server configuration parameter.
- Naming Rules:
- 0="parent,spid"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- SQLPROCESS
- Display Name:
- spid
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 |
getParent
SqlServer getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(SqlServer parent)
hasParent
boolean hasParent()
getSpid
int getSpid()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSpid
void setSpid(int spid)
hasSpid
boolean hasSpid()
getKpid
int getKpid()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setKpid
void setKpid(int kpid)
hasKpid
boolean hasKpid()
getStatus
java.lang.String getStatus()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStatus
void setStatus(java.lang.String status)
hasStatus
boolean hasStatus()
getLoginName
java.lang.String getLoginName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLoginName
void setLoginName(java.lang.String loginName)
hasLoginName
boolean hasLoginName()
getCmd
java.lang.String getCmd()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCmd
void setCmd(java.lang.String cmd)
hasCmd
boolean hasCmd()
getWaitTime
int getWaitTime()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setWaitTime
void setWaitTime(int waitTime)
hasWaitTime
boolean hasWaitTime()
getLastWaitType
java.lang.String getLastWaitType()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setLastWaitType
void setLastWaitType(java.lang.String lastWaitType)
hasLastWaitType
boolean hasLastWaitType()
getCpu
int getCpu()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCpu
void setCpu(int cpu)
hasCpu
boolean hasCpu()
getPhysicalIo
int getPhysicalIo()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPhysicalIo
void setPhysicalIo(int physical_io)
hasPhysicalIo
boolean hasPhysicalIo()
getMemUsage
int getMemUsage()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMemUsage
void setMemUsage(int memUsage)
hasMemUsage
boolean hasMemUsage()