|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.management.config.TaskAudit
public class TaskAudit
This class holds audit details for the tasks executed in ConfigServer.
It provides details about devicelists associated with the task,
name of the datasource associated with the template,
time of submission of task etc. See ConfigClientAPI and
DeviceAuditAPI for retrieving audit details for the tasks executed.
ConfigTask,
ConfigClientAPI,
DeviceAuditAPI,
DeviceAudit,
AttributeAudit,
Serialized Form| Constructor Summary | |
|---|---|
TaskAudit(java.util.Properties prop)
Constructs TaskAudit from Properties object. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDataSource()
Returns the name of the datasource associated with the template based task. |
java.lang.String[] |
getDeviceList()
Returns an array of devicelists associated with the task for execution. |
java.lang.String |
getExecutedTime()
Returns the submitted time of the task for execution. |
int |
getExecutionID()
Returns the execution ID of the task. |
java.lang.String |
getTaskName()
Returns the name of the task executed. |
java.lang.String |
getUserName()
Returns the user's name who submitted the task for execution. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TaskAudit(java.util.Properties prop)
Properties object.
prop - contains audit details related for the task.| Method Detail |
|---|
public java.lang.String getTaskName()
public int getExecutionID()
public java.lang.String getUserName()
public java.lang.String[] getDeviceList()
DeviceListpublic java.lang.String getExecutedTime()
public java.lang.String getDataSource()
DataSource
|
"WEBNMS_5 API Docs" | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||