Package | Description |
---|---|
org.da.protoframework.conf |
Contains the configuration.
|
org.da.protoframework.custom |
Contains the classes to manage custom module types.
|
org.da.protoframework.model.core |
Contains the models for the applications and services implementation.
|
org.da.protoframework.util |
Contains utility classes for managing the framework.
|
Modifier and Type | Method and Description |
---|---|
static void |
Logging.error(Module module,
java.lang.String message)
Emit an error message.
|
static void |
Logging.error(Module module,
java.lang.String message,
java.util.logging.Level level)
Emit an error message.
|
static void |
Logging.error(Module module,
java.lang.String message,
java.lang.Throwable e)
Emit an error message.
|
static void |
Logging.error(Module module,
java.lang.String message,
java.lang.Throwable e,
java.util.logging.Level level)
Emit an error message.
|
static void |
Logging.error(Module module,
java.lang.Throwable e)
Emit an error message.
|
static void |
Logging.error(Module module,
java.lang.Throwable e,
java.util.logging.Level level)
Emit an error message.
|
static void |
Logging.info(Module module,
java.lang.String message)
Emit an information message.
|
static void |
Logging.info(Module module,
java.lang.String message,
java.util.logging.Level level)
Emit an information message.
|
static void |
Logging.log(Module module,
java.util.logging.Level level,
java.lang.String message,
java.lang.Object... args)
Emit a log message.
|
static void |
Logging.warning(Module module,
java.lang.String message)
Emit a warning message.
|
Modifier and Type | Method and Description |
---|---|
Module |
CustomModuleFactory.createModule(Application appli,
java.lang.String name)
Creates a custom module.
|
Modifier and Type | Field and Description |
---|---|
protected Module |
ServiceInstance.module
The associated Module.
|
Modifier and Type | Method and Description |
---|---|
Module |
ServiceInstance.getInvokerModule()
Return the module which last invoked the Service.
|
Module |
FrameworkException.getModule()
Return the Module from which the exception originates.
|
Module |
ServiceInstance.getModule()
Return the Service module.
|
Module |
Application.getModule(long moduleID)
Return a Module by its associated long ID.
|
Module |
Framework.getModule(ModuleIDKey key)
Return a Module of a specified Module ID key.
|
Module |
Framework.getModule(ModuleKey key)
Return a Module of a specified Module key.
|
Module |
Application.getModule(java.lang.String name)
Return a Module by its associated name.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Module> |
Application.getModules()
Return the Map of modules.
|
java.util.Map<java.lang.Long,Module> |
Application.getModulesByID()
Return the Modules.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Service.attach(Module module)
Attach a module to the modules providers.
|
boolean |
Framework.attachServiceProvider(NamespaceKey serviceKey,
Module module)
Attach a module as a Service Provider for a particular Service.
|
boolean |
Service.detach(Module module)
Detach a module from the modules providers.
|
Constructor and Description |
---|
FrameworkException(Module module,
java.lang.Throwable cause) |
FrameworkException(java.lang.String message,
Module module,
java.lang.Throwable cause) |
ListenServiceInstance(Service<?> service,
org.da.protoframework.model.def.ListenInterfaceDefinition def,
Module module)
Constructor.
|
PublishCyclicServiceInstance(org.da.protoframework.model.core.PublishService service,
org.da.protoframework.model.def.PushCyclicInterfaceDefinition def,
Module module)
Constructor.
|
PublishServiceInstance(org.da.protoframework.model.core.PublishService service,
org.da.protoframework.model.def.PushInterfaceDefinition def,
Module module)
Constructor.
|
ReceiveEventServiceInstance(org.da.protoframework.model.core.EventService service,
org.da.protoframework.model.def.ReceiveEventInterfaceDefinition def,
Module module)
Constructor.
|
RequestServiceInstance(org.da.protoframework.model.core.RequestResponseService service,
org.da.protoframework.model.def.RequestInterfaceDefinition def,
Module module)
Constructor.
|
ResponseServiceInstance(org.da.protoframework.model.core.RequestResponseService service,
org.da.protoframework.model.def.ResponseInterfaceDefinition def,
Module module)
Constructor.
|
SendEventCyclicServiceInstance(org.da.protoframework.model.core.EventService service,
org.da.protoframework.model.def.SendEventCyclicInterfaceDefinition def,
Module module)
Constructor.
|
SendEventServiceInstance(org.da.protoframework.model.core.EventService service,
org.da.protoframework.model.def.SendEventInterfaceDefinition def,
Module module)
Constructor.
|
ServiceInstance(S service,
I interDef,
Module module)
Constructor.
|
SubscribeServiceInstance(org.da.protoframework.model.core.PublishService service,
org.da.protoframework.model.def.SubscribeInterfaceDefinition def,
Module module)
Constructor.
|
Constructor and Description |
---|
OptionalServicesConfigurator(Module module,
java.net.URL servicesURL,
java.net.URL typesURL)
Constructor.
|
OptionalServicesConfigurator(Module module,
java.net.URL servicesURL,
java.net.URL typesURL,
boolean isStrict)
Constructor.
|
ServiceTemplates(Module module,
java.net.URL servicesURL,
java.net.URL typesURL)
Constructor.
|
ServiceTemplates(Module module,
java.net.URL servicesURL,
java.net.URL typesURL,
boolean isSilent)
Constructor.
|
ServiceTemplates(Module module,
java.net.URL applicationURL,
java.net.URL servicesURL,
java.net.URL typesURL)
Constructor.
|
ServiceTemplates(Module module,
java.net.URL applicationURL,
java.net.URL servicesURL,
java.net.URL typesURL,
boolean isSilent)
Constructor.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence