Package | Description |
---|---|
jadex.bridge.service.search | |
jadex.commons.future |
Modifier and Type | Method and Description |
---|---|
void |
SequentialSearchManager.addOpenCall(TerminableIntermediateFuture<IService> ret,
ITerminableIntermediateFuture<IService> oc)
Add an open call.
|
void |
ParallelSearchManager.addOpenCall(TerminableIntermediateFuture<IService> ret,
ITerminableIntermediateFuture<IService> oc) |
void |
SequentialSearchManager.removeOpenCall(TerminableIntermediateFuture<IService> ret,
ITerminableIntermediateFuture<IService> oc)
Remove an open call.
|
void |
ParallelSearchManager.removeOpenCall(TerminableIntermediateFuture<IService> ret,
ITerminableIntermediateFuture<IService> oc) |
Modifier and Type | Class and Description |
---|---|
class |
PullIntermediateFuture<E>
Intermediate future that can be terminated from caller side.
|
class |
PullSubscriptionIntermediateFuture<E>
Intermediate future that can be terminated from caller side.
|
class |
SubscriptionIntermediateFuture<E>
Implementation of the subscription intermediate future.
|
Copyright © 2013. All Rights Reserved.