Example usage for com.google.gwt.user.client.rpc.impl RemoteServiceProxy subclass-usage

List of usage examples for com.google.gwt.user.client.rpc.impl RemoteServiceProxy subclass-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.rpc.impl RemoteServiceProxy subclass-usage.

Usage

From source file com.googlecode.gwtphonegap.client.rpc.impl.PhoneGapRemoteServiceProxy.java

/**
 * Superclass for client-side
 * {@link com.google.gwt.user.client.rpc.RemoteService RemoteService} proxies.
 * 
 * For internal use only.
 */

From source file org.rhq.coregui.client.util.rpc.TrackingRemoteServiceProxy.java

/**
 * A custom {@link RemoteServiceProxy} that injects additional management and monitoring functionality into the 
 * RPC lifecycle.  Below are the list of extensions:
 * 
 * <ul>
 *   <li>Conditionally sends requests based off of the client-side loggedIn state.  Once the user's client-side session

From source file org.rhq.enterprise.gui.coregui.client.util.rpc.TrackingRemoteServiceProxy.java

/**
 * A custom {@link RemoteServiceProxy} that injects additional management and monitoring functionality into the 
 * RPC lifecycle.  Below are the list of extensions:
 * 
 * <ul>
 *   <li>Conditionally sends requests based off of the client-side loggedIn state.  Once the user's client-side session

From source file org.unitime.timetable.gwt.client.GwtRpcProxy.java

/**
 * @author Tomas Muller
 */
public class GwtRpcProxy extends RemoteServiceProxy {

    public GwtRpcProxy(String moduleBaseURL, String remoteServiceRelativePath, String serializationPolicyName,