Package | Description |
---|---|
jadex.bridge.service.component | |
jadex.bridge.service.component.interceptors | |
jadex.bridge.service.types.cron | |
jadex.commons.future |
Modifier and Type | Method and Description |
---|---|
static IInternalService |
BasicServiceInvocationHandler.createProvidedServiceProxy(IInternalAccess ia,
IComponentAdapter adapter,
Object service,
String name,
Class<?> type,
String proxytype,
IServiceInvocationInterceptor[] ics,
boolean copy,
boolean realtime,
IResourceIdentifier rid,
boolean monitoring,
IResultCommand<Object,Class<?>> componentfetcher)
Static method for creating a standard service proxy for a provided service.
|
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.
|
void |
ReadWriteLock.scheduleRead(IResultCommand<IFuture<Void>,Void> readcommand)
Schedules a read operation.
|
void |
ReadWriteLock.scheduleWrite(IResultCommand<IFuture<Void>,Void> writecommand)
Schedules a write operation.
|
Copyright © 2013. All Rights Reserved.