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