| java.lang.Object org.jboss.test.jbossmx.implementation.server.support.ContextCL
ContextCL | public class ContextCL implements ContextCLMBean(Code) | | The ContextCL standard MBean implementation.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
Constructor Summary | |
public | ContextCL() The TestData.class ClassLoader will be the ClassLoader of the ContextCL
mbean because we have a static reference to the TestData class. |
Method Summary | |
public void | useTestData() An operation that load the TestData class using the current thread
context class loader (TCL) and the Class.forName(String, boolean, ClassLoader)
operation to validate that the class loader used to load TestData in
the ctor is compatible with the operation TCL. |
ContextCL | public ContextCL() throws IOException(Code) | | The TestData.class ClassLoader will be the ClassLoader of the ContextCL
mbean because we have a static reference to the TestData class. This
causes the VM to call the ClassLoader.loadClassInternal method.
|
useTestData | public void useTestData() throws Exception(Code) | | An operation that load the TestData class using the current thread
context class loader (TCL) and the Class.forName(String, boolean, ClassLoader)
operation to validate that the class loader used to load TestData in
the ctor is compatible with the operation TCL.
|
|
|