com.arsdigita.auditing
Class WebAuditingSaveInfo

java.lang.Object
  extended bycom.arsdigita.auditing.WebAuditingSaveInfo
All Implemented Interfaces:
AuditingSaveInfo

public class WebAuditingSaveInfo
extends Object
implements AuditingSaveInfo

Interface for auditing save information.

Version:
1.0
Author:
Joseph Bank

Field Summary
static String versionId
           
 
Constructor Summary
WebAuditingSaveInfo()
           
 
Method Summary
 Date getSaveDate()
          Gets the date for the save operation.
 String getSaveIP()
          Gets the IP address for the save operation from the current execution environment.
 User getSaveUser()
          Gets the user who is doing the save operation from the current execution environment.
 AuditingSaveInfo newInstance()
          Supports the prototype factory interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

WebAuditingSaveInfo

public WebAuditingSaveInfo()
Method Detail

getSaveUser

public User getSaveUser()
Description copied from interface: AuditingSaveInfo
Gets the user who is doing the save operation from the current execution environment. May return null.

Specified by:
getSaveUser in interface AuditingSaveInfo
Returns:
the user.

getSaveDate

public Date getSaveDate()
Description copied from interface: AuditingSaveInfo
Gets the date for the save operation.

Specified by:
getSaveDate in interface AuditingSaveInfo
Returns:
the date.

getSaveIP

public String getSaveIP()
Description copied from interface: AuditingSaveInfo
Gets the IP address for the save operation from the current execution environment. May return null.

Specified by:
getSaveIP in interface AuditingSaveInfo
Returns:
the IP address.

newInstance

public AuditingSaveInfo newInstance()
Description copied from interface: AuditingSaveInfo
Supports the prototype factory interface.

Specified by:
newInstance in interface AuditingSaveInfo


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC