|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gmf.runtime.common.core.util.Proxy
public abstract class Proxy
A proxy object that handles exceptions.
Constructor Summary | |
---|---|
protected |
Proxy(java.lang.Object realObject)
Constructs a new proxy for the specified object. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Indicates whether some other object is "equal to" this proxy. |
java.lang.Object |
getRealObject()
Retrieves the value of the realObject instance variable. |
protected void |
handle(java.lang.Exception exception)
Handles the specified exception. |
int |
hashCode()
Retrieves a hash code value for this proxy. |
void |
setRealObject(java.lang.Object realObject)
Sets the value of the realObject instance variable. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected Proxy(java.lang.Object realObject)
realObject
- The obect for which to create a proxy.Method Detail |
---|
public java.lang.Object getRealObject()
realObject
instance variable.
realObject
instance variable.public void setRealObject(java.lang.Object realObject)
realObject
instance variable.
realObject
- The obect for which to create a proxy.protected void handle(java.lang.Exception exception)
exception
- The exception to be handledpublic final int hashCode()
java.util.Hashtable
.
hashCode
in class java.lang.Object
Object.hashCode()
public final boolean equals(java.lang.Object object)
equals
in class java.lang.Object
object
- The reference object with which to compare.
true
if this proxy is the same as the object
argument; false
otherwise.Object.equals(Object)
|
Runtime | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.