|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SMSSiteComponents
SMS_Components class reports on the health of individual SMS components by counting the error, warning, and informational status messages produced by each component. It provides a high-level view of the health of SMS server components at a given site. An instance of this class is created for each server component running in the site.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getComponentName()
Name of the component, such as client access point. |
long |
getLastContacted()
Date and time a status message was last received from the component. |
long |
getLastStarted()
Date and time when the component last started. |
long |
getNextScheduledTime()
Date and time when the component is next scheduled to start, if the component runs according to a schedule. |
int |
getNumErrors()
Number of error status messages reported by the component during the tally interval. |
int |
getNumInfos()
Number of informational status messages reported by the component during the tally interval. |
int |
getNumWarnings()
Number of warning status messages reported by the component during the tally interval. |
SMSSiteServer |
getSMSSite()
|
int |
getState()
State of the component. |
int |
getStatus()
Indicates the health of the component. |
int |
getType()
Indicates whether the component runs according to a schedule or auto starts (runs continuously). |
boolean |
hasComponentName()
|
boolean |
hasLastContacted()
|
boolean |
hasLastStarted()
|
boolean |
hasNextScheduledTime()
|
boolean |
hasNumErrors()
|
boolean |
hasNumInfos()
|
boolean |
hasNumWarnings()
|
boolean |
hasSMSSite()
|
boolean |
hasState()
|
boolean |
hasStatus()
|
boolean |
hasType()
|
void |
setComponentName(java.lang.String x)
|
void |
setLastContacted(long x)
|
void |
setLastStarted(long x)
|
void |
setNextScheduledTime(long x)
|
void |
setNumErrors(int x)
|
void |
setNumInfos(int x)
|
void |
setNumWarnings(int x)
|
void |
setSMSSite(SMSSiteServer x)
|
void |
setState(int x)
|
void |
setStatus(int x)
|
void |
setType(int 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 |
---|
int getNumInfos() throws AttributeNotSetException
AttributeNotSetException
void setNumInfos(int x)
boolean hasNumInfos()
int getStatus() throws AttributeNotSetException
AttributeNotSetException
void setStatus(int x)
boolean hasStatus()
int getState() throws AttributeNotSetException
AttributeNotSetException
void setState(int x)
boolean hasState()
SMSSiteServer getSMSSite() throws AttributeNotSetException
AttributeNotSetException
void setSMSSite(SMSSiteServer x)
boolean hasSMSSite()
long getLastStarted() throws AttributeNotSetException
AttributeNotSetException
void setLastStarted(long x)
boolean hasLastStarted()
int getNumWarnings() throws AttributeNotSetException
AttributeNotSetException
void setNumWarnings(int x)
boolean hasNumWarnings()
int getNumErrors() throws AttributeNotSetException
AttributeNotSetException
void setNumErrors(int x)
boolean hasNumErrors()
long getNextScheduledTime() throws AttributeNotSetException
AttributeNotSetException
void setNextScheduledTime(long x)
boolean hasNextScheduledTime()
long getLastContacted() throws AttributeNotSetException
AttributeNotSetException
void setLastContacted(long x)
boolean hasLastContacted()
java.lang.String getComponentName() throws AttributeNotSetException
AttributeNotSetException
void setComponentName(java.lang.String x)
boolean hasComponentName()
int getType() throws AttributeNotSetException
AttributeNotSetException
void setType(int x)
boolean hasType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |