| Package | Description |
|---|---|
| gr.uoa.di.madgik.grs.proxy |
| Modifier and Type | Class and Description |
|---|---|
class |
GRS2ProxyInvalidArgumentException
Argument not valid for the proxy sub component operation that is undergoing
|
class |
GRS2ProxyInvalidOperationException
The operation in progress is not valid based on the status of the proxy sub component
|
| Modifier and Type | Method and Description |
|---|---|
IMirror |
IWriterProxy.bind()
After setting the registry key, this method is used to retrieve the
IMirror that can
serve the mirroring procedure for a reader |
void |
IReaderProxy.fromLocator(URI locator)
Populates an instance of the
IReaderProxy implementer with the information
provided through the specific locator URI |
IBuffer |
IReaderProxy.getBuffer()
|
URI |
IWriterProxy.getLocator()
|
static IReaderProxy |
ProxyFactory.getProxy(URI locator)
Instantiates the appropriate
IReaderProxy that can manage the provided URI locator. |
void |
IReaderProxy.overrideBufferCapacity(int capacity)
After the proxy has been initialized, this method can be used to provide a hint to the
IReaderProxy to use a capacity different than that of the producer's buffer. |
void |
IWriterProxy.setKey(String key)
Sets the key that was assigned to the serving
IBuffer through the buffer registry |
Copyright © 2014. All Rights Reserved.