|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PackageListener
A PackageListener that is associated with a Connector.
The PackageListener matches test Requests with the package names
that it can handle. On a successful match the Connector will invoke
the runTests(Request) method.
| Method Summary | |
|---|---|
List<String> |
getPackageNames()
Return the list of packages that this listener can handle. |
boolean |
match(Request request)
Return true if the given Request is from a package
that this listener can handle. |
Response |
runTests(Request request)
Called by Connector when this listener indicated that it can
handle the test request. |
| Method Detail |
|---|
List<String> getPackageNames()
boolean match(Request request)
Request is from a package
that this listener can handle.
Response runTests(Request request)
throws Throwable
Connector when this listener indicated that it can
handle the test request.
Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||