| ExecutorServiceManager | ExecutorServiceManager | |||
|---|---|---|---|---|
| Compiled from "ExecutorServiceManager.java" | Compiled from "ExecutorServiceManager.java" | |||
| public class io.dropwizard.lifecycle.ExecutorServiceManager implements io.d ropwizard.lifecycle.Managed { | public class io.dropwizard.lifecycle.ExecutorServiceManager implements io.d ropwizard.lifecycle.Managed { | |||
| public io.dropwizard.lifecycle.ExecutorServiceManager(java.util.concurren t.ExecutorService, io.dropwizard.util.Duration, java.lang.String); | public io.dropwizard.lifecycle.ExecutorServiceManager(java.util.concurren t.ExecutorService, io.dropwizard.util.Duration, java.lang.String); | |||
| public void start() throws java.lang.Exception; | ||||
| public void stop() throws java.lang.InterruptedException, java.lang.Excep tion; | public void stop() throws java.lang.InterruptedException, java.lang.Excep tion; | |||
| public java.lang.String toString(); | public java.lang.String toString(); | |||
| public java.util.concurrent.ExecutorService getExecutor(); | public java.util.concurrent.ExecutorService getExecutor(); | |||
| public io.dropwizard.util.Duration getShutdownPeriod(); | public io.dropwizard.util.Duration getShutdownPeriod(); | |||
| public java.lang.String getPoolName(); | public java.lang.String getPoolName(); | |||
| static {}; | static {}; | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 1 lines changed or deleted | 0 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/  | ||||