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.chat | |
jadex.bridge.service.types.deployment | |
jadex.bridge.service.types.email | |
jadex.bridge.service.types.remote | |
jadex.commons.future | |
jadex.extension.envsupport |
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<byte[]> |
IInputConnection.aread()
Asynchronous read.
|
ISubscriptionIntermediateFuture<Long> |
IOutputConnection.writeFromInputStream(InputStream is,
IExternalAccess component)
Write all data from input stream to the connection.
|
ISubscriptionIntermediateFuture<Long> |
IInputConnection.writeToOutputStream(OutputStream os,
IExternalAccess component)
Write all data from the connection to the output stream.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<ChatEvent> |
IChatGuiService.subscribeToEvents()
Subscribe to events from the chat service.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<Long> |
IDeploymentService.downloadFile(IOutputConnection con,
String name)
Download a file.
|
ISubscriptionIntermediateFuture<Long> |
IDeploymentService.uploadFile(IInputConnection con,
String path,
String name)
Put a file.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<Email> |
IEmailService.subscribeForEmail(IFilter<Email> filter,
EmailAccount account)
Subscribe for email.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<byte[]> |
ServiceInputConnectionProxy.aread() |
ISubscriptionIntermediateFuture<byte[]> |
ServiceInputConnection.aread()
Asynchronous read.
|
ISubscriptionIntermediateFuture<Long> |
ServiceOutputConnectionProxy.writeFromInputStream(InputStream is,
IExternalAccess component)
Do write all data from the input stream.
|
ISubscriptionIntermediateFuture<Long> |
ServiceOutputConnection.writeFromInputStream(InputStream is,
IExternalAccess component)
Write all data from input stream to the connection.
|
ISubscriptionIntermediateFuture<Long> |
ServiceInputConnectionProxy.writeToOutputStream(OutputStream os,
IExternalAccess component)
Read all data from output stream to the connection.
|
ISubscriptionIntermediateFuture<Long> |
ServiceInputConnection.writeToOutputStream(OutputStream os,
IExternalAccess component)
Read all data from output stream to the connection.
|
Modifier and Type | Class and Description |
---|---|
class |
SubscriptionIntermediateDelegationFuture<E> |
class |
SubscriptionIntermediateFuture<E>
Implementation of the subscription intermediate future.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<Object> |
AbstractEnvironmentService.register(String objecttype)
Registers the calling agent (component) in the environment.
|
Copyright © 2012. All Rights Reserved.