|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SynchPoint
Interface facilitating recovery of CollectionReaders to the last known entity
Method Summary | |
---|---|
void |
deserialize(java.io.InputStream aInputStream)
Ingests SynchPoint data from the InputStream. |
java.lang.Object |
get()
Retrieves data to facilitate recovery |
java.lang.String |
serializeToXML()
Serializes internal representation of the SynchPoint to XML |
void |
set(java.lang.Object aSynchPointData)
Sets data from which to recover |
Method Detail |
---|
void set(java.lang.Object aSynchPointData) throws java.io.InvalidClassException
aSynchPointData
- -
arbitrary object containing recovery infromation
java.io.InvalidClassException
- if aSynchPointData class is not supported by implementationjava.lang.Object get()
java.lang.String serializeToXML()
void deserialize(java.io.InputStream aInputStream) throws java.lang.Exception
aInputStream
- -
xml stream containing SynchPoint data
java.lang.Exception
- -
unable to process the input stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |