private final class DataSourceRuntimeMBeanImpl.OperationRequest
extends java.lang.Object
implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
private boolean |
shutdown |
private JDBCDataSourceTaskRuntimeMBeanImpl |
taskMBean |
private int |
timeout |
Constructor and Description |
---|
OperationRequest(boolean shutdown,
int timeout,
JDBCDataSourceTaskRuntimeMBeanImpl taskMBean) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
private int timeout
private boolean shutdown
private final JDBCDataSourceTaskRuntimeMBeanImpl taskMBean
OperationRequest(boolean shutdown, int timeout, JDBCDataSourceTaskRuntimeMBeanImpl taskMBean)