com.sun.grizzly.standalone.cometd
Class Cometd
java.lang.Object
com.sun.grizzly.standalone.StandaloneMainUtil
com.sun.grizzly.standalone.cometd.Cometd
public class Cometd
- extends StandaloneMainUtil
Basic startup class used when Grizzly standalone is used
- Author:
- Jeanfrancois Arcand
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cometd
public Cometd()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Throws:
java.lang.Exception
createSelectorThread
public SelectorThread createSelectorThread(java.lang.String[] args)
throws java.lang.Exception
- Overrides:
createSelectorThread in class StandaloneMainUtil
- Throws:
java.lang.Exception
printHelpAndExit
public void printHelpAndExit()
- Specified by:
printHelpAndExit in class StandaloneMainUtil
parseOptions
public boolean parseOptions(java.lang.String[] args)
- Specified by:
parseOptions in class StandaloneMainUtil
configureAdapter
public Adapter configureAdapter(SelectorThread st)
- Specified by:
configureAdapter in class StandaloneMainUtil
parseApplicationLocation
public java.lang.String parseApplicationLocation(java.lang.String[] args)
- Specified by:
parseApplicationLocation in class StandaloneMainUtil
Copyright © 2012 Oracle Corporation. All Rights Reserved.