org.ow2.util.auditreport.api
Interface IAuditReport

All Superinterfaces:
Serializable

public interface IAuditReport
extends Serializable

Defines the interface for all audit report.

Author:
Florent Benoit

Field Summary
static String EMPTY_STRING
          An empty string.
static double KB
          The value of a Ko.
static double NS
          Value of a nanosecond.
static int ZERO
          Zero value.
 
Method Summary
 long getRequestTimeStamp()
           
 void setRequestTimeStamp(long requestTimeStamp)
           
 String toString()
           
 

Field Detail

ZERO

static final int ZERO
Zero value.

See Also:
Constant Field Values

KB

static final double KB
The value of a Ko.

See Also:
Constant Field Values

EMPTY_STRING

static final String EMPTY_STRING
An empty string.

See Also:
Constant Field Values

NS

static final double NS
Value of a nanosecond.

See Also:
Constant Field Values
Method Detail

getRequestTimeStamp

long getRequestTimeStamp()
Returns:
the requestTimeStamp

setRequestTimeStamp

void setRequestTimeStamp(long requestTimeStamp)
Parameters:
requestTimeStamp - the requestTimeStamp to set

toString

String toString()
Overrides:
toString in class Object
Returns:
the current object as a String.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.