public interface Report
| Modifier and Type | Method and Description |
|---|---|
void |
init(String consumerId,
String resourceScope,
String creationTime)
Set generic properties of report
|
void |
send()
send report
|
void |
timeUpdate()
set start time of the operation
|
void |
ultimate(String owner,
String operation,
String size,
String filePath,
String id,
String callerIP,
String lastAccess)
Set end time of operation and other specific properties
|
void init(String consumerId, String resourceScope, String creationTime)
resourceType - consumerId - resourceOwner - resourceScope - void timeUpdate()
void ultimate(String owner, String operation, String size, String filePath, String id, String callerIP, String lastAccess)
void send()
Copyright © 2014. All Rights Reserved.