Interface StateBufferSaveable

All Known Implementing Classes:
GenevaBasicMetaWriter, IPDROIFormatter, IPDROISimpleFormatter, IPDROITableFormatter, JDBCEITransport, JDBCOITransport, MXNarReader, NarReader, NarWriter, NARXMLOIFileWriter, OIFileWriter, TcpOITransport

public interface StateBufferSaveable
This interface should be implemented by an Object that needs to save/restore its state to a generic buffer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Restore the Object's state from the given buffer.
    void
    Save the Object's state to the given buffer.