com.threerings.bureau.server
Class BureauRegistry.LauncherEntry

java.lang.Object
  extended by com.threerings.bureau.server.BureauRegistry.LauncherEntry
Enclosing class:
BureauRegistry

protected static class BureauRegistry.LauncherEntry
extends Object


Field Summary
 BureauRegistry.Launcher launcher
           
 int timeout
           
 
Constructor Summary
BureauRegistry.LauncherEntry(BureauRegistry.Launcher launcher, int timeout)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

launcher

public BureauRegistry.Launcher launcher

timeout

public int timeout
Constructor Detail

BureauRegistry.LauncherEntry

public BureauRegistry.LauncherEntry(BureauRegistry.Launcher launcher,
                                    int timeout)
Method Detail

toString

public String toString()
Overrides:
toString in class Object