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 Object

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

Constructor Summary
DomainResource()
           
 
Method Summary
 EventChannel getProgress(int id)
           
 Response post()
           
 
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()

getProgress

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


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