org.ow2.util.auditreport.api
Interface IAuditID

All Superinterfaces:
Serializable

public interface IAuditID
extends Serializable

Defines an ID used to track calls across different components.

Author:
Florent Benoit

Method Summary
 void generate()
          Generate a new ID.
 String getID()
           
 String getLocalID()
           
 String getParentID()
           
 void increment()
          A call is done on this ID, needs to increment.
 void setParentID(String parentID)
          Sets the parent ID.
 

Method Detail

getParentID

String getParentID()
Returns:
the parent ID.

getID

String getID()
Returns:
the full ID.

getLocalID

String getLocalID()
Returns:
the local ID.

increment

void increment()
A call is done on this ID, needs to increment.


generate

void generate()
Generate a new ID.


setParentID

void setParentID(String parentID)
Sets the parent ID.

Parameters:
parentID - the given parent ID


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