org.gcube.portlets.admin.resourcemanagement.client.remote
Class ProxyRegistry

java.lang.Object
  extended by 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)

Constructor Summary
ProxyRegistry()
           
 
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
 

Constructor Detail

ProxyRegistry

public ProxyRegistry()
Method Detail

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 © 2014. All Rights Reserved.