@Deprecated public abstract class InterruptThreadTimer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InterruptThreadTimer.InterruptThreadTask
Deprecated.
|
static class |
InterruptThreadTimer.State
Deprecated.
|
| Constructor and Description |
|---|
InterruptThreadTimer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InterruptThreadTimer |
createNoOpTimer()
Deprecated.
|
static InterruptThreadTimer |
createTimer(long timeoutMillis,
Thread threadToInterrupt)
Deprecated.
|
abstract InterruptThreadTimer.State |
getState()
Deprecated.
|
abstract long |
getTimeoutMillis()
Deprecated.
|
abstract void |
startCountdown()
Deprecated.
|
abstract void |
stopCountdown()
Deprecated.
|
abstract boolean |
wasTriggered()
Deprecated.
|
public static InterruptThreadTimer createTimer(long timeoutMillis, Thread threadToInterrupt)
public static InterruptThreadTimer createNoOpTimer()
public abstract void startCountdown()
public abstract void stopCountdown()
public abstract boolean wasTriggered()
public abstract InterruptThreadTimer.State getState()
public abstract long getTimeoutMillis()
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.