|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.test.jbossmx.implementation.server.support.ContextCL
The ContextCL standard MBean implementation.
Constructor Summary | |
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 | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContextCL() throws java.io.IOException
Method Detail |
public void useTestData() throws java.lang.Exception
useTestData
in interface ContextCLMBean (src)
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |