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
void restore(StorableObject object)
throws IOException,
ClassNotFoundException
- Restore the state of a
StorableObject
object.
- Parameters:
object
- to restore
- Throws:
IOException
ClassNotFoundException
Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.