org.gcube.portlets.admin.resourcemanagement.client.remote
Class ProxyRegistry
java.lang.Object
org.gcube.portlets.admin.resourcemanagement.client.remote.ProxyRegistry
public class ProxyRegistry
- extends Object
Utility to simply access in a singleton manner to the
remote RPC proxy implemented by
ServiceProxyImpl
.
- Author:
- Daniele Strollo (ISTI-CNR)
Method Summary |
static ServiceProxyAsync |
getProxyInstance()
Access to the singleton instance of proxy to contact the
servlet implementing the server side logics of the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyRegistry
public ProxyRegistry()
getProxyInstance
public static ServiceProxyAsync getProxyInstance()
- Access to the singleton instance of proxy to contact the
servlet implementing the server side logics of the application.
- Returns:
- the proxy used to invoke the remote servlet.
Copyright © 2013. All Rights Reserved.