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

Packages that use GRS2ProxyInvalidArgumentException
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 GRS2ProxyInvalidArgumentException in gr.uoa.di.madgik.grs.proxy.http
 

Methods in gr.uoa.di.madgik.grs.proxy.http that throw GRS2ProxyInvalidArgumentException
 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
 URI HTTPWriterProxy.getLocator()
          Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
static URI HTTPStoreWriterProxy.store(URI[] locators, IBufferStore.MultiplexType multiplex, long timeout, TimeUnit unit)
          This method instantiates an IBufferStore through the BufferStoreFactory, sets the respective information provided, initializes the IBufferStore, registers the new store and creates a locator URI that can be used to access the IBufferStore.
 

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

Methods in gr.uoa.di.madgik.grs.proxy.local that throw GRS2ProxyInvalidArgumentException
 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
 URI LocalWriterProxy.getLocator()
          Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
static URI LocalStoreWriterProxy.store(URI[] locators, IBufferStore.MultiplexType multiplex, long timeout, TimeUnit unit)
          This method instantiates an IBufferStore through the BufferStoreFactory, sets the respective information provided, initializes the IBufferStore, registers the new store and creates a locator URI that can be used to access the IBufferStore.
 

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

Methods in gr.uoa.di.madgik.grs.proxy.tcp that throw GRS2ProxyInvalidArgumentException
 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
 URI TCPWriterProxy.getLocator()
          Retrieves a locator through which a reader proxy can contact the IMirror serving the registered IBuffer
static URI TCPStoreWriterProxy.store(URI[] locators, IBufferStore.MultiplexType multiplex, long timeout, TimeUnit unit)
          This method instantiates an IBufferStore through the BufferStoreFactory, sets the respective information provided, initializes the IBufferStore, registers the new store and creates a locator URI that can be used to access the IBufferStore.
 

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

Methods in gr.uoa.di.madgik.grs.utils that throw GRS2ProxyInvalidArgumentException
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.