- All Superinterfaces:
- Runnable
- 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.