Constant Field Values


Contents
org.glassfish.*

org.glassfish.jersey.examples.server.async.App
public static final String ASYNC_LONG_RUNNING_OP_PATH "async/longrunning"
public static final String ASYNC_MESSAGING_BLOCKING_PATH "async/messaging/blocking"
public static final String ASYNC_MESSAGING_FIRE_N_FORGET_PATH "async/messaging/fireAndForget"

org.glassfish.jersey.examples.server.async.BlockingPostChatResource
public static final String POST_NOTIFICATION_RESPONSE "Message stored."

org.glassfish.jersey.examples.server.async.FireAndForgetChatResource
public static final String POST_NOTIFICATION_RESPONSE "Message sent"

org.glassfish.jersey.examples.server.async.LongRunningAsyncOperationResource
public static final String NOTIFICATION_RESPONSE "Hello async world!"

org.glassfish.jersey.examples.server.async.SimpleLongRunningResource
public static final String NOTIFICATION_RESPONSE "Hello async world!"



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.