| Modifier and Type | Interface and Description |
|---|---|
interface |
ManagedDataSource |
| Modifier and Type | Class and Description |
|---|---|
class |
ManagedPooledDataSource
A
ManagedDataSource which is backed by a Tomcat pooled DataSource. |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionFactoryManager |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoCloseableManager
An implementation of the Managed Interface for
AutoCloseable instances. |
class |
ExecutorServiceManager |
class |
JettyManaged
A wrapper for
Managed instances which ties them to a Jetty LifeCycle. |
| Modifier and Type | Method and Description |
|---|---|
Managed |
JettyManaged.getManaged() |
| Constructor and Description |
|---|
JettyManaged(Managed managed)
Creates a new JettyManaged wrapping
managed. |
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleEnvironment.manage(Managed managed)
Adds the given
Managed instance to the set of objects managed by the server's
lifecycle. |
| Modifier and Type | Class and Description |
|---|---|
class |
ScheduledReporterManager
Manages a
ScheduledReporter lifecycle. |
| Modifier and Type | Method and Description |
|---|---|
DropwizardTestSupport<C> |
DropwizardTestSupport.manage(Managed managed) |
| Modifier and Type | Method and Description |
|---|---|
DropwizardAppRule<C> |
DropwizardAppRule.manage(Managed managed)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DropwizardAppExtension<C> |
DropwizardAppExtension.manage(Managed managed) |
Copyright © 2019. All rights reserved.