public class RemoteRefs
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
OpProxy for each instance operation
in the remote object.| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clones this object.
|
OpProxy |
get(java.lang.String id)
Returns the
OpProxy within this RemoteRefs
for the named operation. |
static RemoteRefs |
getThisRemoteRefs(java.lang.Object obj)
Equivalent to JR's this.remote.
|
public OpProxy get(java.lang.String id)
OpProxy within this RemoteRefs
for the named operation.id - the name of operation.
(N.B., the name is a String.)OpProxy for id.public static RemoteRefs getThisRemoteRefs(java.lang.Object obj)
obj - an Object.obj.public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectjava.lang.CloneNotSupportedException