Modifier and Type | Method and Description |
---|---|
static IIntermediateFuture<SRemoteClock.ClockState> |
SRemoteClock.addClockListener(String id,
ISimulationService simservice,
IExternalAccess exta)
Add a clock listener.
|
static IIntermediateFuture<SRemoteClock.SimulationState> |
SRemoteClock.addSimulationListener(String id,
ISimulationService simservice,
IExternalAccess exta)
Add a sim listener.
|
static IIntermediateFuture<SRemoteClock.TimerEntries> |
SRemoteClock.addTimerListener(String id,
ISimulationService simservice,
IExternalAccess exta)
Add a timer listener.
|
static IIntermediateFuture<FileData> |
SRemoteGui.checkExistence(String[] files,
IExternalAccess exta)
Check remote files for existence.
|
static IIntermediateFuture<String> |
SRemoteGui.convertPathsToRelative(String[] paths,
IExternalAccess exta)
Convert the given paths to relative paths.
|
static IIntermediateFuture<String> |
SRemoteGui.copy(String source,
IExternalAccess sourceaccess,
String target,
IDeploymentService targetds)
Copy a file between two platforms.
|
static IIntermediateFuture<FileData> |
SRemoteGui.listFiles(FileData dir,
IRemoteFilter filter,
IExternalAccess exta)
List files in a directory matching a filter (if any).
|
static IIntermediateFuture<FileData> |
SRemoteGui.listJarFileEntries(FileData file,
IRemoteFilter filter,
IExternalAccess exta)
List files of a remote jar file
|
Modifier and Type | Method and Description |
---|---|
<T> IIntermediateFuture<T> |
BasicServiceContainer.getRequiredServices(RequiredServiceInfo info,
RequiredServiceBinding binding)
Get required services.
|
<T> IIntermediateFuture<T> |
BasicServiceContainer.getRequiredServices(RequiredServiceInfo info,
RequiredServiceBinding binding,
IRemoteFilter<T> filter)
Get required services.
|
<T> IIntermediateFuture<T> |
IServiceContainer.searchServices(Class<T> type)
Get all services of a type.
|
<T> IIntermediateFuture<T> |
IServiceContainer.searchServices(Class<T> type,
String scope)
Get all services of a type.
|
Modifier and Type | Method and Description |
---|---|
<T> IIntermediateFuture<T> |
ComponentServiceContainer.getRequiredServices(RequiredServiceInfo info,
RequiredServiceBinding binding)
Get required services.
|
<T> IIntermediateFuture<T> |
ComponentServiceContainer.getRequiredServices(RequiredServiceInfo info,
RequiredServiceBinding binding,
boolean rebind)
Get required services.
|
<T> IIntermediateFuture<T> |
ComponentServiceContainer.searchServices(Class<T> type)
Get all services of a type.
|
<T> IIntermediateFuture<T> |
ComponentServiceContainer.searchServices(Class<T> type,
String scope)
Get all services of a type.
|
Modifier and Type | Method and Description |
---|---|
IIntermediateFuture<Object> |
SimpleMultiplexDistributor.init(Method method,
Object[] args,
IFilter<Tuple2<IService,Object[]>> filter,
IParameterConverter conv)
Start the distributor.
|
IIntermediateFuture<Object> |
SequentialMultiplexDistributor.init(Method method,
Object[] args,
IFilter<Tuple2<IService,Object[]>> filter,
IParameterConverter conv)
Start the distributor.
|
IIntermediateFuture<Object> |
IMultiplexDistributor.init(Method method,
Object[] args,
IFilter<Tuple2<IService,Object[]>> filter,
IParameterConverter conv)
Init the call distributor.
|
Modifier and Type | Method and Description |
---|---|
static IIntermediateFuture<IService> |
SServiceProvider.getDeclaredServices(IServiceProvider provider)
Get all declared services of the given provider.
|
Modifier and Type | Method and Description |
---|---|
IIntermediateFuture<IChatService> |
IChatGuiService.findUsers()
Search for available chat services.
|
IIntermediateFuture<TransferInfo> |
IChatGuiService.getFileTransfers()
Get a snapshot of the currently managed file transfers.
|
IIntermediateFuture<IChatService> |
IChatGuiService.message(String text,
IComponentIdentifier[] receivers,
boolean self)
Post a message.
|
IIntermediateFuture<IChatService> |
IChatGuiService.status(String status,
byte[] image,
IComponentIdentifier[] receivers)
Post a status change.
|
Modifier and Type | Method and Description |
---|---|
IIntermediateFuture<jadex.rules.eca.RuleEvent> |
IRuleEngineService.addEvent(jadex.rules.eca.IEvent event)
Add an external event to the rule engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPullIntermediateFuture<E>
Intermediate future with pull mechanism.
|
interface |
IPullSubscriptionIntermediateFuture<E>
Intermediate future with pull mechanism.
|
interface |
ISubscriptionIntermediateFuture<E>
The subscription intermediate future does not save the results but
instead uses a fire and forget semantics.
|
interface |
ITerminableIntermediateFuture<E>
Interface for an intermediate future that can be terminated
from caller side.
|
interface |
ITuple2Future<E,F>
A tuple future has a defined number of results of possibly different types.
|
Modifier and Type | Class and Description |
---|---|
class |
IntermediateFuture<E>
Default implementation of an intermediate future.
|
class |
PullIntermediateDelegationFuture<E>
Delegation future for pull future.
|
class |
PullIntermediateFuture<E>
Intermediate future that can be terminated from caller side.
|
class |
PullSubscriptionIntermediateDelegationFuture<E>
Delegation future for pull future.
|
class |
PullSubscriptionIntermediateFuture<E>
Intermediate future that can be terminated from caller side.
|
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.
|
class |
Tuple2Future<E,F>
Implementation of tuple2 future.
|
Constructor and Description |
---|
IntermediateFutureIterator(IIntermediateFuture<E> fut)
Create an intermediate future iterator.
|
Copyright © 2013. All Rights Reserved.