public interface WorkerThread extends Runnable, AttributeStorage
Modifier and Type | Field and Description |
---|---|
static long |
UNLIMITED_TRANSACTION_TIMEOUT |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getName() |
Thread |
getThread() |
long |
getTransactionTimeout(TimeUnit timeunit) |
void |
setTransactionTimeout(long timeout,
TimeUnit timeunit) |
void |
start() |
void |
stop() |
getAttributes
static final long UNLIMITED_TRANSACTION_TIMEOUT
Copyright © 2015 Oracle Corporation. All rights reserved.