public class

RpcDataArtifact

extends Artifact<C extends Artifact<C>>
java.lang.Object
   ↳ com.google.gwt.core.ext.linker.Artifact<C extends com.google.gwt.core.ext.linker.Artifact<C>>
     ↳ com.google.gwt.rpc.linker.RpcDataArtifact

Class Overview

This artifact allows the RpcProxyCreator class to communicate with the ClientOracleLinker.

Summary

Public Constructors
RpcDataArtifact(String rpcServiceName)
Public Methods
Map<StringList<String>> getOperableFields()
int hashCode()
void setFields(String className, List<String> fields)
Protected Methods
int compareToComparableArtifact(RpcDataArtifact o)
Class<RpcDataArtifact> getComparableArtifactType()
[Expand]
Inherited Methods
From class com.google.gwt.core.ext.linker.Artifact
From class java.lang.Object
From interface java.lang.Comparable

Public Constructors

public RpcDataArtifact (String rpcServiceName)

Public Methods

public Map<StringList<String>> getOperableFields ()

public int hashCode ()

public void setFields (String className, List<String> fields)

Protected Methods

protected int compareToComparableArtifact (RpcDataArtifact o)

protected Class<RpcDataArtifact> getComparableArtifactType ()