| Package | Description |
|---|---|
| jadex.bridge.service.component.interceptors | |
| jadex.bridge.service.types.cron | |
| jadex.commons.future |
| Constructor and Description |
|---|
FutureFunctionality(IResultCommand<Logger,Void> loggerfetcher) |
| Modifier and Type | Method and Description |
|---|---|
IResultCommand<IFuture<T>,Tuple2<IInternalAccess,Long>> |
CronJob.getCommand()
Get the command.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CronJob.setCommand(IResultCommand<IFuture<T>,Tuple2<IInternalAccess,Long>> command)
Set the command.
|
| Constructor and Description |
|---|
CronJob(String pattern,
IFilter<Long> filter,
IResultCommand<IFuture<T>,Tuple2<IInternalAccess,Long>> command)
Create a new cron job.
|
| Modifier and Type | Method and Description |
|---|---|
IFuture |
CallMultiplexer.doCall(IResultCommand call)
Calls the command.
|
IFuture |
CallMultiplexer.doCall(Object keyargs,
IResultCommand call)
Calls the command.
|
IFuture |
CallMultiplexer.doCall(Object keyargs,
IResultCommand call,
boolean commandaskey)
Calls the command.
|
Copyright © 2013. All Rights Reserved.