net.databinder.web
Class ClusterServer

java.lang.Object
  extended by net.databinder.web.DataServer
      extended by net.databinder.web.ClusterServer

public class ClusterServer
extends DataServer


Constructor Summary
ClusterServer()
           
 
Method Summary
protected  void configure(org.mortbay.jetty.Server server, org.mortbay.jetty.webapp.WebAppContext context)
          Override to customize the server and context objects.
static void main(java.lang.String[] args)
           
protected  void stopped(org.mortbay.jetty.Server server, org.mortbay.jetty.webapp.WebAppContext context)
          Override to perform action after server stops
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterServer

public ClusterServer()
Method Detail

main

public static void main(java.lang.String[] args)

configure

protected void configure(org.mortbay.jetty.Server server,
                         org.mortbay.jetty.webapp.WebAppContext context)
                  throws java.lang.Exception
Description copied from class: DataServer
Override to customize the server and context objects.

Overrides:
configure in class DataServer
Throws:
java.lang.Exception
See Also:
DataServer.DataServer()

stopped

protected void stopped(org.mortbay.jetty.Server server,
                       org.mortbay.jetty.webapp.WebAppContext context)
                throws java.lang.Exception
Description copied from class: DataServer
Override to perform action after server stops

Overrides:
stopped in class DataServer
Throws:
java.lang.Exception
See Also:
DataServer.DataServer()


Copyright © 2005-2008 Nathan Hamblen. All Rights Reserved.