com.threerings.presents.server
Class SunSignalHandler

java.lang.Object
  extended by com.threerings.presents.server.AbstractSignalHandler
      extended by com.threerings.presents.server.SunSignalHandler

public class SunSignalHandler
extends AbstractSignalHandler

Handles signals using Sun's undocumented Signal class.


Field Summary
 
Fields inherited from class com.threerings.presents.server.AbstractSignalHandler
_repmgr, _server, _usr2receiver
 
Constructor Summary
SunSignalHandler()
           
 
Method Summary
protected  boolean registerHandlers()
          Signal handler implementations should wire themselves up in the call to this method.
 
Methods inherited from class com.threerings.presents.server.AbstractSignalHandler
hupReceived, init, intReceived, termReceived, usr2Received
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunSignalHandler

public SunSignalHandler()
Method Detail

registerHandlers

protected boolean registerHandlers()
Description copied from class: AbstractSignalHandler
Signal handler implementations should wire themselves up in the call to this method.

Specified by:
registerHandlers in class AbstractSignalHandler
Returns:
true if the handlers were successfully wired up, false if they were not able to be wired up.