|
||||||||||
| 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 | |
|---|---|
java.util.List<java.lang.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 |
|---|
java.util.List<java.lang.String> getPackageNames()
boolean match(Request request)
Request is from a package
that this listener can handle.
Response runTests(Request request)
throws java.lang.ClassNotFoundException
Connector when this listener indicated that it can
handle the test request.
java.lang.ClassNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||