Package | Description |
---|---|
org.da.protoframework.model.core |
Contains the models for the applications and services implementation.
|
org.da.protoframework.model.def |
Contains the models for the applications and services definition.
|
Modifier and Type | Method and Description |
---|---|
ModuleIDKey |
Module.getModuleIDKey()
Return this Module ID key.
|
ModuleIDKey |
ServiceInstance.getModuleIDKey()
Return the ModuleID key of this Service Module.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<ModuleIDKey,ServiceInstance<?,?>> |
RequestServiceInstance.getInstanceListeners()
Return the Service instance subscribers.
|
java.util.Map<ModuleIDKey,ServiceInstance<?,?>> |
ServiceInstance.getInstanceListeners()
Return the Service instance subscribers.
|
java.util.Map<ModuleIDKey,ServiceInstance<?,?>> |
RequestServiceInstance.getInstanceSubscribers()
Return the Service instance subscribers.
|
java.util.Map<ModuleIDKey,ServiceInstance<?,?>> |
ServiceInstance.getInstanceSubscribers()
Return the Service instance subscribers.
|
java.util.Map<ModuleIDKey,ServiceInstance<?,?>> |
Service.getProviders()
Return the Service instance providers.
|
java.util.Map<ModuleIDKey,ServiceInstance<?,?>> |
Service.getSubscribers()
Return the Service subscribers.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceInstance.attach(ModuleIDKey key)
Attach a module to the modules providers.
|
boolean |
Framework.attachServiceProvider(NamespaceKey serviceKey,
ModuleIDKey moduleKey)
Attach a module as a Service Provider for a particular Service.
|
boolean |
ServiceInstance.detach(ModuleIDKey key)
Detach a module from the modules providers.
|
Module |
Framework.getModule(ModuleIDKey key)
Return a Module of a specified Module ID key.
|
ServiceInstance<?,?> |
Service.getSubscriber(ModuleIDKey key)
Return a Service instance subscriber.
|
boolean |
Module.setEnabled(ModuleIDKey key,
boolean enable)
Enable or disable a module.
|
Modifier and Type | Method and Description |
---|---|
ModuleIDKey |
ModuleDefinition.createModuleIDKey()
Create an unique key for the module.
|
ModuleIDKey |
ModuleDefinition.getModuleIDKey()
Return this Module ID key.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence