Package | Description |
---|---|
jadex.bridge |
This package contains the interfaces of the adapter layer,
which is used to establish a connection between the Jadex runtime
system and an underlying platform.
|
jadex.bridge.service.types.awareness | |
jadex.bridge.service.types.chat | |
jadex.bridge.service.types.deployment | |
jadex.bridge.service.types.remote | |
jadex.commons.future |
Modifier and Type | Method and Description |
---|---|
ITerminableIntermediateFuture<Long> |
IOutputConnection.writeFromInputStream(InputStream is,
IExternalAccess component)
Write all data from input stream to the connection.
|
ITerminableIntermediateFuture<Long> |
IInputConnection.writeToOutputStream(OutputStream os,
IExternalAccess component)
Write all data from the connection to the output stream.
|
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 | Method and Description |
---|---|
ITerminableIntermediateFuture<Long> |
IDeploymentService.uploadFile(IInputConnection con,
String path,
String name)
Put a file.
|
Modifier and Type | Method and Description |
---|---|
ITerminableIntermediateFuture<Long> |
ServiceOutputConnectionProxy.writeFromInputStream(InputStream is,
IExternalAccess component)
Do write all data from the input stream.
|
ITerminableIntermediateFuture<Long> |
ServiceOutputConnection.writeFromInputStream(InputStream is,
IExternalAccess component)
Write all data from input stream to the connection.
|
ITerminableIntermediateFuture<Long> |
ServiceInputConnectionProxy.writeToOutputStream(OutputStream os,
IExternalAccess component)
Read all data from output stream to the connection.
|
ITerminableIntermediateFuture<Long> |
ServiceInputConnection.writeToOutputStream(OutputStream os,
IExternalAccess component)
Read all data from output stream to the connection.
|
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> |
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.