Uses of Class
gr.uoa.di.madgik.grs.proxy.GRS2ProxyException

Packages that use GRS2ProxyException
gr.uoa.di.madgik.grs.proxy   
 

Uses of GRS2ProxyException in gr.uoa.di.madgik.grs.proxy
 

Subclasses of GRS2ProxyException in gr.uoa.di.madgik.grs.proxy
 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
 

Methods in gr.uoa.di.madgik.grs.proxy that throw GRS2ProxyException
 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()
          After the proxy has been initialized, through this method, the IBuffer that can be used by the reader to access the writer side IBuffer can be retrieved
 URI IWriterProxy.getLocator()
          Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
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 © 2012. All Rights Reserved.