com.threerings.presents.server
Interface PresentsDObjectMgr.LongRunnable

All Superinterfaces:
Runnable
All Known Implementing Classes:
PresentsInvoker.BlockingUnit
Enclosing class:
PresentsDObjectMgr

public static interface PresentsDObjectMgr.LongRunnable
extends Runnable

Post instances of these if you know you're going to tie up the distributed object thread for a long time and don't want a spurious warning. Note: this should only be done during server initialization. Tying up the distributed object thread for long periods of time during normal operation is a very bad idea.


Method Summary
 
Methods inherited from interface java.lang.Runnable
run