|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Service in org.objectweb.jonas.container |
---|
Subinterfaces of Service in org.objectweb.jonas.container | |
---|---|
interface |
EJBService
EJB Service interface. |
Classes in org.objectweb.jonas.container that implement Service | |
---|---|
class |
EJBServiceImpl
Implementation of the EJB Container Service for jonas. |
Uses of Service in org.objectweb.jonas.db |
---|
Subinterfaces of Service in org.objectweb.jonas.db | |
---|---|
interface |
DBService
Interface of the database service |
Classes in org.objectweb.jonas.db that implement Service | |
---|---|
class |
AbsDBServiceImpl
Abstract database service to be implemented by implementation of Java databases |
Uses of Service in org.objectweb.jonas.db.hsqldb |
---|
Classes in org.objectweb.jonas.db.hsqldb that implement Service | |
---|---|
class |
HsqlDBServiceImpl
Embeds the HSQL database in JOnAS |
Uses of Service in org.objectweb.jonas.dbm |
---|
Subinterfaces of Service in org.objectweb.jonas.dbm | |
---|---|
interface |
DataBaseService
DataBase Service interface.* |
Uses of Service in org.objectweb.jonas.dbm.internal |
---|
Classes in org.objectweb.jonas.dbm.internal that implement Service | |
---|---|
class |
JOnASDataBaseManagerService
DatabaseService acts as a factory for the DataSource objects. |
Uses of Service in org.objectweb.jonas.discovery |
---|
Subinterfaces of Service in org.objectweb.jonas.discovery | |
---|---|
interface |
DiscoveryService
JOnAS Discovery Service interface. |
Uses of Service in org.objectweb.jonas.discovery.internal |
---|
Classes in org.objectweb.jonas.discovery.internal that implement Service | |
---|---|
class |
DiscoveryServiceImpl
|
Uses of Service in org.objectweb.jonas.ear |
---|
Subinterfaces of Service in org.objectweb.jonas.ear | |
---|---|
interface |
EarService
JOnAS EAR Service interface. |
Uses of Service in org.objectweb.jonas.ear.internal |
---|
Classes in org.objectweb.jonas.ear.internal that implement Service | |
---|---|
class |
JOnASEARService
JOnAS EAR Service Implementation class. |
Uses of Service in org.objectweb.jonas.ha |
---|
Subinterfaces of Service in org.objectweb.jonas.ha | |
---|---|
interface |
HaService
JOnAS HA Service interface. |
Classes in org.objectweb.jonas.ha that implement Service | |
---|---|
class |
HaServiceImpl
This class binds the HA service to Jonas and initializes the HA architecture |
Uses of Service in org.objectweb.jonas.jms |
---|
Subinterfaces of Service in org.objectweb.jonas.jms | |
---|---|
interface |
JmsService
Jms Service interface. |
Classes in org.objectweb.jonas.jms that implement Service | |
---|---|
class |
JmsServiceImpl
JMS Service implementation. |
Uses of Service in org.objectweb.jonas.jmx |
---|
Subinterfaces of Service in org.objectweb.jonas.jmx | |
---|---|
interface |
JmxService
JMX Service interface. |
Classes in org.objectweb.jonas.jmx that implement Service | |
---|---|
class |
AbsJmxServiceImpl
JMX Service implementation. |
class |
JmxServiceImpl
JMX Service implementation. |
Uses of Service in org.objectweb.jonas.jtm |
---|
Subinterfaces of Service in org.objectweb.jonas.jtm | |
---|---|
interface |
TransactionService
Transaction Service interface. |
Uses of Service in org.objectweb.jonas.jtm.jotm |
---|
Classes in org.objectweb.jonas.jtm.jotm that implement Service | |
---|---|
class |
JOTMTransactionService
Transaction Service implementation. |
Uses of Service in org.objectweb.jonas.mail |
---|
Subinterfaces of Service in org.objectweb.jonas.mail | |
---|---|
interface |
MailService
This interface provides a description of the JavaMail service. |
Uses of Service in org.objectweb.jonas.mail.internal |
---|
Classes in org.objectweb.jonas.mail.internal that implement Service | |
---|---|
class |
JOnASMailService
This class provides an implementation of the javaMail service. |
Uses of Service in org.objectweb.jonas.registry |
---|
Subinterfaces of Service in org.objectweb.jonas.registry | |
---|---|
interface |
RegistryService
Registry Service interface. |
Uses of Service in org.objectweb.jonas.registry.carol |
---|
Classes in org.objectweb.jonas.registry.carol that implement Service | |
---|---|
class |
CarolRegistryService
Implementation of the RegistryService interface. |
Uses of Service in org.objectweb.jonas.resource |
---|
Subinterfaces of Service in org.objectweb.jonas.resource | |
---|---|
interface |
ResourceService
JCA resource service implmentation |
Classes in org.objectweb.jonas.resource that implement Service | |
---|---|
class |
ResourceServiceImpl
JCA resource service implmentation |
Uses of Service in org.objectweb.jonas.security |
---|
Subinterfaces of Service in org.objectweb.jonas.security | |
---|---|
interface |
SecurityService
Defines the interface for the security service |
Classes in org.objectweb.jonas.security that implement Service | |
---|---|
class |
JonasSecurityServiceImpl
Security Service implementation |
Uses of Service in org.objectweb.jonas.service |
---|
Classes in org.objectweb.jonas.service that implement Service | |
---|---|
class |
AbsServiceImpl
Abstract implementation of a Service |
Uses of Service in org.objectweb.jonas.service.manager |
---|
Methods in org.objectweb.jonas.service.manager that return Service | |
---|---|
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'). |
Uses of Service in org.objectweb.jonas.web |
---|
Subinterfaces of Service in org.objectweb.jonas.web | |
---|---|
interface |
JWebContainerService
JOnAS WEB Container Service interface. |
Classes in org.objectweb.jonas.web that implement Service | |
---|---|
class |
AbsJWebContainerServiceImpl
This abstract class provides an implementation for a dynamic JWebContainerService service. |
Uses of Service in org.objectweb.jonas.workmanager |
---|
Subinterfaces of Service in org.objectweb.jonas.workmanager | |
---|---|
interface |
WorkManagerService
Give access to a WorkManager implementation. |
Uses of Service in org.objectweb.jonas.workmanager.internal |
---|
Classes in org.objectweb.jonas.workmanager.internal that implement Service | |
---|---|
class |
JOnASWorkManagerService
The JOnAS WorkManager is returned by this service. |
Uses of Service in org.objectweb.jonas.ws |
---|
Subinterfaces of Service in org.objectweb.jonas.ws | |
---|---|
interface |
WebServicesService
WebServices Service interface. |
Uses of Service in org.objectweb.jonas.ws.axis |
---|
Classes in org.objectweb.jonas.ws.axis that implement Service | |
---|---|
class |
AxisWSServiceImpl
Implements commons methods declared within the abstract class. |
Uses of Service in org.objectweb.jonas.ws.base |
---|
Classes in org.objectweb.jonas.ws.base that implement Service | |
---|---|
class |
AbsWebServicesServiceImpl
implements deployment process and declares commons abstract methods for all (used) Web services engine. |
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.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.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |