|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.ucdavis.rj.VM.RemoteRefs
public class RemoteRefs
Class representing a remote object.
Contain one OpProxy for each instance operation
in the remote object.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||