org.mortbay.jetty.win32service
Class JettyServiceWrapperListener

java.lang.Object
  extended by org.mortbay.jetty.win32service.JettyServiceWrapperListener

public class JettyServiceWrapperListener
extends Object


Constructor Summary
JettyServiceWrapperListener()
           
 
Method Summary
 void controlEvent(int event)
           
static Server getServer()
           
static void main(String[] args)
           
static void setServer(Server server)
           
 Integer start(String[] args)
           
 int stop(int code)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JettyServiceWrapperListener

public JettyServiceWrapperListener()
Method Detail

controlEvent

public void controlEvent(int event)

start

public Integer start(String[] args)

stop

public int stop(int code)

setServer

public static void setServer(Server server)

getServer

public static Server getServer()

main

public static void main(String[] args)


Copyright © 2007 Mort Bay Consulting. All Rights Reserved.