|
||||||||||
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(InputStream aInputStream)
Ingests SynchPoint data from the InputStream. |
Object |
get()
Retrieves data to facilitate recovery |
String |
serializeToXML()
Serializes internal representation of the SynchPoint to XML |
void |
set(Object aSynchPointData)
Sets data from which to recover |
Method Detail |
---|
void set(Object aSynchPointData) throws InvalidClassException
aSynchPointData
- -
arbitrary object containing recovery infromation
InvalidClassException
- if aSynchPointData class is not supported by implementationObject get()
String serializeToXML()
void deserialize(InputStream aInputStream) throws Exception
aInputStream
- -
xml stream containing SynchPoint data
Exception
- -
unable to process the input stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |