Package | Description |
---|---|
org.da.protoframework.model.core |
Contains the models for the applications and services implementation.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
Module.create()
Create the Module instance.
|
void |
Application.create(boolean isReified)
Create the application.
|
void |
Application.init()
Initialize the application.
|
void |
Module.init()
Initialize the Module.
|
void |
ServiceInstance.notified(char type)
Be notified of the execution of the Service.
|
void |
ServiceInstance.notified(char type,
boolean forceBlock)
Be notified of the execution of the Service.
|
void |
ServiceInstance.notified(char type,
char invokeType)
Be notified of the execution of the Service.
|
void |
ServiceInstance.notified(char type,
char invokeType,
Datas datas)
Be notified of the execution of the Service.
|
void |
ServiceInstance.notified(char type,
int count,
boolean forceBlock)
Be notified of the execution of the Service.
|
void |
ReceiveEventServiceInstance.notified(char type,
int count,
char invokeType)
Be notified of the execution of the Service.
|
void |
ServiceInstance.notified(char type,
int count,
char invokeType)
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.
|
void |
ServiceInstance.notifiedOnError(char errorType)
Be notified of the execution of the Service.
|
void |
Module.preConfigure()
Pre-configure the Module.
|
void |
ListenServiceInstance.preSetup()
Setup the Service instance.
|
void |
PublishServiceInstance.preSetup()
Setup the Service instance.
|
void |
ReceiveEventServiceInstance.preSetup()
Setup the Service instance.
|
void |
RequestServiceInstance.preSetup()
Setup the Service instance.
|
void |
ResponseServiceInstance.preSetup()
Setup the Service instance.
|
void |
SendEventServiceInstance.preSetup()
Setup the Service instance.
|
void |
ServiceInstance.preSetup()
pre-setup the Service instance.
|
void |
SubscribeServiceInstance.preSetup()
Setup the Service instance.
|
void |
Framework.setup(java.net.URL config)
Setup the framework.
|
void |
Framework.setup(java.net.URL[] configs)
Setup the framework.
|
void |
Module.shutdown()
Shutdown the module.
|
void |
Module.start()
Start the Module.
|
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence