|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GRS2ProxyMirrorException | |
|---|---|
| gr.uoa.di.madgik.grs.proxy.mirror | |
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field | |
| Uses of GRS2ProxyMirrorException in gr.uoa.di.madgik.grs.proxy.mirror |
|---|
| Subclasses of GRS2ProxyMirrorException in gr.uoa.di.madgik.grs.proxy.mirror | |
|---|---|
class |
GRS2ProxyMirrorDisposedException
The proxy mirror is already in dispose |
class |
GRS2ProxyMirrorInvalidOperationException
The operation in progress is not valid based on the status of the proxy mirror sub component |
class |
GRS2ProxyMirrorProtocolErrorException
There was a protocol error in the proxy mirror operation |
| Methods in gr.uoa.di.madgik.grs.proxy.mirror that throw GRS2ProxyMirrorException | |
|---|---|
boolean |
IMirror.pollPartial(long recordIndex,
int fieldIndex)
|
long |
IMirror.requestPartial(long recordIndex,
int fieldIndex,
IBuffer.TransportOverride override,
Object notify)
This method is used by the reader side mirror to request payload that belongs to an IBuffer
item that has been transfered only partially and more data is requested by the reader client |
| Uses of GRS2ProxyMirrorException in gr.uoa.di.madgik.grs.record |
|---|
| Methods in gr.uoa.di.madgik.grs.record that throw GRS2ProxyMirrorException | |
|---|---|
void |
Record.makeAvailable()
For all hosted Fields, the method Record.makeAvailable(int) |
void |
Record.makeAvailable(int fieldIndex)
For the specified Field with the set index, the method Record#makeAvailable(TransportOverride, int) with a
value of IBuffer.TransportOverride.Override |
void |
Record.makeAvailable(String fieldName)
For the specified Field with the set name, the method Record#makeAvailable(TransportOverride, int) with a
value of IBuffer.TransportOverride.Override |
void |
Record.requestPartial(IBuffer.TransportOverride override,
int fieldIndex)
if the associated IBuffer has a IMirror set, then the IMirror#requestPartial(long, int, TransportOverride, Object)
method is used to request additional payload for the specific Field of the Record. |
| Uses of GRS2ProxyMirrorException in gr.uoa.di.madgik.grs.record.field |
|---|
| Methods in gr.uoa.di.madgik.grs.record.field that throw GRS2ProxyMirrorException | |
|---|---|
void |
Field.makeAvailable()
Makes fully available the content of the Field by invoking Field#makeAvailable(TransportOverride) with a
IBuffer.TransportOverride.Override value |
void |
Field.makeAvailable(IBuffer.TransportOverride override)
Invokes the bound Record's Record#requestPartial(TransportOverride, int) method with the provided
IBuffer.TransportOverride value |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||