Package gr.uoa.di.madgik.grs.proxy

Interface Summary
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 Summary
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 Summary
IProxy.ProxyType The recognized and supported proxy types
 

Exception Summary
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