Uses of Interface
org.apache.openejb.spi.Service

Packages that use Service
org.apache.openejb.core.security   
org.apache.openejb.ri.sp   
org.apache.openejb.server   
org.apache.openejb.server.activemq   
org.apache.openejb.server.admin   
org.apache.openejb.server.axis   
org.apache.openejb.server.axis2   
org.apache.openejb.server.cxf   
org.apache.openejb.server.derbynet   
org.apache.openejb.server.discovery   
org.apache.openejb.server.ejbd   
org.apache.openejb.server.hsql   
org.apache.openejb.server.httpd   
org.apache.openejb.server.telnet   
org.apache.openejb.server.webservices   
org.apache.openejb.spi   
org.apache.openejb.webadmin.httpd   
 

Uses of Service in org.apache.openejb.core.security
 

Classes in org.apache.openejb.core.security that implement Service
 class AbstractSecurityService
          This security service chooses a UUID as its token as this can be serialized to clients, is mostly secure, and can be deserialized in a client vm without addition openejb-core classes.
 class SecurityServiceImpl
           
 

Uses of Service in org.apache.openejb.ri.sp
 

Classes in org.apache.openejb.ri.sp that implement Service
 class PseudoSecurityService
           
 class PseudoTransactionService
           
 

Uses of Service in org.apache.openejb.server
 

Subinterfaces of Service in org.apache.openejb.server
 interface ServerService
           
 

Classes in org.apache.openejb.server that implement Service
 class Server
           
 class ServerServiceFilter
          TODO: Make this the superclass of the appropriate ServerService implementations
 class ServiceAccessController
           
 class ServiceDaemon
           
 class ServiceLogger
           
 class ServicePool
           
 

Uses of Service in org.apache.openejb.server.activemq
 

Classes in org.apache.openejb.server.activemq that implement Service
 class BrokerServer
           
 

Uses of Service in org.apache.openejb.server.admin
 

Classes in org.apache.openejb.server.admin that implement Service
 class AdminDaemon
           
 

Uses of Service in org.apache.openejb.server.axis
 

Classes in org.apache.openejb.server.axis that implement Service
 class AxisService
           
 

Uses of Service in org.apache.openejb.server.axis2
 

Classes in org.apache.openejb.server.axis2 that implement Service
 class Axis2Service
           
 

Uses of Service in org.apache.openejb.server.cxf
 

Classes in org.apache.openejb.server.cxf that implement Service
 class CxfService
           
 

Uses of Service in org.apache.openejb.server.derbynet
 

Classes in org.apache.openejb.server.derbynet that implement Service
 class DerbyNetworkService
           
 

Uses of Service in org.apache.openejb.server.discovery
 

Classes in org.apache.openejb.server.discovery that implement Service
 class MulticastDiscoveryAgent
           
 class MultipointDiscoveryAgent
           
 

Uses of Service in org.apache.openejb.server.ejbd
 

Classes in org.apache.openejb.server.ejbd that implement Service
 class EjbServer
           
 class KeepAliveServer
           
 

Uses of Service in org.apache.openejb.server.hsql
 

Classes in org.apache.openejb.server.hsql that implement Service
 class HsqlService
           
 

Uses of Service in org.apache.openejb.server.httpd
 

Subinterfaces of Service in org.apache.openejb.server.httpd
 interface HttpServer
           
 

Classes in org.apache.openejb.server.httpd that implement Service
 class HttpEjbServer
           
 class JettyHttpEjbServer
           
 class JettyHttpServer
          Jetty based http server implementation
 class OpenEJBHttpEjbServer
           
 class OpenEJBHttpServer
          This is the main class for the web administration.
 

Uses of Service in org.apache.openejb.server.telnet
 

Classes in org.apache.openejb.server.telnet that implement Service
 class TelnetServer
           
 

Uses of Service in org.apache.openejb.server.webservices
 

Classes in org.apache.openejb.server.webservices that implement Service
 class WsService
           
 

Uses of Service in org.apache.openejb.spi
 

Subinterfaces of Service in org.apache.openejb.spi
 interface SecurityService<T>
          The generic value T is any serializable token of the SecurityService implementations choosing.
 interface TransactionService
           
 

Uses of Service in org.apache.openejb.webadmin.httpd
 

Classes in org.apache.openejb.webadmin.httpd that implement Service
 class HttpServer
          This is the main class for the web administration.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.