Uses of Interface
org.jboss.osgi.husky.Request

Packages that use Request
org.jboss.osgi.husky The Husky Test Harness main package see Bridge for details. 
org.jboss.osgi.husky.runtime   
 

Uses of Request in org.jboss.osgi.husky
 

Methods in org.jboss.osgi.husky with parameters of type Request
 Response Invoker.invoke(Request req)
          Invokes the associated Connector with a given test Request
 boolean PackageListener.match(Request request)
          Return true if the given Request is from a package that this listener can handle.
 Response PackageListener.runTests(Request request)
          Called by Connector when this listener indicated that it can handle the test request.
 

Uses of Request in org.jboss.osgi.husky.runtime
 

Methods in org.jboss.osgi.husky.runtime with parameters of type Request
 Response Connector.process(Request req)
          Handles the test request by dispatching to one of the associated PackageListeners.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.