|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiscoveryRun
Represents a discovery run
Field Summary |
---|
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement |
---|
IBM_COPYRIGHT |
Method Summary | |
---|---|
java.lang.String |
getCause()
|
long |
getDiscoverRunId()
|
DiscoveryProfile |
getDiscoveryProfile()
|
java.lang.String |
getDiscoveryProgressLog()
|
long |
getEndTime()
|
java.lang.String |
getInitiator()
|
java.lang.String |
getRunName()
|
int |
getRunType()
|
boolean |
getScheduled()
|
ScopeElement[] |
getScopeElements()
Scope used for this discovery |
long |
getStartTime()
|
int |
getStatus()
|
int |
getTerminationType()
|
boolean |
hasCause()
|
boolean |
hasDiscoverRunId()
|
boolean |
hasDiscoveryProfile()
|
boolean |
hasDiscoveryProgressLog()
|
boolean |
hasEndTime()
|
boolean |
hasInitiator()
|
boolean |
hasRunName()
|
boolean |
hasRunType()
|
boolean |
hasScheduled()
|
boolean |
hasScopeElements()
|
boolean |
hasStartTime()
|
boolean |
hasStatus()
|
boolean |
hasTerminationType()
|
void |
setCause(java.lang.String cause)
Cause of the failure of discovery |
void |
setDiscoverRunId(long discoveryId)
Run id that uniquely identifies this run |
void |
setDiscoveryProfile(DiscoveryProfile profile)
|
void |
setDiscoveryProgressLog(java.lang.String prog)
|
void |
setEndTime(long timeInMillis)
End time in millis |
void |
setInitiator(java.lang.String user)
Name of the user who started this. |
void |
setRunName(java.lang.String runName)
Name of this run |
void |
setRunType(int runType)
Type of run defined in ProcessFlowMgrEnum |
void |
setScheduled(boolean scheduled)
Is this a scheduled discovery or not |
void |
setScopeElements(ScopeElement[] elements)
|
void |
setStartTime(long timeInMillis)
Start time in millis |
void |
setStatus(int status)
Discovery run status |
void |
setTerminationType(int terminationType)
Termination type defined in ProcessFlowManager enum |
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 |
Method Detail |
---|
void setScheduled(boolean scheduled)
scheduled
- boolean getScheduled() throws AttributeNotSetException
AttributeNotSetException
boolean hasScheduled()
void setCause(java.lang.String cause)
cause
- java.lang.String getCause() throws AttributeNotSetException
AttributeNotSetException
boolean hasCause()
void setInitiator(java.lang.String user)
user
- java.lang.String getInitiator() throws AttributeNotSetException
AttributeNotSetException
boolean hasInitiator()
void setStartTime(long timeInMillis)
timeInMillis
- long getStartTime() throws AttributeNotSetException
AttributeNotSetException
boolean hasStartTime()
void setEndTime(long timeInMillis)
timeInMillis
- long getEndTime() throws AttributeNotSetException
AttributeNotSetException
boolean hasEndTime()
void setDiscoverRunId(long discoveryId)
discoveryId
- long getDiscoverRunId() throws AttributeNotSetException
AttributeNotSetException
boolean hasDiscoverRunId()
void setStatus(int status)
status
- int getStatus() throws AttributeNotSetException
AttributeNotSetException
boolean hasStatus()
void setScopeElements(ScopeElement[] elements)
ScopeElement[] getScopeElements() throws AttributeNotSetException
AttributeNotSetException
boolean hasScopeElements()
void setRunName(java.lang.String runName)
runName
- java.lang.String getRunName() throws AttributeNotSetException
AttributeNotSetException
boolean hasRunName()
void setRunType(int runType)
runType
- int getRunType() throws AttributeNotSetException
AttributeNotSetException
boolean hasRunType()
void setTerminationType(int terminationType)
terminationType
- int getTerminationType() throws AttributeNotSetException
AttributeNotSetException
boolean hasTerminationType()
java.lang.String getDiscoveryProgressLog() throws AttributeNotSetException
AttributeNotSetException
void setDiscoveryProgressLog(java.lang.String prog)
boolean hasDiscoveryProgressLog()
void setDiscoveryProfile(DiscoveryProfile profile)
DiscoveryProfile getDiscoveryProfile() throws AttributeNotSetException
AttributeNotSetException
boolean hasDiscoveryProfile()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |