|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgoldengate.ftp.core.utils.FtpSignalHandler
public final class FtpSignalHandler

Signal Handler to allow trapping signals.
| Field Summary |
|---|
| Fields inherited from interface sun.misc.SignalHandler |
|---|
SIG_DFL, SIG_IGN |
| Method Summary | |
|---|---|
void |
handle(sun.misc.Signal signal)
Handle signal |
static void |
initSignalHandler(FtpConfiguration configuration)
Function to initialized the SignalHandler |
static boolean |
isInShutdown()
Says if the Process is currently in shutdown |
static void |
terminate(boolean immediate,
FtpConfiguration configuration)
This function is the top function to be called when the process is to be shutdown. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isInShutdown()
public static void terminate(boolean immediate,
FtpConfiguration configuration)
immediate - configuration - public static void initSignalHandler(FtpConfiguration configuration)
configuration - public void handle(sun.misc.Signal signal)
handle in interface sun.misc.SignalHandlersignal -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||