org.glassfish.jersey.examples.server.async
Class App

java.lang.Object
  extended by 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)

Field Summary
static String ASYNC_LONG_RUNNING_OP_PATH
           
static String ASYNC_MESSAGING_BLOCKING_PATH
           
static String ASYNC_MESSAGING_FIRE_N_FORGET_PATH
           
 
Constructor Summary
App()
           
 
Method Summary
static ResourceConfig create()
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

App

public App()
Method Detail

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.