Package | Description |
---|---|
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.modelinfo | |
jadex.bridge.service | |
jadex.bridge.service.component |
Modifier and Type | Method and Description |
---|---|
IFuture<IComponentIdentifier> |
IExternalAccess.createChild(ComponentInstanceInfo component)
Create a subcomponent.
|
Modifier and Type | Method and Description |
---|---|
ComponentInstanceInfo[] |
ConfigurationInfo.getComponentInstances()
Get all components.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationInfo.addComponentInstance(ComponentInstanceInfo component)
Add a component.
|
void |
ConfigurationInfo.removeComponentInstance(ComponentInstanceInfo component)
Removes a component.
|
Modifier and Type | Method and Description |
---|---|
ComponentInstanceInfo |
RequiredServiceBinding.getCreationInfo()
Get the creationinfo.
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredServiceBinding.setCreationInfo(ComponentInstanceInfo creationinfo)
Set the creationinfo.
|
Constructor and Description |
---|
RequiredServiceBinding(String name,
String componentname,
String componenttype,
boolean dynamic,
String scope,
boolean create,
boolean recover,
UnparsedExpression[] interceptors,
String proxytype,
ComponentInstanceInfo component)
Create a new binding.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
DefaultServiceFetcher.getArguments(ComponentInstanceInfo component,
String[] imports,
IValueFetcher fetcher,
ClassLoader cl)
Get the arguments.
|
Copyright © 2013. All Rights Reserved.