com.threerings.bureau.server
Class BureauRegistry.LauncherUnit
java.lang.Object
com.samskivert.util.Invoker.Unit
com.threerings.bureau.server.BureauRegistry.LauncherUnit
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- BureauRegistry
protected class BureauRegistry.LauncherUnit
- extends Invoker.Unit
Invoker unit to launch a bureau's process, then assign the result on the main thread.
_bureau
protected BureauRegistry.Bureau _bureau
_error
protected Exception _error
_runQueue
protected RunQueue _runQueue
invoke
public boolean invoke()
- Specified by:
invoke in class Invoker.Unit
handleResult
public void handleResult()
- Overrides:
handleResult in class Invoker.Unit