Uses of Class
org.ow2.jonas.service.ServiceException

Packages that use ServiceException
org.ow2.jonas.adm   
org.ow2.jonas.ear   
org.ow2.jonas.ejb2   
org.ow2.jonas.jmx   
org.ow2.jonas.mail   
org.ow2.jonas.resource   
org.ow2.jonas.service   
org.ow2.jonas.web   
org.ow2.jonas.workcleaner   
org.ow2.jonas.ws.jaxrpc   
 

Uses of ServiceException in org.ow2.jonas.adm
 

Subclasses of ServiceException in org.ow2.jonas.adm
 class AdmException
          Exption throwed by the Adm object when a deployment operation failed due to a missing service.
 

Uses of ServiceException in org.ow2.jonas.ear
 

Subclasses of ServiceException in org.ow2.jonas.ear
 class EarServiceException
          The class EarServiceException that indicates conditions that a reasonable application might want to catch.
 

Uses of ServiceException in org.ow2.jonas.ejb2
 

Methods in org.ow2.jonas.ejb2 that throw ServiceException
 void EJBService.deployJars(Context ctx)
          Deploy the given ejb-jars of an ear file with the specified parent classloader (ear classloader).
 

Uses of ServiceException in org.ow2.jonas.jmx
 

Methods in org.ow2.jonas.jmx that throw ServiceException
<T> String
JmxService.getObjectName(T instance)
           
 

Uses of ServiceException in org.ow2.jonas.mail
 

Subclasses of ServiceException in org.ow2.jonas.mail
 class MailServiceException
          The class MailServiceException that indicates conditions that a reasonable application might want to catch.
 

Uses of ServiceException in org.ow2.jonas.resource
 

Subclasses of ServiceException in org.ow2.jonas.resource
 class ResourceServiceException
          The class ResourceServiceException that indicates conditions that a reasonable application might want to catch.
 

Uses of ServiceException in org.ow2.jonas.service
 

Subclasses of ServiceException in org.ow2.jonas.service
 class JonasAlreadyStartedException
          This exception is used by services that received java.rmi.AlreadyBoundException
 

Methods in org.ow2.jonas.service that throw ServiceException
 void Service.init(Context ctx)
          Deprecated. Replaced in favor of IoC.
 void Service.start()
          Start the service.
 void Service.stop()
          Stop the service.
 

Uses of ServiceException in org.ow2.jonas.web
 

Subclasses of ServiceException in org.ow2.jonas.web
 class JWebContainerServiceException
          The class JWebContainerServiceException that indicates conditions that a reasonable application might want to catch.
 

Uses of ServiceException in org.ow2.jonas.workcleaner
 

Subclasses of ServiceException in org.ow2.jonas.workcleaner
 class WorkCleanerException
          The class WorkCleanerException indicates conditions that a reasonable application might want to catch.
 

Uses of ServiceException in org.ow2.jonas.ws.jaxrpc
 

Subclasses of ServiceException in org.ow2.jonas.ws.jaxrpc
 class WSException
          The class WSException that indicates conditions that a reasonable application might want to catch.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.