| Interface | Description |
|---|---|
| IProxy |
Tagging interface used by the specific
IProxy implementations and the extending
IReaderProxy and IWriterProxy interfaces |
| IReaderProxy |
The
IProxy specialization that needs to be implemented by the proxy implementations
that are used by reader clients |
| IWriterProxy |
The
IProxy specialization that needs to be implemented by the proxy implementations
that are used by writer clients |
| Class | Description |
|---|---|
| ProxyFactory |
This utility class instantiates the appropriate
IReaderProxy implementation that can
serve a reader to access the IBuffer managed through the IWriterProxy that
created the provided URI |
| Enum | Description |
|---|---|
| IProxy.ProxyType |
The recognized and supported proxy types
|
| Exception | Description |
|---|---|
| GRS2ProxyException |
Base exception for all error that are though by the proxy sub component
|
| GRS2ProxyInvalidArgumentException |
Argument not valid for the proxy sub component operation that is undergoing
|
| GRS2ProxyInvalidOperationException |
The operation in progress is not valid based on the status of the proxy sub component
|
Copyright © 2014. All Rights Reserved.