Modifier and Type | Field and Description |
---|---|
private Association |
as |
private String |
cancelMsg |
private String |
expiredMsg |
private ScheduledFuture<?> |
future |
static Logger |
LOG |
Modifier | Constructor and Description |
---|---|
private |
Timeout(Association as,
String expiredMsg,
String cancelMsg,
int timeout) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
static Timeout |
start(Association as,
String startMsg,
String expiredMsg,
String cancelMsg,
int timeout) |
void |
stop()
Permanently cancels the potential effect of the timeout
|
private final Association as
private final String expiredMsg
private final ScheduledFuture<?> future
private Timeout(Association as, String expiredMsg, String cancelMsg, int timeout)
Copyright © 2017 dcm4che.org. All rights reserved.