org.hyperic.sigar.shell
Class ShellIntHandler

java.lang.Object
  extended by org.hyperic.sigar.shell.ShellIntHandler
All Implemented Interfaces:
sun.misc.SignalHandler

public class ShellIntHandler
extends java.lang.Object
implements sun.misc.SignalHandler


Field Summary
 
Fields inherited from interface sun.misc.SignalHandler
SIG_DFL, SIG_IGN
 
Constructor Summary
ShellIntHandler()
           
 
Method Summary
 void handle(sun.misc.Signal signal)
           
static void pop()
           
static void push(SIGINT handler)
           
static void register(ShellBase shell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellIntHandler

public ShellIntHandler()
Method Detail

register

public static void register(ShellBase shell)

handle

public void handle(sun.misc.Signal signal)
Specified by:
handle in interface sun.misc.SignalHandler

push

public static void push(SIGINT handler)

pop

public static void pop()


Copyright ? 2004-2009 Hyperic. All Rights Reserved.