| |
|
| java.lang.Object com.sun.jbi.framework.AbstractComponent extension.ExtensionComponent
ExtensionComponent | public class ExtensionComponent extends AbstractComponent implements Bootstrap(Code) | | This component is used to test the extension classloader in the Java
SE framework. The class extends AbstractComponent, but does not include
it in its installation archive. Instead, the base class should be added
to the lib/ext directory.
author: Sun Microsystems, Inc. |
createDeployResult | protected String createDeployResult(String task, boolean isSuccess)(Code) | | Creates a (un)deployment result string.
Parameters: task - 'deploy' or 'undeploy' |
createErrorResult | protected String createErrorResult(String task, String msg)(Code) | | Creates a component failure response with a configurable message.
Parameters: task - 'deploy' or 'undeploy' |
|
|
|