| test.TestJavaEEVerifierMBean
All known Subclasses: test.TestJavaEEVerifierMBeanImpl,
TestJavaEEVerifierMBean | public interface TestJavaEEVerifierMBean (Code) | | This class is used to provide a dummy MBean implementation
for testing JavaEEVerifier integration.
author: Sun Microsystems, Inc. |
verifyServiceUnit | public TabularData verifyServiceUnit(String serviceAssemblyPath, String suZipName, String target) throws MBeanException(Code) | | Verify a service unit targeted to the JavaEE SE. This operation verifies the javaee/j2ee
application and returns a CompositeData which has the verification status i.e. information
related to the resources referenced by the application but are missing.
Parameters: serviceAssemblyPath - - this is the path to the SA. Parameters: suZipName - - this is the SU zip name Parameters: target - - identifies the target for the service unit verification. This couldbe the DAS server instance "server", a standalone or clustered instance nameor cluster. a TabularData with the verification result. The CompositeType of TabularDataThe column names in composite data are - "Ear Filename", "Referrence By","Referrence Class", "JNDI Name", "JNDI Class Type", "Message", "Status" |
|
|