FileDocCategorySizeDatePackage
ConnectorCheck.javaAPI DocGlassfish v2 API2792Fri May 04 22:33:28 BST 2007com.sun.enterprise.tools.verifier.tests.connector

ConnectorCheck

public interface ConnectorCheck
All Connector architecture test implement this interface to be loaded and run inside the Verifier harness
author
Jerome Dochez
version

Fields Summary
Constructors Summary
Methods Summary
public com.sun.enterprise.tools.verifier.Resultcheck(com.sun.enterprise.deployment.ConnectorDescriptor descriptor)

all connector tests should implement this method. it run an individual test against the resource adapter deployment descriptor.

paramm
descriptor deployment descriptor for the rar file
return
result object containing the result of the individual test performed