org.apache.cocoon.rest.optional.sample
Class ProgressService
java.lang.Object
org.apache.cocoon.rest.optional.AbstractAsyncronService
org.apache.cocoon.rest.optional.sample.ProgressService
- All Implemented Interfaces:
- Runnable, Get, Post
public class ProgressService
- extends AbstractAsyncronService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressService
public ProgressService()
doPost
public RestResponse doPost()
throws Exception
- Specified by:
doPost
in interface Post
- Specified by:
doPost
in class AbstractAsyncronService
- Throws:
Exception
doGet
public RestResponse doGet()
throws Exception
- Specified by:
doGet
in interface Get
- Specified by:
doGet
in class AbstractAsyncronService
- Throws:
Exception
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in class AbstractAsyncronService
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.