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

Packages that use ServiceException
org.ow2.jonas.adm   
org.ow2.jonas.cmi.internal   
org.ow2.jonas.db.base   
org.ow2.jonas.db.hsqldb   
org.ow2.jonas.dbm.internal   
org.ow2.jonas.deployablemonitor   
org.ow2.jonas.discovery.base   
org.ow2.jonas.discovery.internal   
org.ow2.jonas.discovery.jgroups   
org.ow2.jonas.ear   
org.ow2.jonas.ear.internal   
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.ejb2   
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.generators.genic.wrapper   
org.ow2.jonas.ha.internal   
org.ow2.jonas.jmx   
org.ow2.jonas.jmx.internal   
org.ow2.jonas.lib.management.extensions.base   
org.ow2.jonas.lib.service   
org.ow2.jonas.mail   
org.ow2.jonas.mail.internal   
org.ow2.jonas.registry.carol   
org.ow2.jonas.resource   
org.ow2.jonas.resource.internal   
org.ow2.jonas.resourcemonitor.internal   
org.ow2.jonas.security.internal   
org.ow2.jonas.service   
org.ow2.jonas.services.bootstrap.deploymentplan   
org.ow2.jonas.smartclient.internal   
org.ow2.jonas.tm.jotm   
org.ow2.jonas.web   
org.ow2.jonas.web.base   
org.ow2.jonas.web.jetty6   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.webapp.jonasadmin   
org.ow2.jonas.workcleaner   
org.ow2.jonas.workcleaner.internal   
org.ow2.jonas.workmanager.internal   
org.ow2.jonas.ws.axis2   
org.ow2.jonas.ws.cxf   
org.ow2.jonas.ws.jaxrpc   
org.ow2.jonas.ws.jaxrpc.base   
org.ow2.jonas.ws.jaxws.base   
org.ow2.jonas.ws.publish.internal.manager   
 

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.cmi.internal
 

Methods in org.ow2.jonas.cmi.internal that throw ServiceException
protected  void CmiServiceImpl.doStart()
          Start the service.
protected  void CmiServiceImpl.doStop()
          Stop the service.
 

Uses of ServiceException in org.ow2.jonas.db.base
 

Methods in org.ow2.jonas.db.base that throw ServiceException
protected  void AbsDBServiceImpl.doStart()
          Start the service.
protected  void AbsDBServiceImpl.doStop()
          Stop the service.
 

Uses of ServiceException in org.ow2.jonas.db.hsqldb
 

Methods in org.ow2.jonas.db.hsqldb that throw ServiceException
protected  void HsqlDBServiceImpl.doStart()
          Start the service.
protected  void HsqlDBServiceImpl.doStop()
          Stop the service.
 

Uses of ServiceException in org.ow2.jonas.dbm.internal
 

Methods in org.ow2.jonas.dbm.internal that throw ServiceException
 void JOnASDataBaseManagerService.doStart()
          Starting DataBase service Initialization of the service is already done.
 void JOnASDataBaseManagerService.doStop()
          Stopping DataBase service.
 void JOnASDataBaseManagerServiceMBean.loadDataSource(String name, Properties prop, Boolean loadFromFile)
          Load new datasource
 void JOnASDataBaseManagerService.loadDataSource(String name, Properties prop, Boolean loadFromFile)
          MBean method.
 

Uses of ServiceException in org.ow2.jonas.deployablemonitor
 

Methods in org.ow2.jonas.deployablemonitor that throw ServiceException
protected  void DeployableMonitorService.doStart()
          Start the Deployable Monitor service.
protected  void DeployableMonitorService.doStop()
          Stop the Deployable Monitor service.
 

Uses of ServiceException in org.ow2.jonas.discovery.base
 

Subclasses of ServiceException in org.ow2.jonas.discovery.base
 class DuplicateServerNameException
          This exception is thrown when a pre-existing server with the same server name is detected.
 

Methods in org.ow2.jonas.discovery.base that throw ServiceException
 void DiscoveryServiceImplMBean.start()
           
 

Uses of ServiceException in org.ow2.jonas.discovery.internal
 

Methods in org.ow2.jonas.discovery.internal that throw ServiceException
protected  void MulticastDiscoveryServiceImpl.doStart()
          Start the discovery service.
protected  void MulticastDiscoveryServiceImpl.doStop()
          Stop the discovery service.
 

Uses of ServiceException in org.ow2.jonas.discovery.jgroups
 

Methods in org.ow2.jonas.discovery.jgroups that throw ServiceException
 void JgroupsDiscoveryServiceImpl.doStart()
           
 void JgroupsDiscoveryServiceImpl.doStop()
           
 

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.ear.internal
 

Methods in org.ow2.jonas.ear.internal that throw ServiceException
protected  void JOnASEARService.doStart()
          Start the EAR service.
protected  void JOnASEARService.doStop()
          Stop the EAR service.
 

Uses of ServiceException in org.ow2.jonas.ejb.easybeans
 

Methods in org.ow2.jonas.ejb.easybeans that throw ServiceException
protected  void EasyBeansService.doStart()
          Abstract start-up method to be implemented by sub-classes.
protected  void EasyBeansService.doStop()
          Abstract method for service stopping to be implemented by sub-classes.
 

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.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal that throw ServiceException
 void JOnASEJBService.deployJars(Context ctx)
          Deploy the given ejb-jars of an ear file with the specified parent classloader (ear classloader).
 void JOnASEJBService.doStart()
          Start the Service Initialization of the service is already done.
 

Uses of ServiceException in org.ow2.jonas.generators.genic.wrapper
 

Methods in org.ow2.jonas.generators.genic.wrapper that throw ServiceException
static void GenicServiceWrapper.callGenic(String[] args)
          Wrapper around GenIC.main(String[]) method
 

Uses of ServiceException in org.ow2.jonas.ha.internal
 

Methods in org.ow2.jonas.ha.internal that throw ServiceException
 void HaServiceImpl.doStart()
           
 void HaServiceImpl.doStop()
           
 

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.jmx.internal
 

Methods in org.ow2.jonas.jmx.internal that throw ServiceException
 void BaseJMXService.doStart()
          Start the Service Initialization of the service is already done.
 void JOnASJMXService.doStart()
          Start the Service.
 void BaseJMXService.doStop()
          Stop this service.
<T> String
BaseJMXService.getObjectName(T instance)
           
 

Uses of ServiceException in org.ow2.jonas.lib.management.extensions.base
 

Subclasses of ServiceException in org.ow2.jonas.lib.management.extensions.base
 class AdminException
          Any administration Exception.
 

Uses of ServiceException in org.ow2.jonas.lib.service
 

Methods in org.ow2.jonas.lib.service that throw ServiceException
protected  void AbsServiceImpl.doInit(Context ctx)
          Deprecated.  
protected abstract  void AbsServiceImpl.doStart()
          Abstract start-up method to be implemented by sub-classes.
protected abstract  void AbsServiceImpl.doStop()
          Abstract method for service stopping to be implemented by sub-classes.
 void AbsServiceImpl.init(Context ctx)
          Initialize the service.
 void AbsServiceImpl.start()
          Start the service.
 void AbsServiceImpl.stop()
          Stop the service.
protected  void AbsServiceImpl.throwRequirementException(String message)
          Utility Exception throwing method to identify the error source.
 

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.mail.internal
 

Methods in org.ow2.jonas.mail.internal that throw ServiceException
protected  void JOnASMailService.doStart()
          Start the Mail Service.
protected  void JOnASMailService.doStop()
          Stop the Mail service.
 

Uses of ServiceException in org.ow2.jonas.registry.carol
 

Methods in org.ow2.jonas.registry.carol that throw ServiceException
 void CarolRegistryService.doStart()
          Abstract start-up method to be implemented by sub-classes.
 void CarolRegistryService.doStop()
          Abstract method for service stopping to be implemented by sub-classes.
 

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.resource.internal
 

Methods in org.ow2.jonas.resource.internal that throw ServiceException
 void JOnASResourceService.doStart()
          Start the Resource service.
 void JOnASResourceService.doStop()
          Stop the Resource service.
 

Uses of ServiceException in org.ow2.jonas.resourcemonitor.internal
 

Methods in org.ow2.jonas.resourcemonitor.internal that throw ServiceException
protected  void JOnASResourceMonitorService.doStart()
          Abstract start-up method to be implemented by sub-classes.
protected  void JOnASResourceMonitorService.doStop()
          Abstract method for service stopping to be implemented by sub-classes.
 

Uses of ServiceException in org.ow2.jonas.security.internal
 

Methods in org.ow2.jonas.security.internal that throw ServiceException
 void JonasSecurityServiceImpl.doStart()
          Start the Service Initialization of the service is already done.
 

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.services.bootstrap.deploymentplan
 

Methods in org.ow2.jonas.services.bootstrap.deploymentplan that throw ServiceException
 void JOnASDeploymentPlan.stop()
          This callback method is called during the service stopping.
 

Uses of ServiceException in org.ow2.jonas.smartclient.internal
 

Methods in org.ow2.jonas.smartclient.internal that throw ServiceException
protected  void SmartclientServiceImpl.doStart()
          Starts the EasyBeans smartclient service and registers the management bean with JMX.
protected  void SmartclientServiceImpl.doStop()
          Stops the EasyBeans smartclient service and unregisters the management bean from JMX.
 

Uses of ServiceException in org.ow2.jonas.tm.jotm
 

Methods in org.ow2.jonas.tm.jotm that throw ServiceException
 void JOTMTransactionService.doStart()
          Start the Service Initialization of the service is already done.
 void JOTMTransactionService.doStop()
          Stop the transaction 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.web.base
 

Methods in org.ow2.jonas.web.base that throw ServiceException
protected  void BaseWebContainerService.doStart()
          Start the service.
protected  void BaseWebContainerService.doStop()
          Stop the service.
 

Uses of ServiceException in org.ow2.jonas.web.jetty6
 

Methods in org.ow2.jonas.web.jetty6 that throw ServiceException
 void Jetty6Service.doStart()
          Start the Jetty service in a new thread.
protected  void Jetty6Service.doStop()
          Stop the Jetty service.
 

Uses of ServiceException in org.ow2.jonas.web.tomcat6
 

Methods in org.ow2.jonas.web.tomcat6 that throw ServiceException
 void Tomcat6Service.doStart()
          Start the Catalina service in a new thread.
protected  void Tomcat6Service.doStop()
          Stop the Catalina service.
protected  void Tomcat6Service.initCatalinaEnvironment()
          Init the environment of catalina set catalina.home, catalina.base and unset the tomcat naming.
 

Uses of ServiceException in org.ow2.jonas.webapp.jonasadmin
 

Subclasses of ServiceException in org.ow2.jonas.webapp.jonasadmin
 class JonasAdminException
          JOnAS Administration Application Exception.
 

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.workcleaner.internal
 

Methods in org.ow2.jonas.workcleaner.internal that throw ServiceException
protected  void JOnASWorkCleanerService.doStart()
          Start a new WorkCleaner service.
protected  void JOnASWorkCleanerService.doStop()
          Stop the WorkCleaner.
 

Uses of ServiceException in org.ow2.jonas.workmanager.internal
 

Methods in org.ow2.jonas.workmanager.internal that throw ServiceException
protected  void JOnASWorkManagerService.doStart()
          Start a new WorkManager.
protected  void JOnASWorkManagerService.doStop()
          Stop the WorkManager.
 

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

Methods in org.ow2.jonas.ws.axis2 that throw ServiceException
protected  void Axis2Service.doStart()
           
protected  void Axis2Service.doStop()
           
 

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

Methods in org.ow2.jonas.ws.cxf that throw ServiceException
protected  void CXFService.doStart()
          Abstract start-up method to be implemented by sub-classes.
protected  void CXFService.doStop()
          Abstract method for service stopping to be implemented by sub-classes.
 

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.
 

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

Methods in org.ow2.jonas.ws.jaxrpc.base that throw ServiceException
 void JAXRPCService.doStart()
          Starts the JAX-RPC service.
 void JAXRPCService.doStop()
          Stops the JAX-RPC service.
 

Uses of ServiceException in org.ow2.jonas.ws.jaxws.base
 

Methods in org.ow2.jonas.ws.jaxws.base that throw ServiceException
protected  void JAXWSService.doStart()
          Starts the JAX-WS service.
protected  void JAXWSService.doStop()
          Stops the JAX-WS service.
 

Uses of ServiceException in org.ow2.jonas.ws.publish.internal.manager
 

Methods in org.ow2.jonas.ws.publish.internal.manager that throw ServiceException
protected  void DefaultWSDLPublisherManager.doStart()
          Abstract start-up method to be implemented by sub-classes.
protected  void DefaultWSDLPublisherManager.doStop()
          Abstract method for service stopping to be implemented by sub-classes.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.