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

Packages that use ServiceException
org.objectweb.jonas_ejb.genic.wrapper   
org.objectweb.jonas.adm   
org.objectweb.jonas.client   
org.objectweb.jonas.container   
org.objectweb.jonas.db   
org.objectweb.jonas.db.hsqldb   
org.objectweb.jonas.dbm.internal   
org.objectweb.jonas.discovery.internal   
org.objectweb.jonas.ear   
org.objectweb.jonas.ear.internal   
org.objectweb.jonas.ha   
org.objectweb.jonas.jms   
org.objectweb.jonas.jmx   
org.objectweb.jonas.jtm.jotm   
org.objectweb.jonas.mail   
org.objectweb.jonas.mail.internal   
org.objectweb.jonas.registry.carol   
org.objectweb.jonas.resource   
org.objectweb.jonas.security   
org.objectweb.jonas.service   
org.objectweb.jonas.service.manager   
org.objectweb.jonas.web   
org.objectweb.jonas.webapp.jonasadmin   
org.objectweb.jonas.workmanager.internal   
org.objectweb.jonas.ws   
org.objectweb.jonas.ws.base   
org.ow2.jonas.deployablemonitor   
org.ow2.jonas.ejb.easybeans   
org.ow2.jonas.web.jetty6   
org.ow2.jonas.web.tomcat6   
 

Uses of ServiceException in org.objectweb.jonas_ejb.genic.wrapper
 

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

Uses of ServiceException in org.objectweb.jonas.adm
 

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

Constructors in org.objectweb.jonas.adm that throw ServiceException
Adm(JProp jp)
          Adm constructor
 

Uses of ServiceException in org.objectweb.jonas.client
 

Subclasses of ServiceException in org.objectweb.jonas.client
 class ClientContainerException
          The class ClientContainerException that indicates conditions that a reasonable application might want to catch.
 

Uses of ServiceException in org.objectweb.jonas.container
 

Methods in org.objectweb.jonas.container that throw ServiceException
 void EJBServiceImpl.deployJars(Context ctx)
          Deploy the given ejb-jars of an ear file with the specified parent classloader (ear classloader).
 void EJBService.deployJars(Context ctx)
          Deploy the given ejb-jars of an ear file with the specified parent classloader (ear classloader).
 void EJBServiceImpl.doInit(Context ctx)
          Init the Service.
 void EJBServiceImpl.doStart()
          Start the Service Initialization of the service is already done.
 

Uses of ServiceException in org.objectweb.jonas.db
 

Methods in org.objectweb.jonas.db that throw ServiceException
protected  void AbsDBServiceImpl.doInit(Context ctx)
          Initialize the service.
protected  void AbsDBServiceImpl.doStart()
          Start the service.
protected  void AbsDBServiceImpl.doStop()
          Stop the service.
 

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

Methods in org.objectweb.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.objectweb.jonas.dbm.internal
 

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

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

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

Methods in org.objectweb.jonas.discovery.internal that throw ServiceException
protected  void DiscoveryServiceImpl.doInit(Context ctx)
          Initialize the discovery service.
protected  void DiscoveryServiceImpl.doStart()
          Start the discovery service
protected  void DiscoveryServiceImpl.doStop()
          Stop the discovery service
 

Uses of ServiceException in org.objectweb.jonas.ear
 

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

Uses of ServiceException in org.objectweb.jonas.ear.internal
 

Methods in org.objectweb.jonas.ear.internal that throw ServiceException
protected  void JOnASEARService.doInit(Context ctx)
          Init the EAR service.
protected  void JOnASEARService.doStart()
          Start the EAR service.
protected  void JOnASEARService.doStop()
          Stop the EAR service.
 

Uses of ServiceException in org.objectweb.jonas.ha
 

Methods in org.objectweb.jonas.ha that throw ServiceException
 void HaServiceImpl.doInit(Context ctx)
           
 void HaServiceImpl.doStart()
           
 void HaServiceImpl.doStop()
           
 

Uses of ServiceException in org.objectweb.jonas.jms
 

Methods in org.objectweb.jonas.jms that throw ServiceException
 void JmsServiceImpl.doInit(Context ctx)
          Init the Service.
 void JmsServiceImpl.doStart()
          Start the Service Initialization of the service is already done.
 void JmsServiceImpl.doStop()
          Stop the JMS Service
 

Uses of ServiceException in org.objectweb.jonas.jmx
 

Methods in org.objectweb.jonas.jmx that throw ServiceException
 void AbsJmxServiceImpl.doInit(Context ctx)
          Init the Service.
 void JmxServiceImpl.doInit(Context ctx)
          Init the logger and then use super method.
abstract  void AbsJmxServiceImpl.doStart()
          Start the Service Initialization of the service is already done.
 void JmxServiceImpl.doStart()
          Start the Service.
abstract  void AbsJmxServiceImpl.doStop()
          Stop this service
 

Uses of ServiceException in org.objectweb.jonas.jtm.jotm
 

Methods in org.objectweb.jonas.jtm.jotm that throw ServiceException
 void JOTMTransactionService.doInit(Context ctx)
          Init the Service.
 void JOTMTransactionService.doStart()
          Start the Service Initialization of the service is already done.
 void JOTMTransactionService.doStop()
          Stop the transaction service Not already implementated
 

Uses of ServiceException in org.objectweb.jonas.mail
 

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

Uses of ServiceException in org.objectweb.jonas.mail.internal
 

Methods in org.objectweb.jonas.mail.internal that throw ServiceException
protected  void JOnASMailService.doInit(Context ctx)
          Init the Mail service.
protected  void JOnASMailService.doStart()
          Start the Mail Service.
protected  void JOnASMailService.doStop()
          Stop the Mail service.
 

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

Methods in org.objectweb.jonas.registry.carol that throw ServiceException
 void CarolRegistryService.doStart()
           
 void CarolRegistryService.doStop()
           
 

Uses of ServiceException in org.objectweb.jonas.resource
 

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

Methods in org.objectweb.jonas.resource that throw ServiceException
 void ResourceServiceImpl.doStart()
          Start the Resource service.
 void ResourceServiceImpl.doStop()
          Stop the Resource service.
 

Uses of ServiceException in org.objectweb.jonas.security
 

Methods in org.objectweb.jonas.security that throw ServiceException
 void JonasSecurityServiceImpl.doInit(Context ctx)
          Init the Service.
 void JonasSecurityServiceImpl.doStart()
          Start the Service Initialization of the service is already done.
 

Uses of ServiceException in org.objectweb.jonas.service
 

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

Methods in org.objectweb.jonas.service that throw ServiceException
protected abstract  void AbsServiceImpl.doInit(Context ctx)
          Abstract initialization method to be implemented by sub-classes
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 Service.init(Context ctx)
          Initialize the service
 void AbsServiceImpl.start()
          Start the service
 void Service.start()
          Start the service
 void AbsServiceImpl.stop()
          Stop the service
 void Service.stop()
          Stop the service
 

Uses of ServiceException in org.objectweb.jonas.service.manager
 

Methods in org.objectweb.jonas.service.manager that throw ServiceException
protected  Service ServiceManager.createServiceFrom(String serviceName)
          Creates and returns the service which have the given name.
 Service ServiceManager.getDataBaseService()
          Return the DataBase service (service's name: 'dbm')
 Service ServiceManager.getDiscoveryService()
          Return the discovery service (service's name: 'discovery')
 Service ServiceManager.getEarService()
          Return the Ear service (service's name: 'ear')
 Service ServiceManager.getEjbService()
          Return the EJB service (service's name: 'ejb')
 Service ServiceManager.getJmsService()
          Return the JMS service (service's name: 'jms')
 Service ServiceManager.getJmxService()
          Return the JMX service (service's name: 'jmx')
 Service ServiceManager.getMailService()
          Return the mail service (service's name: 'mail').
 Service ServiceManager.getRarService()
          Return the Rar service (service's name: 'resource')
 Service ServiceManager.getRegistryService()
          Return the Registry service (service's name: 'registry')
 Service ServiceManager.getResourceService()
          Return the Resource service (service's name: 'resource')
 Service ServiceManager.getSecurityService()
          Return the Security service (service's name: 'security')
 Service ServiceManager.getService(String name)
          Get the service which have the given name
 Service[] ServiceManager.getServices()
          Returns the list of the managed services.
 Service ServiceManager.getTransactionService()
          Return the Transaction service (service's name: 'jtm')
 Service ServiceManager.getWebContainerService()
          Return the web service (service's name: 'web').
 Service ServiceManager.getWebServicesService()
          Return the WebServices service (service's name: 'ws').
protected  void ServiceManager.readServices()
          For each service, create it and its associated configuration context.
 void ServiceManager.startJmx(String idMBeanServer)
          Start the jmx service
 void ServiceManager.startRegistry()
          Start the mandatory "registry" service
 void ServiceManager.startServices()
          Starts the managed services.
 void ServiceManager.stopServices()
          Management Method: Stop all services.
 

Uses of ServiceException in org.objectweb.jonas.web
 

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

Methods in org.objectweb.jonas.web that throw ServiceException
protected  void AbsJWebContainerServiceImpl.doInit(Context ctx)
          Initialize the service.
protected  void AbsJWebContainerServiceImpl.doStart()
          Start the service.
protected  void AbsJWebContainerServiceImpl.doStop()
          Stop the service.
 

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

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

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

Methods in org.objectweb.jonas.workmanager.internal that throw ServiceException
protected  void JOnASWorkManagerService.doInit(Context ctx)
           
protected  void JOnASWorkManagerService.doStart()
           
protected  void JOnASWorkManagerService.doStop()
           
 

Uses of ServiceException in org.objectweb.jonas.ws
 

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

Uses of ServiceException in org.objectweb.jonas.ws.base
 

Methods in org.objectweb.jonas.ws.base that throw ServiceException
protected  void AbsWebServicesServiceImpl.doInit(Context ctx)
          Initialize the service.
 void AbsWebServicesServiceImpl.doStart()
          Empty Method for WebServices (no running application).
 void AbsWebServicesServiceImpl.doStop()
          Empty Method for WebServices (no running application).
 

Uses of ServiceException in org.ow2.jonas.deployablemonitor
 

Methods in org.ow2.jonas.deployablemonitor that throw ServiceException
protected  void DeployableMonitorService.doInit(Context ctx)
          Init the Deployable Monitor service.
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.ejb.easybeans
 

Methods in org.ow2.jonas.ejb.easybeans that throw ServiceException
protected  void EasyBeansService.doInit(Context ctx)
          Abstract initialization method to be implemented by sub-classes.
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.web.jetty6
 

Methods in org.ow2.jonas.web.jetty6 that throw ServiceException
protected  void Jetty6Service.doInit(Context ctx)
          Initialize the Jetty service.
 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
protected  void Tomcat6Service.doInit(Context ctx)
          Initialize the Catalina service.
 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.
 



Copyright © 2007 OW2 Consortium. All Rights Reserved.