|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgr.uoa.di.madgik.grs.record.Record
gr.uoa.di.madgik.grs.bridge.GCubeRecord
public abstract class GCubeRecord
Base record that is manageable by the upgrade / downgrade facilities
| Constructor Summary | |
|---|---|
GCubeRecord()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class gr.uoa.di.madgik.grs.record.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, unbind |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GCubeRecord()
| Method Detail |
|---|
public abstract String downgrade()
throws GCubeBridgeException
GCubeBridgeException - the downgrade could not be performed
public abstract void upgrade(String record)
throws GCubeBridgeException
record - the ResultSet record serialization
GCubeBridgeException - the upgrade could not be performed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||