Package | Description |
---|---|
jadex.commons.future |
Modifier and Type | Interface and Description |
---|---|
interface |
IPullIntermediateFuture<E>
Intermediate future with pull mechanism.
|
interface |
IPullSubscriptionIntermediateFuture<E>
Intermediate future with pull mechanism.
|
interface |
ISubscriptionIntermediateFuture<E>
The subscription intermediate future does not save the results but
instead uses a fire and forget semantics.
|
interface |
ITerminableFuture<E>
Interface for a future that can be terminated
from caller side.
|
interface |
ITerminableIntermediateFuture<E>
Interface for an intermediate future that can be terminated
from caller side.
|
Modifier and Type | Class and Description |
---|---|
class |
PullIntermediateDelegationFuture<E>
Delegation future for pull future.
|
class |
PullIntermediateFuture<E>
Intermediate future that can be terminated from caller side.
|
class |
PullSubscriptionIntermediateDelegationFuture<E>
Delegation future for pull future.
|
class |
PullSubscriptionIntermediateFuture<E>
Intermediate future that can be terminated from caller side.
|
class |
SubscriptionIntermediateDelegationFuture<E> |
class |
SubscriptionIntermediateFuture<E>
Implementation of the subscription intermediate future.
|
class |
TerminableDelegationFuture<E>
A terminable delegation future can be used when a termination future
should be delegated.
|
class |
TerminableFuture<E>
Future that can be terminated from caller side.
|
class |
TerminableIntermediateDelegationFuture<E>
A terminable intermediate delegation future can be used when a termination intermediate future
should be delegated.
|
class |
TerminableIntermediateFuture<E>
Intermediate future that can be terminated from caller side.
|
Copyright © 2013. All Rights Reserved.