org.nakedobjects.remoting.exchange
Class KnownObjectsRequest
java.lang.Object
org.nakedobjects.remoting.exchange.KnownObjectsRequest
public class KnownObjectsRequest
- extends java.lang.Object
A lookup of the objects that are part of a request or response. As only one instance of data per object
should be passed from node to node this object provides a way of ensuring this.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KnownObjectsRequest
public KnownObjectsRequest()
containsKey
public boolean containsKey(NakedObject object)
containsKey
public boolean containsKey(ObjectData data)
get
public ObjectData get(NakedObject object)
get
public NakedObject get(ObjectData data)
put
public void put(NakedObject object,
ObjectData data)
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.