| Package | Description |
|---|---|
| org.apache.activemq.apollo.util |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaBaseService
The BaseService provides helpers for dealing async service state.
|
class |
ServiceSupport
A helper class for working with services together with a useful base class
for service implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ServiceSupport.dispose(Service service) |
void |
ServiceListener.started(Service service) |
void |
ServiceStopper.stop(Service service)
Stops the given service, catching any exceptions that are thrown.
|
void |
ServiceListener.stopped(Service service) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceStopper.stopServices(List<Service> services)
Stops a list of services
|
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.