|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAuditID
Defines an ID used to track calls across different components.
| 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 |
|---|
String getParentID()
String getID()
String getLocalID()
void increment()
void generate()
void setParentID(String parentID)
parentID - the given parent ID
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||