com.sun.jini.outrigger
Interface StoredObject
- public interface StoredObject
Interface for a stored resource. Objects implementing this interface
are passed into calls to Recover objects.
- See Also:
Recover
restore
public void restore(StorableObject object)
throws IOException,
ClassNotFoundException
- Restore the state of a
StorableObject object.
- Parameters:
object - to restore
- Throws:
IOException
ClassNotFoundException
Copyright 2005, Sun Microsystems, Inc.
Licensed under the Apache License, Version 2.0.