com.atlassian.mywork.host.rest
Class TimeoutResource

java.lang.Object
  extended by com.atlassian.mywork.host.rest.TimeoutResource

public class TimeoutResource
extends java.lang.Object


Constructor Summary
TimeoutResource(TimeoutService timeoutService, com.atlassian.sal.api.user.UserManager userManager)
           
 
Method Summary
 javax.ws.rs.core.Response get()
           
 javax.ws.rs.core.Response update(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutResource

public TimeoutResource(TimeoutService timeoutService,
                       com.atlassian.sal.api.user.UserManager userManager)
Method Detail

get

public javax.ws.rs.core.Response get()
                              throws java.lang.Exception
Throws:
java.lang.Exception

update

public javax.ws.rs.core.Response update(@Context
                                        javax.servlet.http.HttpServletRequest request)
                                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.