| Package | Description |
|---|---|
| org.jboss.remoting3.util |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingInvocation
A blocking invocation.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Invocation> |
InvocationTracker.addInvocation(IntFunction<T> producer)
Add an invocation to this tracker.
|
| Modifier and Type | Method and Description |
|---|---|
Invocation |
InvocationTracker.putIfAbsent(Invocation invocation)
Put an invocation into the tracker if there is none with the corresponding ID.
|
| Modifier and Type | Method and Description |
|---|---|
MessageOutputStream |
InvocationTracker.allocateMessage(Invocation invocation)
Allocate a message on behalf of an invocation, possibly blocking until a message is available.
|
Invocation |
InvocationTracker.putIfAbsent(Invocation invocation)
Put an invocation into the tracker if there is none with the corresponding ID.
|
void |
InvocationTracker.remove(Invocation invocation)
Unconditionally remove an invocation from the map.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.