| java.lang.Object test.JavaEEVerifierMBeanInstaller
JavaEEVerifierMBeanInstaller | public class JavaEEVerifierMBeanInstaller implements LifecycleListener(Code) | | This class is used to add the JavaEEVerifierMBean in the MBean Server.
This class is used to test the contract between JBI application verifier
and JavaEEVerifier.
author: Sun Microsystems, Inc. |
Method Summary | |
public void | addJavaEEVerifierMBean(LifecycleEventContext eventContext) | public void | handleEvent(LifecycleEvent anEvent) Provide the processing for AppServer lifecycle events. |
addJavaEEVerifierMBean | public void addJavaEEVerifierMBean(LifecycleEventContext eventContext)(Code) | | This method is used to add the JavaEEVerifier MBean
Parameters: LifecycleEventContext - event context |
handleEvent | public void handleEvent(LifecycleEvent anEvent) throws ServerLifecycleException(Code) | | Provide the processing for AppServer lifecycle events. For each
event, a corresponding method is called to perform the processing
for that event.
Parameters: anEvent - LifecycleEvent from AppServer throws: ServerLifecycleException - if any error occurs processingan event. |
|
|