|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ServerService in org.apache.openejb.server |
---|
Classes in org.apache.openejb.server that implement ServerService | |
---|---|
class |
ServerServiceFilter
TODO: Make this the superclass of the appropriate ServerService implementations |
class |
ServiceAccessController
|
class |
ServiceDaemon
|
class |
ServiceLogger
|
class |
ServicePool
|
Methods in org.apache.openejb.server that return ServerService | |
---|---|
ServerService |
Server.ServerServiceFactory.createService(java.net.URI location)
|
protected ServerService |
ServiceManager.initServer(java.lang.String serviceName,
java.util.Properties serviceProperties)
|
Methods in org.apache.openejb.server that return types with arguments of type ServerService | |
---|---|
protected java.util.List<ServerService> |
ServiceManager.initServers(java.util.Map<java.lang.String,java.util.Properties> availableServices)
|
Constructors in org.apache.openejb.server with parameters of type ServerService | |
---|---|
ServerServiceFilter(ServerService service)
|
|
ServiceAccessController(ServerService next)
|
|
ServiceDaemon(ServerService next)
|
|
ServiceDaemon(ServerService next,
int port,
java.lang.String ip)
|
|
ServiceLogger(ServerService next)
|
|
ServicePool(ServerService next,
java.util.concurrent.Executor executor)
|
|
ServicePool(ServerService next,
java.lang.String name,
int threads)
|
|
ServicePool(ServerService next,
java.lang.String name,
java.util.Properties properties)
|
Uses of ServerService in org.apache.openejb.server.activemq |
---|
Classes in org.apache.openejb.server.activemq that implement ServerService | |
---|---|
class |
BrokerServer
|
Uses of ServerService in org.apache.openejb.server.admin |
---|
Classes in org.apache.openejb.server.admin that implement ServerService | |
---|---|
class |
AdminDaemon
|
Uses of ServerService in org.apache.openejb.server.axis |
---|
Classes in org.apache.openejb.server.axis that implement ServerService | |
---|---|
class |
AxisService
|
Uses of ServerService in org.apache.openejb.server.axis2 |
---|
Classes in org.apache.openejb.server.axis2 that implement ServerService | |
---|---|
class |
Axis2Service
|
Uses of ServerService in org.apache.openejb.server.cxf |
---|
Classes in org.apache.openejb.server.cxf that implement ServerService | |
---|---|
class |
CxfService
|
Uses of ServerService in org.apache.openejb.server.derbynet |
---|
Classes in org.apache.openejb.server.derbynet that implement ServerService | |
---|---|
class |
DerbyNetworkService
|
Uses of ServerService in org.apache.openejb.server.discovery |
---|
Classes in org.apache.openejb.server.discovery that implement ServerService | |
---|---|
class |
MulticastDiscoveryAgent
|
class |
MultipointDiscoveryAgent
|
Uses of ServerService in org.apache.openejb.server.ejbd |
---|
Classes in org.apache.openejb.server.ejbd that implement ServerService | |
---|---|
class |
EjbServer
|
class |
KeepAliveServer
|
Constructors in org.apache.openejb.server.ejbd with parameters of type ServerService | |
---|---|
KeepAliveServer(ServerService service)
|
Uses of ServerService in org.apache.openejb.server.hsql |
---|
Classes in org.apache.openejb.server.hsql that implement ServerService | |
---|---|
class |
HsqlService
|
Uses of ServerService in org.apache.openejb.server.httpd |
---|
Subinterfaces of ServerService in org.apache.openejb.server.httpd | |
---|---|
interface |
HttpServer
|
Classes in org.apache.openejb.server.httpd that implement ServerService | |
---|---|
class |
HttpEjbServer
|
class |
JettyHttpEjbServer
|
class |
JettyHttpServer
Jetty based http server implementation |
class |
OpenEJBHttpEjbServer
|
class |
OpenEJBHttpServer
This is the main class for the web administration. |
Methods in org.apache.openejb.server.httpd that return ServerService | |
---|---|
static ServerService |
HttpServerFactory.createServerService()
|
Constructors in org.apache.openejb.server.httpd with parameters of type ServerService | |
---|---|
ServerServiceAdapter(ServerService service)
|
Uses of ServerService in org.apache.openejb.server.telnet |
---|
Classes in org.apache.openejb.server.telnet that implement ServerService | |
---|---|
class |
TelnetServer
|
Uses of ServerService in org.apache.openejb.server.webservices |
---|
Classes in org.apache.openejb.server.webservices that implement ServerService | |
---|---|
class |
WsService
|
Uses of ServerService in org.apache.openejb.webadmin.httpd |
---|
Classes in org.apache.openejb.webadmin.httpd that implement ServerService | |
---|---|
class |
HttpServer
This is the main class for the web administration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |