org.glassfish.jersey.examples.sse
Class DomainResource

java.lang.Object
  extended by org.glassfish.jersey.examples.sse.DomainResource

@Path(value="domain")
public class DomainResource
extends java.lang.Object

Author:
Pavel Bucek (pavel.bucek at oracle.com)

Constructor Summary
DomainResource()
           
 
Method Summary
 EventChannel getProgress(int id, boolean testSource)
           
 Response post(int testSources)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainResource

public DomainResource()
Method Detail

post

@Path(value="start")
public Response post(int testSources)

getProgress

@Path(value="process/{id}")
public EventChannel getProgress(int id,
                                          boolean testSource)


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