|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.net.GuppyService
public class GuppyService
Create the Guppy as a Windows service or Unix daemon via the Tanuki Service Wrapper.
| Method Summary | |
|---|---|
void |
controlEvent(int event)
Called whenever the native wrapper code traps a system control signal against the Java process. |
static void |
main(java.lang.String[] args)
|
java.lang.Integer |
start(java.lang.String[] args)
The start method is called when the WrapperManager is signaled by the native wrapper code that it can start its application. |
int |
stop(int exitCode)
Called when the application is shutting down. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.Integer start(java.lang.String[] args)
args - List of arguments used to initialize the application.
public int stop(int exitCode)
exitCode - The suggested exit code that will be returned to the OS when
the JVM exits.
public void controlEvent(int event)
event - The system control signal.public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||