com.arsdigita.auditing
Class AuditingSaveFactory

java.lang.Object
  extended bycom.arsdigita.auditing.AuditingSaveFactory

public class AuditingSaveFactory
extends Object

Factory for auditing save information.

Version:
1.0
Author:
Joseph Bank

Constructor Summary
AuditingSaveFactory()
           
 
Method Summary
static AuditingSaveInfo newInstance()
          Retrieves a new instance of an AuditingSaveInfo object based on the prototype.
static void setPrototype(AuditingSaveInfo proto)
          Sets the prototype object for the factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditingSaveFactory

public AuditingSaveFactory()
Method Detail

setPrototype

public static void setPrototype(AuditingSaveInfo proto)
Sets the prototype object for the factory.


newInstance

public static AuditingSaveInfo newInstance()
Retrieves a new instance of an AuditingSaveInfo object based on the prototype.

Returns:
a new AuditingSaveInfo object.


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