public interface IAgent extends IElement, ISecuritySupport
Modifier and Type | Interface and Description |
---|---|
static interface |
IAgent.ExecutionStatus
All execution states.
|
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Gets the name of the class associated with the agent.
|
Date |
getLastExecutionDate()
Gets the last execution date of the agent.
|
int |
getLastExecutionStatus()
Gets last result status
|
Date |
getLastFailureDate()
Gets the date of the last failure of the agent.
|
byte[] |
getLastReport()
Gets the last report of the agent
|
Date |
getLastSuccessDate()
Gets the date of the last success of the agent.
|
String |
getName()
Gets the name of the agent.
|
getId, getModule, getNativeObject, getPath, save
getProtocolURI, getProtocolURI
String getName()
String getClassName()
int getLastExecutionStatus()
ExecutionStatus.NEVER_RUN
or
ExecutionStatus.RUNNING
or
ExecutionStatus.SUCCESS
or
ExecutionStatus.WARNING
or
ExecutionStatus.FAILURE
Date getLastExecutionDate()
byte[] getLastReport()
Date getLastSuccessDate()
Date getLastFailureDate()
Copyright © 2021 Visiativ Software. All rights reserved.