B C D E G I L P R S U X 

B

BridgeDowngrade - Class in gr.uoa.di.madgik.grs.bridge
Base abstract class that implements the downgrade procedure from a new gRS2 IBuffer to an "old style" RewsultSet.
BridgeDowngrade() - Constructor for class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
 
BridgeUpgrade - Class in gr.uoa.di.madgik.grs.bridge
Base abstract class that implements the upgrade procedure from an "old style" RewsultSet to a new gRS2 IBuffer.
BridgeUpgrade() - Constructor for class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
 

C

copyFrom(GCubeXMLRecordDefinition) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
 

D

DefaultCompress - Static variable in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
Whether or not the payload should be compressed at transfer.
DefaultValue - Static variable in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Default value for id, collection and rank
doDowngrade() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
Iterate over the input, produce the output and store it in the output writer
doDowngrade() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLDowngrade
Iterate over the input, produce the output and store it in the output writer
doUpgrade() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Iterate over the input, produce the output and store it in the output writer
doUpgrade() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
Iterate over the input, produce the output and store it in the output writer
downgrade() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
Perform the downgrade.
downgrade() - Method in class gr.uoa.di.madgik.grs.bridge.GCubeRecord
Downgrade the record to a string serialization that is compatible to the serialization of an "old style" ResultSet record
downgrade() - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Downgrade the record to a string serialization that is compatible to the serialization of an "old style" ResultSet record

E

extendDeflate(DataOutput) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
extendDeflate(DataOutput) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
extendDispose() - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
extendEquals(Object) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
extendFromXML(Element) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
 
extendInflate(DataInput, boolean) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
extendInflate(DataInput) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
extendMakeLocal() - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
extendReceive(DataInput) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
extendReceiveFromXML(Element) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
 
extendSend(DataOutput) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
extendSendToXML(Document, Element) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
 
extendToXML(Element) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
 

G

GCubeBridgeException - Exception in gr.uoa.di.madgik.grs.bridge.exceptions
Base exception for all exception through through the bridge components
GCubeBridgeException() - Constructor for exception gr.uoa.di.madgik.grs.bridge.exceptions.GCubeBridgeException
Create new instance
GCubeBridgeException(String) - Constructor for exception gr.uoa.di.madgik.grs.bridge.exceptions.GCubeBridgeException
Create new instance
GCubeBridgeException(String, Throwable) - Constructor for exception gr.uoa.di.madgik.grs.bridge.exceptions.GCubeBridgeException
Create new instance
GCubeRecord - Class in gr.uoa.di.madgik.grs.bridge
Base record that is manageable by the upgrade / downgrade facilities
GCubeRecord() - Constructor for class gr.uoa.di.madgik.grs.bridge.GCubeRecord
 
GCubeXMLRecord - Class in gr.uoa.di.madgik.grs.bridge.xml
GCubeRecord implementation targeting a ResultSet Element that carries only an XML payload
GCubeXMLRecord() - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Create a new instance
GCubeXMLRecord(String) - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Create a new instance
GCubeXMLRecord(String, String) - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Create a new instance
GCubeXMLRecord(String, String, String) - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Create a new instance
GCubeXMLRecord(String, String, String, String) - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Create a new instance
GCubeXMLRecordDefinition - Class in gr.uoa.di.madgik.grs.bridge.xml
The record definition for the GCubeXMLRecord
GCubeXMLRecordDefinition() - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
 
GCubeXMLRecordDefinition(boolean) - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
Create a new instance
getCollection() - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Collection ID value
getField(String) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
getId() - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Object ID value
getLocator() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
Retrieves the locator of the create ResultSet
getLocator() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Retrieves the locator of the create IBuffer
getLocator() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLDowngrade
Retrieves the locator of the create ResultSet
getLocator() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
Retrieves the locator of the create IBuffer
getLogger() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
The logger defined by the extending class to use the same logger
getLogger() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
The logger defined by the extending class to use the same logger
getLogger() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLDowngrade
The logger defined by the extending class to use the same logger
getLogger() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
The logger defined by the extending class to use the same logger
getPayload() - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Utility function returning the Field payload without the client needing to locate it and get it from there
getRank() - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Rank value
getRecord(GCubeRecord) - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
Instantiates the appropriate output record and populates it through the provided record
getRecord(ResultElementBase) - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Instantiates the appropriate output record and populates it through the provided record
gr.uoa.di.madgik.grs.bridge - package gr.uoa.di.madgik.grs.bridge
 
gr.uoa.di.madgik.grs.bridge.exceptions - package gr.uoa.di.madgik.grs.bridge.exceptions
 
gr.uoa.di.madgik.grs.bridge.xml - package gr.uoa.di.madgik.grs.bridge.xml
 

I

initialize() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
Perform any initialization needed before the downgrade begins
initialize() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Perform any initialization needed before the upgrade begins
initialize() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLDowngrade
Perform any initialization needed before the downgrade begins
initialize() - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
Perform any initialization needed before the upgrade begins

L

locator - Variable in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
The locator of the gRS2 IBuffer input that needs to be downgraded
locator - Variable in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
The locator of the ResultSet input that needs to be upgraded

P

PayloadFieldName - Static variable in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecordDefinition
The name of the payload field.

R

RECORD_COLLECTION_NAME - Static variable in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
 
RECORD_ID_NAME - Static variable in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
 
RECORD_RANK_NAME - Static variable in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
 
recordClass - Variable in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
The type of records that to be produced in the ResultSet output
recordInputClass - Variable in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
The type of records that are moved with the ResultSet input
recordOutputClass - Variable in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
The type of records to be produced in the output
run() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
 
run() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
 

S

setCollection(String) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Collection ID value
setCompress(boolean) - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
Set compress at transport
setId(String) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Object ID value
setLocator(URI) - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
Set the URI locator of the gRS2 input IBuffer to downgrade
setLocator(RSLocator) - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Sets the RSLocator pointing to the input ResultSet
setPayload(String) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Utility function setting the Field payload without the client needing to locate it and set it there
setProxy(IWriterProxy) - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
Sets the IWriterProxy to be used for the locaotr URI to be created for the output
setRank(String) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Rank value
setRecordClass(Class<? extends ResultElementBase>) - Method in class gr.uoa.di.madgik.grs.bridge.BridgeDowngrade
Sets the type of records that to be produced in the ResultSet output
setRecordInputClass(Class<ResultElementBase>) - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Sets the type of records that are moved with the ResultSet input
setRecordOutputClass(Class<GCubeRecord>) - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Sets the type of records to be produced in the output
setResourceType(RSResourceType) - Method in class gr.uoa.di.madgik.grs.bridge.xml.XMLDowngrade
Sets the resource type of the Result Set locator to be produced

U

upgrade() - Method in class gr.uoa.di.madgik.grs.bridge.BridgeUpgrade
Perform the upgrade.
upgrade(String) - Method in class gr.uoa.di.madgik.grs.bridge.GCubeRecord
Upgrade from the provided "old style" ResultSet record serialization to the provided record
upgrade(String) - Method in class gr.uoa.di.madgik.grs.bridge.xml.GCubeXMLRecord
Upgrade from the provided "old style" ResultSet record serialization to the provided record

X

XMLDowngrade - Class in gr.uoa.di.madgik.grs.bridge.xml
Implementation of the BridgeDowngrade base class specialized for XML containing payload ResultSet
XMLDowngrade() - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.XMLDowngrade
Create new instance
XMLDowngrade(URI) - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.XMLDowngrade
Create new instance
XMLUpgrade - Class in gr.uoa.di.madgik.grs.bridge.xml
Implementation of the BridgeUpgrade base class specialized for XML containing payload ResultSet
XMLUpgrade() - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
 
XMLUpgrade(RSLocator) - Constructor for class gr.uoa.di.madgik.grs.bridge.xml.XMLUpgrade
 
B C D E G I L P R S U X 

Copyright © 2015. All Rights Reserved.