|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.uoa.di.madgik.grs.proxy.ProxyFactory
public class 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
Constructor Summary | |
---|---|
ProxyFactory()
|
Method Summary | |
---|---|
static IReaderProxy |
getProxy(java.net.URI locator)
Instantiates the appropriate IReaderProxy that can manage the provided URI locator. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyFactory()
Method Detail |
---|
public static IReaderProxy getProxy(java.net.URI locator) throws GRS2ProxyException
IReaderProxy
that can manage the provided URI locator.
After the proxy is instantiated, the IReaderProxy.fromLocator(URI)
method is
invoked to populate the proxy with the needed information provided by the URI
locator
- The locator to use
IReaderProxy
GRS2ProxyException
- the proxy could not be instantiated
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |