Package | Description |
---|---|
jadex.bridge.service.types.awareness | |
jadex.bridge.service.types.chat | |
jadex.commons.future |
Modifier and Type | Method and Description |
---|---|
ITerminableIntermediateFuture<DiscoveryInfo> |
IAwarenessManagementService.subscribeToPlatformList(boolean include_initial)
Retrieve information about platforms as they appear or vanish.
|
Modifier and Type | Method and Description |
---|---|
ITerminableIntermediateFuture<Long> |
IChatService.sendFile(String nick,
String filename,
long size,
String id,
IInputConnection con)
Send a file.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISubscriptionIntermediateFuture<E>
The subscription intermediate future does not save the results but
instead uses a fire and forget semantics.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionIntermediateDelegationFuture<E> |
class |
SubscriptionIntermediateFuture<E>
Implementation of the subscription intermediate future.
|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
TerminableIntermediateDelegationFuture.setTerminationSource(ITerminableIntermediateFuture<?> src)
Set the termination source.
|
Constructor and Description |
---|
SubscriptionIntermediateDelegationFuture(ITerminableIntermediateFuture<?> src)
Create a new future.
|
TerminableIntermediateDelegationFuture(ITerminableIntermediateFuture<?> src)
Create a new future.
|
TerminableIntermediateDelegationResultListener(TerminableIntermediateDelegationFuture<E> future,
ITerminableIntermediateFuture<E> src)
Create a new listener.
|
Copyright © 2012. All Rights Reserved.