Package | Description |
---|---|
jadex.bridge.modelinfo | |
jadex.bridge.service |
Modifier and Type | Class and Description |
---|---|
class |
Argument
Simple default implementation for an argument.
|
Modifier and Type | Method and Description |
---|---|
UnparsedExpression[] |
ConfigurationInfo.getArguments()
Get the list of arguments.
|
UnparsedExpression[] |
ComponentInstanceInfo.getArguments()
Get the list of arguments.
|
UnparsedExpression |
ComponentInstanceInfo.getArgumentsExpression()
Get the arguments expression.
|
UnparsedExpression |
IArgument.getDefaultValue()
Get the default value.
|
UnparsedExpression |
Argument.getDefaultValue()
Get the default value.
|
UnparsedExpression[] |
ConfigurationInfo.getEndSteps()
Get the end steps.
|
UnparsedExpression[] |
ConfigurationInfo.getInitialSteps()
Get the initial steps.
|
UnparsedExpression[] |
ConfigurationInfo.getResults()
Get the list of results.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationInfo.addArgument(UnparsedExpression argument)
Add an argument.
|
void |
ComponentInstanceInfo.addArgument(UnparsedExpression argument)
Add an argument.
|
void |
ConfigurationInfo.addEndStep(UnparsedExpression endstep)
Add a end step.
|
void |
ConfigurationInfo.addInitialStep(UnparsedExpression initialstep)
Add a initial step.
|
void |
ModelInfo.addProperty(UnparsedExpression unexp)
Add a property.
|
void |
ConfigurationInfo.addResult(UnparsedExpression res)
Add a result.
|
void |
ConfigurationInfo.setArguments(UnparsedExpression[] arguments)
Set the arguments.
|
void |
ComponentInstanceInfo.setArguments(UnparsedExpression[] arguments)
Set the arguments.
|
void |
ComponentInstanceInfo.setArgumentsExpression(UnparsedExpression argumentsexp)
Set the arguments expression.
|
void |
ConfigurationInfo.setEndSteps(UnparsedExpression[] endsteps)
Set the end steps.
|
void |
ConfigurationInfo.setInitialSteps(UnparsedExpression[] initialsteps)
Set the initial steps.
|
void |
ConfigurationInfo.setResults(UnparsedExpression[] results)
Set the arguments.
|
Modifier and Type | Class and Description |
---|---|
class |
ProvidedServiceImplementation
Contains information for provided service implementation:
- implementation class or
- creation expression or
- implementation forward to other component via binding
|
Modifier and Type | Method and Description |
---|---|
UnparsedExpression[] |
RequiredServiceInfo.getInterceptors()
Get the interceptors.
|
UnparsedExpression[] |
RequiredServiceBinding.getInterceptors()
Get the interceptors.
|
UnparsedExpression[] |
ProvidedServiceImplementation.getInterceptors()
Get the interceptors.
|
Modifier and Type | Method and Description |
---|---|
List<UnparsedExpression> |
PublishInfo.getProperties()
Get the properties.
|
Modifier and Type | Method and Description |
---|---|
void |
RequiredServiceInfo.addInterceptor(UnparsedExpression interceptor)
Add an interceptor.
|
void |
RequiredServiceBinding.addInterceptor(UnparsedExpression interceptor)
Add an interceptor.
|
void |
ProvidedServiceImplementation.addInterceptor(UnparsedExpression interceptor)
Add an interceptor.
|
void |
PublishInfo.addProperty(UnparsedExpression property)
Add a property.
|
void |
RequiredServiceInfo.removeInterceptor(UnparsedExpression interceptor)
Remove an interceptor.
|
void |
RequiredServiceBinding.removeInterceptor(UnparsedExpression interceptor)
Remove an interceptor.
|
void |
ProvidedServiceImplementation.removeInterceptor(UnparsedExpression interceptor)
Remove an interceptor.
|
Modifier and Type | Method and Description |
---|---|
void |
PublishInfo.setProperties(List<UnparsedExpression> properties)
Set the properties.
|
Constructor and Description |
---|
ProvidedServiceImplementation(Class<?> implementation,
String expression,
String proxytype,
RequiredServiceBinding binding,
UnparsedExpression[] interceptors)
Create a new service implementation.
|
PublishInfo(String pid,
String publishtype,
Class<?> mapping,
UnparsedExpression[] properties)
Create a new publish info.
|
RequiredServiceBinding(String name,
String componentname,
String componenttype,
boolean dynamic,
String scope,
boolean create,
boolean recover,
UnparsedExpression[] interceptors,
String proxytype,
String creationtype,
String creationname)
Create a new binding.
|
Copyright © 2012. All Rights Reserved.