Uses of Interface
org.ow2.jonas.service.Service

Packages that use Service
org.ow2.jonas.cmi   
org.ow2.jonas.cmi.internal   
org.ow2.jonas.db   
org.ow2.jonas.db.base   
org.ow2.jonas.db.hsqldb   
org.ow2.jonas.dbm   
org.ow2.jonas.dbm.internal   
org.ow2.jonas.deployablemonitor   
org.ow2.jonas.depmonitor   
org.ow2.jonas.discovery   
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.ejb3   
org.ow2.jonas.ha   
org.ow2.jonas.ha.internal   
org.ow2.jonas.jms   
org.ow2.jonas.jmx   
org.ow2.jonas.jmx.internal   
org.ow2.jonas.lib.service   
org.ow2.jonas.mail   
org.ow2.jonas.mail.internal   
org.ow2.jonas.registry   
org.ow2.jonas.registry.carol   
org.ow2.jonas.resource   
org.ow2.jonas.resource.internal   
org.ow2.jonas.resourcemonitor   
org.ow2.jonas.resourcemonitor.internal   
org.ow2.jonas.security   
org.ow2.jonas.security.internal   
org.ow2.jonas.smartclient   
org.ow2.jonas.smartclient.internal   
org.ow2.jonas.tm   
org.ow2.jonas.tm.jotm   
org.ow2.jonas.versioning   
org.ow2.jonas.versioning.internal   
org.ow2.jonas.web   
org.ow2.jonas.web.base   
org.ow2.jonas.web.jetty6   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.workcleaner.internal   
org.ow2.jonas.workmanager   
org.ow2.jonas.workmanager.internal   
org.ow2.jonas.ws.axis   
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   
org.ow2.jonas.ws.jaxws.base   
org.ow2.jonas.ws.publish.internal.manager   
 

Uses of Service in org.ow2.jonas.cmi
 

Subinterfaces of Service in org.ow2.jonas.cmi
 interface CmiService
          CMI Service interface.
 

Uses of Service in org.ow2.jonas.cmi.internal
 

Classes in org.ow2.jonas.cmi.internal that implement Service
 class CmiServiceImpl
          CMI Service interface.
 

Uses of Service in org.ow2.jonas.db
 

Subinterfaces of Service in org.ow2.jonas.db
 interface DBService
          Interface of the database service
 

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

Classes in org.ow2.jonas.db.base that implement Service
 class AbsDBServiceImpl
          Abstract database service to be implemented by implementation of Java databases.
 

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

Classes in org.ow2.jonas.db.hsqldb that implement Service
 class HsqlDBServiceImpl
          Embeds the HSQL database in JOnAS.
 

Uses of Service in org.ow2.jonas.dbm
 

Subinterfaces of Service in org.ow2.jonas.dbm
 interface DataBaseService
          DataBase Service interface.*
 

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

Classes in org.ow2.jonas.dbm.internal that implement Service
 class JOnASDataBaseManagerService
          DatabaseService acts as a factory for the DataSource objects.
 

Uses of Service in org.ow2.jonas.deployablemonitor
 

Classes in org.ow2.jonas.deployablemonitor that implement Service
 class DeployableMonitorService
          Service that will launch the Deployable Monitor.
 

Uses of Service in org.ow2.jonas.depmonitor
 

Subinterfaces of Service in org.ow2.jonas.depmonitor
 interface MonitoringService
          Interface of the depmonitor service.
 

Uses of Service in org.ow2.jonas.discovery
 

Subinterfaces of Service in org.ow2.jonas.discovery
 interface DiscoveryService
          JOnAS Discovery Service interface.
 

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

Classes in org.ow2.jonas.discovery.base that implement Service
 class BaseDiscovery
          This class is inherited by all discovery Implementations It provides common discovery operations.
 

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

Classes in org.ow2.jonas.discovery.internal that implement Service
 class MulticastDiscoveryServiceImpl
          The discovery service creates and starts at least a DiscoveryManager which is a MBean that multi-casts discovery information to all the servers who joined the discovery multicast group.
 

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

Classes in org.ow2.jonas.discovery.jgroups that implement Service
 class JgroupsDiscoveryServiceImpl
          This is a JGroups based JOnAS discovery implementation.
 

Uses of Service in org.ow2.jonas.ear
 

Subinterfaces of Service in org.ow2.jonas.ear
 interface EarService
          JOnAS EAR Service interface.
 

Uses of Service in org.ow2.jonas.ear.internal
 

Classes in org.ow2.jonas.ear.internal that implement Service
 class JOnASEARService
          JOnAS EAR Service Implementation class.
 

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

Classes in org.ow2.jonas.ejb.easybeans that implement Service
 class EasyBeansService
          Implementation of the service that runs the EasyBeans EJB3 container.
 

Uses of Service in org.ow2.jonas.ejb2
 

Subinterfaces of Service in org.ow2.jonas.ejb2
 interface EJBService
          EJB Service interface.
 

Uses of Service in org.ow2.jonas.ejb2.internal
 

Classes in org.ow2.jonas.ejb2.internal that implement Service
 class JOnASEJBService
          Implementation of the EJB Container Service for jonas.
 

Uses of Service in org.ow2.jonas.ejb3
 

Subinterfaces of Service in org.ow2.jonas.ejb3
 interface IEasyBeansService
          EZB Service interface.
 

Uses of Service in org.ow2.jonas.ha
 

Subinterfaces of Service in org.ow2.jonas.ha
 interface HaService
          JOnAS HA Service interface.
 

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

Classes in org.ow2.jonas.ha.internal that implement Service
 class HaServiceImpl
          This class binds the HA service to JOnAS and initializes the HA architecture.
 

Uses of Service in org.ow2.jonas.jms
 

Subinterfaces of Service in org.ow2.jonas.jms
 interface JmsService
          Jms Service interface.
 

Uses of Service in org.ow2.jonas.jmx
 

Subinterfaces of Service in org.ow2.jonas.jmx
 interface JmxService
          JMX Service interface.
 

Uses of Service in org.ow2.jonas.jmx.internal
 

Classes in org.ow2.jonas.jmx.internal that implement Service
 class BaseJMXService
          JMX Service implementation.
 class JOnASJMXService
          JMX Service implementation.
 

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

Classes in org.ow2.jonas.lib.service that implement Service
 class AbsServiceImpl
          Abstract implementation of a Service.
 

Uses of Service in org.ow2.jonas.mail
 

Subinterfaces of Service in org.ow2.jonas.mail
 interface MailService
          This interface provides a description of the JavaMail service.
 

Uses of Service in org.ow2.jonas.mail.internal
 

Classes in org.ow2.jonas.mail.internal that implement Service
 class JOnASMailService
          This class provides an implementation of the javaMail service.
 

Uses of Service in org.ow2.jonas.registry
 

Subinterfaces of Service in org.ow2.jonas.registry
 interface RegistryService
          Registry Service interface.
 

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

Classes in org.ow2.jonas.registry.carol that implement Service
 class CarolRegistryService
          Implementation of the RegistryService interface.
 

Uses of Service in org.ow2.jonas.resource
 

Subinterfaces of Service in org.ow2.jonas.resource
 interface ResourceService
          JCA resource service implmentation
 

Uses of Service in org.ow2.jonas.resource.internal
 

Classes in org.ow2.jonas.resource.internal that implement Service
 class JOnASResourceService
          JCA resource service implementation.
 

Uses of Service in org.ow2.jonas.resourcemonitor
 

Subinterfaces of Service in org.ow2.jonas.resourcemonitor
 interface ResourceMonitorService
          Interface for the resource monitoring service.
 

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

Classes in org.ow2.jonas.resourcemonitor.internal that implement Service
 class JOnASResourceMonitorService
          Implementation for the ResourceMonitor interface.
 

Uses of Service in org.ow2.jonas.security
 

Subinterfaces of Service in org.ow2.jonas.security
 interface SecurityService
          Defines the interface for the security service
 

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

Classes in org.ow2.jonas.security.internal that implement Service
 class JonasSecurityServiceImpl
          Security Service implementation?
 

Uses of Service in org.ow2.jonas.smartclient
 

Subinterfaces of Service in org.ow2.jonas.smartclient
 interface SmartclientService
          Created the interface for the smartclient service.
 

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

Classes in org.ow2.jonas.smartclient.internal that implement Service
 class SmartclientServiceImpl
          Implements the smartclient service.
 

Uses of Service in org.ow2.jonas.tm
 

Subinterfaces of Service in org.ow2.jonas.tm
 interface TransactionService
          Transaction Service interface.
 

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

Classes in org.ow2.jonas.tm.jotm that implement Service
 class JOTMTransactionService
          Transaction Service implementation.
 

Uses of Service in org.ow2.jonas.versioning
 

Subinterfaces of Service in org.ow2.jonas.versioning
 interface VersioningService
          JOnAS Service interface for the versioning service.
 

Uses of Service in org.ow2.jonas.versioning.internal
 

Classes in org.ow2.jonas.versioning.internal that implement Service
 class VersioningServiceImpl
          Implements the versioning service.
 

Uses of Service in org.ow2.jonas.web
 

Subinterfaces of Service in org.ow2.jonas.web
 interface IOnDemandHttpService
          Loads the Web Container when a request is done on the http port and that the web container service is not yet started.
 interface JWebContainerService
          JOnAS WEB Container Service interface.
 

Uses of Service in org.ow2.jonas.web.base
 

Classes in org.ow2.jonas.web.base that implement Service
 class BaseWebContainerService
          This abstract class provides an implementation for a dynamic JWebContainerService service.
 

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

Classes in org.ow2.jonas.web.jetty6 that implement Service
 class Jetty6Service
          This class provides an implementation of the Jetty service (as web container service).
 

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

Classes in org.ow2.jonas.web.tomcat6 that implement Service
 class Tomcat6Service
          Implementation of the web container service for Tomcat 6.
 

Uses of Service in org.ow2.jonas.workcleaner.internal
 

Classes in org.ow2.jonas.workcleaner.internal that implement Service
 class JOnASWorkCleanerService
          The JOnAS WorkCleaner is returned by this service.
 

Uses of Service in org.ow2.jonas.workmanager
 

Subinterfaces of Service in org.ow2.jonas.workmanager
 interface WorkManagerService
          Give access to a WorkManager implementation.
 

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

Classes in org.ow2.jonas.workmanager.internal that implement Service
 class JOnASWorkManagerService
          The JOnAS WorkManager is returned by this service.
 

Uses of Service in org.ow2.jonas.ws.axis
 

Classes in org.ow2.jonas.ws.axis that implement Service
 class AxisService
          Implements commons methods declared within the abstract class.
 

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

Classes in org.ow2.jonas.ws.axis2 that implement Service
 class Axis2Service
          The Axis2Service class is used to declare Axis2 as a module in JOnAS.
 

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

Classes in org.ow2.jonas.ws.cxf that implement Service
 class CXFService
          The CXFService class is used to declare CXF as a module in JOnAS.
 

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

Subinterfaces of Service in org.ow2.jonas.ws.jaxrpc
 interface IJAXRPCService
          WebServices Service interface.
 

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

Classes in org.ow2.jonas.ws.jaxrpc.base that implement Service
 class JAXRPCService
          implements deployment process and declares commons abstract methods for all (used) Web services engine.
 

Uses of Service in org.ow2.jonas.ws.jaxws
 

Subinterfaces of Service in org.ow2.jonas.ws.jaxws
 interface IJAXWSService
          The JAX-WS Service is used to abstract endpoint (server side) and references (client side) creation.
 

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

Classes in org.ow2.jonas.ws.jaxws.base that implement Service
 class JAXWSService
          Common abstract class for JAX-WS service implementations.
 

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

Classes in org.ow2.jonas.ws.publish.internal.manager that implement Service
 class DefaultWSDLPublisherManager
          Delegate publishing to all added WSDL Publishers.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.