| Modifier and Type | Class | Description |
|---|---|---|
class |
BaseService |
Convenience class implementing the
Service interface. |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<Service> |
Server.loadServices() |
Loads services defined in
services and
services.ext and de-dups them. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
Server.checkServiceDependencies(Service service) |
Checks if all service dependencies of a service are available.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
Server.initServices(java.util.List<Service> services) |
Initializes the list of services.
|
void |
Server.setService(java.lang.Class<? extends Service> klass) |
Adds a service programmatically.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
FileSystemAccessService |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InstrumentationService |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SchedulerService |
| Modifier and Type | Class | Description |
|---|---|---|
class |
GroupsService |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.