|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ManagementSoftwareSystem
MSS
| Field Summary | |
|---|---|
static java.lang.String |
IBM_COPYRIGHT
|
| Method Summary | |
|---|---|
MSSAccessInfo[] |
getAccessInfos()
By supplying a table name here, we are saying don't delete the information from this table during a clear topology operation. |
Agent[] |
getAgents()
|
Agent[] |
getAgentsInUse()
|
Capability[] |
getCapabilities()
|
java.lang.String |
getEmail()
Deprecated. |
java.lang.String |
getFax()
Deprecated. |
java.lang.String |
getHostname()
name of the host of the management software system |
java.lang.String |
getManufacturerName()
name of the manufacturer of the management software system |
Agent |
getMasterAgent()
|
java.lang.String |
getMobilePhone()
Deprecated. |
java.lang.String |
getMSSName()
|
java.lang.String |
getName()
Deprecated. |
java.lang.String |
getNote()
Deprecated. |
java.lang.String |
getPager()
Deprecated. |
java.lang.String |
getProductName()
name of the product of the management software system |
java.lang.String |
getProductVersion()
version of the management software system |
java.lang.String |
getProfile()
|
java.lang.String |
getSubcomponent()
name of the MSS subcomponent identifier |
java.lang.String |
getSubcomponentInstanceName()
name of the MSS subcomponent instance |
ManagementSoftwareSystem[] |
getSubsystems()
See comments on accessinfo about why this table name is supplied here. |
java.lang.String |
getTitle()
Deprecated. |
int |
getType()
Deprecated. |
java.lang.String |
getURL()
Deprecated. |
java.lang.String |
getWorkPhone()
Deprecated. |
boolean |
hasAccessInfos()
|
boolean |
hasAgents()
|
boolean |
hasAgentsInUse()
|
boolean |
hasCapabilities()
|
boolean |
hasEmail()
|
boolean |
hasFax()
|
boolean |
hasHostname()
|
boolean |
hasManufacturerName()
|
boolean |
hasMasterAgent()
|
boolean |
hasMobilePhone()
|
boolean |
hasMSSName()
|
boolean |
hasName()
|
boolean |
hasNote()
|
boolean |
hasPager()
|
boolean |
hasProductName()
|
boolean |
hasProductVersion()
|
boolean |
hasProfile()
|
boolean |
hasSubcomponent()
|
boolean |
hasSubcomponentInstanceName()
|
boolean |
hasSubsystems()
|
boolean |
hasTitle()
|
boolean |
hasType()
|
boolean |
hasURL()
|
boolean |
hasWorkPhone()
|
void |
setAccessInfos(MSSAccessInfo[] infos)
|
void |
setAgents(Agent[] x)
|
void |
setAgentsInUse(Agent[] x)
|
void |
setCapabilities(Capability[] caps)
|
void |
setEmail(java.lang.String x)
|
void |
setFax(java.lang.String x)
|
void |
setHostname(java.lang.String name)
|
void |
setManufacturerName(java.lang.String name)
|
void |
setMasterAgent(Agent x)
|
void |
setMobilePhone(java.lang.String x)
|
void |
setMSSName(java.lang.String name)
|
void |
setName(java.lang.String x)
|
void |
setNote(java.lang.String x)
|
void |
setPager(java.lang.String x)
|
void |
setProductName(java.lang.String name)
|
void |
setProductVersion(java.lang.String version)
|
void |
setProfile(java.lang.String name)
|
void |
setSubcomponent(java.lang.String name)
|
void |
setSubcomponentInstanceName(java.lang.String name)
|
void |
setSubsystems(ManagementSoftwareSystem[] systems)
|
void |
setTitle(java.lang.String x)
|
void |
setType(int x)
|
void |
setURL(java.lang.String x)
|
void |
setWorkPhone(java.lang.String x)
|
| 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 |
| Field Detail |
|---|
static final java.lang.String IBM_COPYRIGHT
| Method Detail |
|---|
Agent[] getAgents()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAgents(Agent[] x)
boolean hasAgents()
Agent getMasterAgent()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMasterAgent(Agent x)
boolean hasMasterAgent()
Agent[] getAgentsInUse()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAgentsInUse(Agent[] x)
boolean hasAgentsInUse()
java.lang.String getMSSName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMSSName(java.lang.String name)
boolean hasMSSName()
java.lang.String getManufacturerName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setManufacturerName(java.lang.String name)
boolean hasManufacturerName()
java.lang.String getProductName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setProductName(java.lang.String name)
boolean hasProductName()
java.lang.String getProductVersion()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setProductVersion(java.lang.String version)
boolean hasProductVersion()
java.lang.String getHostname()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setHostname(java.lang.String name)
boolean hasHostname()
java.lang.String getSubcomponent()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSubcomponent(java.lang.String name)
boolean hasSubcomponent()
java.lang.String getSubcomponentInstanceName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSubcomponentInstanceName(java.lang.String name)
boolean hasSubcomponentInstanceName()
java.lang.String getProfile()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setProfile(java.lang.String name)
boolean hasProfile()
ManagementSoftwareSystem[] getSubsystems()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSubsystems(ManagementSoftwareSystem[] systems)
boolean hasSubsystems()
MSSAccessInfo[] getAccessInfos()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setAccessInfos(MSSAccessInfo[] infos)
boolean hasAccessInfos()
Capability[] getCapabilities()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setCapabilities(Capability[] caps)
boolean hasCapabilities()
java.lang.String getMobilePhone()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setMobilePhone(java.lang.String x)
boolean hasMobilePhone()
java.lang.String getNote()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setNote(java.lang.String x)
boolean hasNote()
java.lang.String getFax()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setFax(java.lang.String x)
boolean hasFax()
int getType()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setType(int x)
boolean hasType()
java.lang.String getName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setName(java.lang.String x)
boolean hasName()
java.lang.String getEmail()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setEmail(java.lang.String x)
boolean hasEmail()
java.lang.String getTitle()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setTitle(java.lang.String x)
boolean hasTitle()
java.lang.String getWorkPhone()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setWorkPhone(java.lang.String x)
boolean hasWorkPhone()
java.lang.String getPager()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setPager(java.lang.String x)
boolean hasPager()
java.lang.String getURL()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setURL(java.lang.String x)
boolean hasURL()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||