org.jcsp.net.remote
Class SpawnerServiceNT

java.lang.Object
  extended by org.jcsp.win32.NTService
      extended by org.jcsp.net.remote.SpawnerServiceNT

public class SpawnerServiceNT
extends NTService

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.

Author:
Quickstone Technologies Limited

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

startService

protected void startService()
Starts the service by calling SpawnerService.main.

Specified by:
startService in class NTService

stopService

protected void stopService()
Terminates the spawner.

Specified by:
stopService in class NTService

main

public static void main(String[] args)
Creates a service instance and sets it running.



Copyright © 1996-2012. All Rights Reserved.