public interface SynchPoint extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
void set(Object aSynchPointData) throws InvalidClassException
aSynchPointData - - arbitrary object containing recovery informationInvalidClassException - if aSynchPointData class is not supported by implementationObject get()
String serializeToXML()
void deserialize(InputStream aInputStream) throws Exception
aInputStream - - xml stream containing SynchPoint dataException - - unable to process the input streamCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.