| org.jboss.test.classloader.resource.ResourceTest
ResourceTest | public class ResourceTest extends ServiceMBeanSupport implements ResourceTestMBean,Runnable(Code) | | A simple service to test resource loading.
author: Adrian.Brock@HappeningTimes.com author: Scott.Stark@jboss.org version: $Revision: 59680 $ |
findResources | public void findResources() throws Exception(Code) | | Check that the URLClassLoader.getResources locates the resource
across the repository class loader.
|
loadGlobalResource | public void loadGlobalResource() throws Exception(Code) | | Checks we can find a global resource located in the conf dir
|
loadLocalResource | public void loadLocalResource() throws Exception(Code) | | Checks we can find a local resource in our deployment unit
|
run | public void run()(Code) | | Load resources in the background to test MT access to the repository
during resource lookup
|
|
|