org.glassfish.jersey.examples.server.async
Class App
java.lang.Object
org.glassfish.jersey.examples.server.async.App
public class App
- extends Object
Jersey example application for custom executors managed async resources.
- Author:
- Marek Potociar (marek.potociar at oracle.com)
|
Constructor Summary |
App()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASYNC_MESSAGING_FIRE_N_FORGET_PATH
public static final String ASYNC_MESSAGING_FIRE_N_FORGET_PATH
- See Also:
- Constant Field Values
ASYNC_MESSAGING_BLOCKING_PATH
public static final String ASYNC_MESSAGING_BLOCKING_PATH
- See Also:
- Constant Field Values
ASYNC_LONG_RUNNING_OP_PATH
public static final String ASYNC_LONG_RUNNING_OP_PATH
- See Also:
- Constant Field Values
App
public App()
main
public static void main(String[] args)
create
public static ResourceConfig create()
Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.