public static interface RenewableTimeoutService.RenewableTimeout
RenewableTimeoutService.TimeoutHandler, as it is returned from a call to
RenewableTimeoutService.create(TimeoutName, long, long, TimeoutHandler).| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels this timeout.
|
void |
renew()
Renews the timeout for the handler represented by this instance.
|
void renew()
RenewableTimeoutService.create(TimeoutName, long, long, TimeoutHandler) on creation.
void cancel()
renew() will reset the delay and the handler will eventually be called.Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.