|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jcsp.win32.NTService
org.jcsp.net.remote.SpawnerServiceNT
public class SpawnerServiceNT
Wraps up the SpawnerService
as an NT service. To install the service, register the
path java org.jcsp.net.remote.SpawnerServiceNT
with the service name
JCSP.NET:SpawnerService
.
Method Summary | |
---|---|
static void |
main(String[] args)
Creates a service instance and sets it running. |
protected void |
startService()
Starts the service by calling SpawnerService.main . |
protected void |
stopService()
Terminates the spawner. |
Methods inherited from class org.jcsp.win32.NTService |
---|
run |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
protected void startService()
SpawnerService.main
.
startService
in class NTService
protected void stopService()
stopService
in class NTService
public static void main(String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |