public interface ReferenceCounter
Modifier and Type | Method and Description |
---|---|
void |
check()
Some asynchronous operations (like ack) may delay certain conditions.
|
int |
decrement() |
int |
getCount() |
Runnable |
getTask() |
int |
increment() |
void |
setTask(Runnable task) |
int increment()
int decrement()
int getCount()
void setTask(Runnable task)
Runnable getTask()
void check()
Copyright © 2019 JBoss by Red Hat. All rights reserved.