org.jcoderz.commons
Interface AuditPrincipal

All Superinterfaces:
Serializable
All Known Implementing Classes:
TestAuditPrincipal

public interface AuditPrincipal
extends Serializable

This interface provides mandatory data for an audit log event. Instances of this interface must be passed to the log method of audit log events.

Author:
Michael Griffel

Method Summary
 String toString()
          Returns the string representation of the audit principal.
 

Method Detail

toString

String toString()
Returns the string representation of the audit principal.

Overrides:
toString in class Object
Returns:
the string representation of the audit principal.


Copyright 2007 The jCoderZ Project.