|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.captp.tables.Vine
Untamed: An object to hold onto a remote reference so it will be held onto until we grab the the next "vine".
Part of the 3-party live introduction mechanism.
Field Summary | |
private Object |
myRemote
The remote reference we hold onto. |
Fields inherited from interface org.erights.e.elib.serial.PassByProxy |
HONORARY, HONORED_NAMES |
Constructor Summary | |
Vine(Object remote)
Enabled: Constructor. |
Method Summary | |
void |
run()
Enabled: When asked to run(), we do nothing; really. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final Object myRemote
All we do is hold onto it. Really.
Constructor Detail |
public Vine(Object remote)
Method Detail |
public void run()
This way we can be scheduled to hold on to myRemote until we're run() and dropped.
run
in interface Runnable
java.lang.Thread#run()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |