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

Packages that use GRS2ProxyInvalidOperationException
gr.uoa.di.madgik.grs.proxy.http   
gr.uoa.di.madgik.grs.proxy.local   
gr.uoa.di.madgik.grs.proxy.tcp   
gr.uoa.di.madgik.grs.utils   
 

Uses of GRS2ProxyInvalidOperationException in gr.uoa.di.madgik.grs.proxy.http
 

Methods in gr.uoa.di.madgik.grs.proxy.http that throw GRS2ProxyInvalidOperationException
 IMirror HTTPWriterProxy.bind()
          After setting the registry key, this method is used to retrieve the IMirror that can serve the mirroring procedure for a reader
 void HTTPStoreReaderProxy.fromLocator(URI locator)
          Populates an instance of the IReaderProxy implementer with the information provided through the specific locator URI
 void HTTPReaderProxy.fromLocator(URI locator)
          Populates an instance of the IReaderProxy implementer with the information provided through the specific locator URI
 IBuffer HTTPStoreReaderProxy.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
 IBuffer HTTPReaderProxy.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 HTTPWriterProxy.getLocator()
          Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
 void HTTPReaderProxy.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 HTTPWriterProxy.setKey(String key)
          Sets the key that was assigned to the serving IBuffer through the buffer registry
 

Uses of GRS2ProxyInvalidOperationException in gr.uoa.di.madgik.grs.proxy.local
 

Methods in gr.uoa.di.madgik.grs.proxy.local that throw GRS2ProxyInvalidOperationException
 void LocalReaderProxy.fromLocator(URI locator)
          Populates an instance of the IReaderProxy implementer with the information provided through the specific locator URI
 void LocalStoreReaderProxy.fromLocator(URI locator)
          Populates an instance of the IReaderProxy implementer with the information provided through the specific locator URI
 IBuffer LocalReaderProxy.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
 IBuffer LocalStoreReaderProxy.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 LocalWriterProxy.getLocator()
          Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
 void LocalWriterProxy.setKey(String key)
          Sets the key that was assigned to the serving IBuffer through the buffer registry
 

Uses of GRS2ProxyInvalidOperationException in gr.uoa.di.madgik.grs.proxy.tcp
 

Methods in gr.uoa.di.madgik.grs.proxy.tcp that throw GRS2ProxyInvalidOperationException
 IMirror TCPWriterProxy.bind()
          After setting the registry key, this method is used to retrieve the IMirror that can serve the mirroring procedure for a reader
 void TCPStoreReaderProxy.fromLocator(URI locator)
          Populates an instance of the IReaderProxy implementer with the information provided through the specific locator URI
 void TCPReaderProxy.fromLocator(URI locator)
          Populates an instance of the IReaderProxy implementer with the information provided through the specific locator URI
 IBuffer TCPStoreReaderProxy.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
 IBuffer TCPReaderProxy.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 TCPWriterProxy.getLocator()
          Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
 void TCPReaderProxy.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 TCPWriterProxy.setKey(String key)
          Sets the key that was assigned to the serving IBuffer through the buffer registry
 

Uses of GRS2ProxyInvalidOperationException in gr.uoa.di.madgik.grs.utils
 

Methods in gr.uoa.di.madgik.grs.utils that throw GRS2ProxyInvalidOperationException
static URI Locators.localToHTTP(URI locator)
           
static URI Locators.localToTCP(URI locator)
          Converts a local locator retrieved from a LocalWriterProxy to a TCP locator which can be used in order for a remote consumer to access the records of the producer's local IBuffer.
 



Copyright © 2012. All Rights Reserved.