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

java.lang.Object
  extended by org.glassfish.jersey.examples.server.async.managed.App

public class App
extends java.lang.Object

Jersey example application for custom executors managed async resources.

Author:
Marek Potociar (marek.potociar at oracle.com)

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

Field Detail

ASYNC_LONG_RUNNING_MANAGED_OP_PATH

public static final java.lang.String ASYNC_LONG_RUNNING_MANAGED_OP_PATH
See Also:
Constant Field Values
Constructor Detail

App

public App()
Method Detail

main

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

create

public static ResourceConfig create()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.