org.oddjob.persist
Class RestoreBundle

java.lang.Object
  extended by org.oddjob.persist.RestoreBundle
All Implemented Interfaces:
Serializable

public class RestoreBundle
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
RestoreBundle(ArooaConfiguration configuration, ComponentPersister archivePersister)
           
 
Method Summary
 ComponentPersister getArchivePersister()
           
 ArooaConfiguration getConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestoreBundle

public RestoreBundle(ArooaConfiguration configuration,
                     ComponentPersister archivePersister)
Method Detail

getConfiguration

public ArooaConfiguration getConfiguration()

getArchivePersister

public ComponentPersister getArchivePersister()