com.nesscomputing.httpserver.selftest
Class SelftestResource

java.lang.Object
  extended by com.nesscomputing.httpserver.selftest.SelftestResource

public class SelftestResource
extends Object


Method Summary
 javax.ws.rs.core.Response doSelftest()
          On success, does nothing interesting.
 void setSelftests(Set<Selftest> tests)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSelftests

@Inject(optional=true)
public void setSelftests(Set<Selftest> tests)

doSelftest

public javax.ws.rs.core.Response doSelftest()
                                     throws Exception
On success, does nothing interesting. On failure, returns a 5xx response

Throws:
Exception


Copyright © 2012 Ness Computing, Inc.. All Rights Reserved.