Package | Description |
---|---|
org.da.protoframework.model.core |
Contains the models for the applications and services implementation.
|
Modifier and Type | Field and Description |
---|---|
protected Datas |
ServiceInstance.datas
The Service datas.
|
Modifier and Type | Method and Description |
---|---|
Datas |
Datas.clone() |
Datas |
Application.createDatas(Service<?> service)
Create the datas for one service.
|
Datas |
ServiceInstance.getDatas()
Return the Service instance datas.
|
Datas |
Application.getDatas(NamespaceKey serviceKey)
Return the datas associated with a Service.
|
Datas |
Application.getDatas(java.lang.String serviceName)
Return the datas associated with a Service.
|
static Datas |
Datas.getEmptyDatas()
Return an empty Data list, which contains no Data.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceInstance.notified(char type,
char invokeType,
Datas datas)
Be notified of the execution of the Service.
|
void |
ReceiveEventServiceInstance.notified(char type,
int count,
char invokeType,
Datas datas)
Be notified of the execution of the Service.
|
void |
ServiceInstance.notified(char type,
int count,
char invokeType,
Datas datas)
Be notified of the execution of the Service.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence