Property | Type | Description |
---|
Method | Description | |
---|---|---|
Configure ( ServiceDescriptor descriptor, |
||
OnProcessStarted ( System process ) : void |
Records the started process PID for the future use in OnStart() after the restart.
|
|
OnWrapperStarted ( ) : void |
This method checks if the PID file is stored on the disk and then terminates runaway processes if they exist.
|
|
RunawayProcessKillerExtension ( ) : System | ||
RunawayProcessKillerExtension ( String pidfile ) : System |
public Configure ( ServiceDescriptor descriptor, |
||
descriptor | ServiceDescriptor | |
node | ||
return | void |
public OnProcessStarted ( System process ) : void | ||
process | System | |
return | void |
public RunawayProcessKillerExtension ( ) : System | ||
return | System |
public RunawayProcessKillerExtension ( String pidfile ) : System | ||
pidfile | String | |
return | System |