com.sun.grizzly.standalone
Class Comet

java.lang.Object
  extended by com.sun.grizzly.standalone.StandaloneMainUtil
      extended by com.sun.grizzly.standalone.servlet.ServletLauncher
          extended by com.sun.grizzly.standalone.Comet
Direct Known Subclasses:
Main

public class Comet
extends ServletLauncher

Basic startup class used when Grizzly standalone is used

Author:
Jeanfrancois Arcand

Field Summary
 
Fields inherited from class com.sun.grizzly.standalone.servlet.ServletLauncher
applicationLoc
 
Fields inherited from class com.sun.grizzly.standalone.StandaloneMainUtil
ADAPTER, SELECTOR_THREAD
 
Constructor Summary
Comet()
           
 
Method Summary
 SelectorThread createSelectorThread(String[] args)
          Create a single SelectorThread.
static void main(String[] args)
           
 
Methods inherited from class com.sun.grizzly.standalone.servlet.ServletLauncher
configureAdapter, parseApplicationLocation, parseOptions, printHelpAndExit
 
Methods inherited from class com.sun.grizzly.standalone.StandaloneMainUtil
appendWarContentToClassPath, loadClass, setPort, start, startSelectorThread
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Comet

public Comet()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception

createSelectorThread

public SelectorThread createSelectorThread(String[] args)
                                    throws Exception
Description copied from class: StandaloneMainUtil
Create a single SelectorThread.

Overrides:
createSelectorThread in class StandaloneMainUtil
Parameters:
args - The command line arguments.
Throws:
Exception


Copyright © 2008 SUN Microsystems. All Rights Reserved.