Uses of Class
org.objectweb.jonas.resource.ResourceServiceException

Packages that use ResourceServiceException
org.objectweb.jonas.resource   
 

Uses of ResourceServiceException in org.objectweb.jonas.resource
 

Methods in org.objectweb.jonas.resource that throw ResourceServiceException
 String ResourceServiceImplMBean.deployRarMBean(String fileName)
          Deploy an RAR, used by the JMX Management.
 String ResourceServiceImpl.deployRarMBean(String fileName)
          Deploy an RAR by delegating the operation to the createResourceAdapter method.
 void ResourceServiceImpl.deployRars(Context ctx)
          Deploy the given rars of an ear file with the specified parent classloader (ear classloader).
 void ResourceService.deployRars(Context ctx)
          Deploy the given rars of an ear file with the specified parent classloader (ear classloader).
 void ResourceServiceImplMBean.unDeployRarMBean(String fileName)
          Undeploy an RAR, used by the JMX Management.
 void ResourceServiceImpl.unDeployRarMBean(String fileName)
          Undeploy an RAR by delegating the operation to the unRegisterRar() method.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.