Package | Description |
---|---|
jadex.bdi.runtime | |
jadex.bdi.runtime.interpreter | |
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.awareness | |
jadex.bridge.service.types.chat | |
jadex.bridge.service.types.cron | |
jadex.bridge.service.types.deployment | |
jadex.bridge.service.types.ecarules | |
jadex.bridge.service.types.email | |
jadex.bridge.service.types.monitoring | |
jadex.bridge.service.types.remote | |
jadex.bridge.service.types.security | |
jadex.commons |
This package contains generic utility classes.
|
jadex.commons.future | |
jadex.commons.gui.autocombo | |
jadex.extension.envsupport | |
jadex.micro |
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
ICapability.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to monitoring events.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
BDIInterpreter.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel emitlevel)
Subscribe to monitoring events.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<byte[]> |
IInputConnection.aread()
Asynchronous read.
|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
IInternalAccess.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to component events.
|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
IExternalAccess.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to component events.
|
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<DiscoveryInfo> |
IAwarenessManagementService.subscribeToPlatformList(boolean include_initial)
Retrieve information about platforms as they appear or vanish.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<ChatEvent> |
IChatGuiService.subscribeToEvents()
Subscribe to events from the chat service.
|
Modifier and Type | Method and Description |
---|---|
<T> ISubscriptionIntermediateFuture<T> |
ICronService.addJob(CronJob<T> job)
Add a schedule job.
|
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<jadex.rules.eca.RuleEvent> |
IRuleEngineService.subscribeToEngine()
Subscribe to rule executions.
|
ISubscriptionIntermediateFuture<IRulebaseEvent> |
IRulebaseService.subscribeToRulebase()
Subscribe to rule base changes.
|
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<IMonitoringEvent> |
IMonitoringService.subscribeToEvents(IFilter<IMonitoringEvent> filter)
Subscribe to monitoring events.
|
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 | Method and Description |
---|---|
ISubscriptionIntermediateFuture<ChangeEvent<Object>> |
ISecurityService.subscribeToEvents()
Subscribe to changes.
|
Modifier and Type | Method and Description |
---|---|
static ISubscriptionIntermediateFuture<String> |
SReflect.asyncScanDir(URL[] urls,
File file,
IFilter filter,
List<String> donedirs)
Scan directories.
|
static ISubscriptionIntermediateFuture<Class<?>> |
SReflect.asyncScanForClasses(ClassLoader classloader,
IFilter<Object> filefilter,
IFilter<Class<?>> classfilter,
int max,
boolean includebootpath)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static ISubscriptionIntermediateFuture<Class<?>> |
SReflect.asyncScanForClasses(URL[] urls,
ClassLoader classloader,
IFilter<Object> filefilter,
IFilter<Class<?>> classfilter,
int max)
Scan for classes that fulfill certain criteria as specified by the file and classfilters.
|
static ISubscriptionIntermediateFuture<String> |
SReflect.asyncScanForFiles(URL[] urls,
IFilter<Object> filter)
Scan for files in a given list of urls.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IPullSubscriptionIntermediateFuture<E>
Intermediate future with pull mechanism.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<String> |
StringComboModel.doSetPattern(String pattern) |
ISubscriptionIntermediateFuture<Class<?>> |
ClassComboModel.doSetPattern(String pattern) |
ISubscriptionIntermediateFuture<T> |
AbstractFixedAutoComboModel.doSetPattern(String pattern) |
abstract ISubscriptionIntermediateFuture<T> |
AbstractAutoComboModel.doSetPattern(String pattern) |
ISubscriptionIntermediateFuture<T> |
AutoCompleteCombo.getCurrentSearch()
Get the current search.
|
ISubscriptionIntermediateFuture<Class<?>> |
ClassComboModel.performSearch(String exp,
boolean inter,
boolean abscla,
boolean cla,
boolean incla,
int max)
Perform a search using a search expression.
|
ISubscriptionIntermediateFuture<T> |
AbstractAutoComboModel.setPattern(String pattern) |
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<Object> |
AbstractEnvironmentService.register(String objecttype)
Registers the calling agent (component) in the environment.
|
Modifier and Type | Method and Description |
---|---|
ISubscriptionIntermediateFuture<IMonitoringEvent> |
MicroAgent.subscribeToEvents(IFilter<IMonitoringEvent> filter,
boolean initial,
IMonitoringService.PublishEventLevel elm)
Subscribe to component events.
|
Copyright © 2013. All Rights Reserved.