org.planx.xmlstore.references
Class ReferenceProxy
java.lang.Object
org.planx.xmlstore.references.ReferenceProxy
- All Implemented Interfaces:
- Reference
public class ReferenceProxy
- extends Object
- implements Reference
A proxy Reference with an associated Reference
which can be unresolved. If any method is invoked on a ReferenceProxy,
and the associated Reference is unresolved, the thread will block
until the reference is resolved.
- Author:
- Kasper Bøgebjerg, Henning Niss, Thomas Ambus
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_ID
public static final byte CLASS_ID
- See Also:
- Constant Field Values
ReferenceProxy
public ReferenceProxy(Future<Reference> future)
get
public Reference get()
resolve
public static Reference resolve(Reference vref)
getStreamer
public static Streamer<ReferenceProxy> getStreamer()
getDiscriminator
public static Discriminator<ReferenceProxy> getDiscriminator()
Copyright © 2010. All Rights Reserved.