| Package | Description |
|---|---|
| org.apache.openejb.server | |
| org.apache.openejb.server.admin |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedService |
class |
ServerServiceFilter
TODO: Make this the superclass of the appropriate ServerService implementations
|
class |
ServiceAccessController |
class |
ServiceDaemon |
class |
ServiceLogger |
class |
ServicePool |
class |
ServiceStats |
| Modifier and Type | Method and Description |
|---|---|
ServerService |
Server.ServerServiceFactory.createService(URI location) |
ServerService[] |
SimpleServiceManager.getDaemons() |
protected ServerService |
ServiceManager.initServer(String serviceName,
Properties serviceProperties) |
static ServerService |
ServiceManager.manage(String serviceName,
Properties serviceProperties,
ServerService service) |
| Modifier and Type | Method and Description |
|---|---|
protected List<ServerService> |
ServiceManager.initServers(Map<String,Properties> availableServices) |
| Modifier and Type | Method and Description |
|---|---|
static ServerService |
ServiceManager.manage(String serviceName,
Properties serviceProperties,
ServerService service) |
static void |
ServiceManager.register(String serviceName,
ServerService service,
MBeanServer server) |
| Constructor and Description |
|---|
NamedService(ServerService service,
String name) |
ServerServiceFilter(ServerService service) |
ServiceAccessController(ServerService next) |
ServiceDaemon(ServerService next) |
ServiceDaemon(ServerService next,
int port,
String ip) |
ServiceLogger(ServerService next) |
ServicePool(ServerService next,
int threads) |
ServicePool(ServerService next,
int threads,
int queue,
boolean block) |
ServicePool(ServerService next,
int threadCore,
int threads,
int queue,
boolean block,
long keepAliveTime) |
ServicePool(ServerService next,
Properties properties) |
ServiceStats(ServerService service) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdminDaemon |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.