Package | Description |
---|---|
jadex.bridge.service.types.chat | |
jadex.bridge.service.types.deployment | |
jadex.bridge.service.types.message | |
jadex.bridge.service.types.remote |
Modifier and Type | Method and Description |
---|---|
ITerminableFuture<IOutputConnection> |
IChatService.startUpload(String nick,
String filename,
long size,
String id)
Send a file.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<Long> |
IDeploymentService.downloadFile(IOutputConnection con,
String name)
Download a file.
|
Modifier and Type | Method and Description |
---|---|
IFuture<IOutputConnection> |
IMessageService.createOutputConnection(IComponentIdentifier sender,
IComponentIdentifier receiver,
Map<String,Object> nonfunc)
Create a virtual output connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceOutputConnection
A service output connection can be used to write data to a remote input connection.
|
class |
ServiceOutputConnectionProxy |
Modifier and Type | Method and Description |
---|---|
IOutputConnection |
ServiceInputConnection.getOutputConnection() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceInputConnectionProxy.setOutputConnection(IOutputConnection ocon) |
Copyright © 2012. All Rights Reserved.