Uses of Interface
io.dropwizard.lifecycle.Managed
-
-
Uses of Managed in io.dropwizard.db
Subinterfaces of Managed in io.dropwizard.db Modifier and Type Interface Description interfaceManagedDataSourceClasses in io.dropwizard.db that implement Managed Modifier and Type Class Description classManagedPooledDataSourceAManagedDataSourcewhich is backed by a Tomcat pooledDataSource. -
Uses of Managed in io.dropwizard.hibernate
Classes in io.dropwizard.hibernate that implement Managed Modifier and Type Class Description classSessionFactoryManager -
Uses of Managed in io.dropwizard.lifecycle
Classes in io.dropwizard.lifecycle that implement Managed Modifier and Type Class Description classAutoCloseableManagerAn implementation of the Managed Interface forAutoCloseableinstances.classExecutorServiceManagerclassJettyManagedA wrapper forManagedinstances which ties them to a JettyLifeCycle.Methods in io.dropwizard.lifecycle that return Managed Modifier and Type Method Description ManagedJettyManaged. getManaged()Constructors in io.dropwizard.lifecycle with parameters of type Managed Constructor Description JettyManaged(Managed managed)Creates a new JettyManaged wrappingmanaged. -
Uses of Managed in io.dropwizard.lifecycle.setup
Methods in io.dropwizard.lifecycle.setup with parameters of type Managed Modifier and Type Method Description voidLifecycleEnvironment. manage(Managed managed)Adds the givenManagedinstance to the set of objects managed by the server's lifecycle. -
Uses of Managed in io.dropwizard.metrics.common
Classes in io.dropwizard.metrics.common that implement Managed Modifier and Type Class Description classScheduledReporterManagerManages aScheduledReporterlifecycle. -
Uses of Managed in io.dropwizard.testing
Methods in io.dropwizard.testing with parameters of type Managed Modifier and Type Method Description DropwizardTestSupport<C>DropwizardTestSupport. manage(Managed managed) -
Uses of Managed in io.dropwizard.testing.junit
Methods in io.dropwizard.testing.junit with parameters of type Managed Modifier and Type Method Description DropwizardAppRule<C>DropwizardAppRule. manage(Managed managed)Deprecated. -
Uses of Managed in io.dropwizard.testing.junit5
Methods in io.dropwizard.testing.junit5 with parameters of type Managed Modifier and Type Method Description DropwizardAppExtension<C>DropwizardAppExtension. manage(Managed managed)
-