public abstract class GCubeRecord
extends gr.uoa.di.madgik.grs.record.Record
| Constructor and Description |
|---|
GCubeRecord() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
downgrade()
Downgrade the record to a string serialization that is compatible to the serialization
of an "old style" ResultSet record
|
abstract void |
upgrade(String record)
Upgrade from the provided "old style" ResultSet record serialization to the provided record
|
bind, deflate, dispose, extendDeflate, extendDispose, extendInflate, extendMakeLocal, extendReceive, extendSend, fromXML, getDefinition, getDefinitionIndex, getField, getField, getFields, getID, hide, inflate, inflate, isBoundTo, isRemoteCopy, makeAvailable, makeAvailable, makeAvailable, makeLocal, markActivity, prebind, receive, receiveFromXML, requestPartial, resolveTransportDirective, send, sendToXML, setDefinitionIndex, setFields, setID, setRemoteCopy, show, toXML, unbindpublic abstract String downgrade() throws GCubeBridgeException
GCubeBridgeException - the downgrade could not be performedpublic abstract void upgrade(String record) throws GCubeBridgeException
record - the ResultSet record serializationGCubeBridgeException - the upgrade could not be performedCopyright © 2015. All Rights Reserved.