Package | Description |
---|---|
org.da.protoframework.model.core |
Contains the models for the applications and services implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceInstance<S extends Service<?>,I extends InterfaceDefinition>
Represent the instanciation of a Service on a Module.
|
Modifier and Type | Field and Description |
---|---|
protected S |
ServiceInstance.service
The associated Service.
|
Modifier and Type | Method and Description |
---|---|
Service<?> |
Datas.getService()
Return the Service.
|
Service<?> |
Framework.getService(NamespaceKey key)
Return the Service of a specified key.
|
Service<?> |
Framework.getService(java.lang.String name)
Return the Service of a specified name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<NamespaceKey,Service<?>> |
Framework.getServices()
Return the Services.
|
java.util.Map<java.lang.String,Service<?>> |
Framework.getServicesByName()
Return the Services.
|
Modifier and Type | Method and Description |
---|---|
Datas |
Application.createDatas(Service<?> service)
Create the datas for one service.
|
Constructor and Description |
---|
Datas(Service<?> service)
Constructor.
|
ListenServiceInstance(Service<?> service,
org.da.protoframework.model.def.ListenInterfaceDefinition def,
Module module)
Constructor.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence