- schedule(TimerTask, long) - Method in class org.da.protoframework.model.core.Module
-
Schedules the specified task for execution after the specified delay.
- schedule(TimerTask, long, long) - Method in class org.da.protoframework.model.core.Module
-
Schedules the specified task for repeated fixed-delay execution, beginning after the specified delay.
- ScreenPosition - Class in org.da.protoframework.util
-
Represents a screen position for a Console or GUI element.
- ScreenPosition(int, int) - Constructor for class org.da.protoframework.util.ScreenPosition
-
- SECOND - Static variable in interface org.da.protoframework.model.types.Units
-
The second unit.
- send(ServiceInstance<?, ?>, char) - Method in class org.da.protoframework.model.core.Service
-
Send the Service datas.
- send(ServiceInstance<?, ?>, int, char) - Method in class org.da.protoframework.model.core.Service
-
Send the Service datas.
- SendEventChildServiceInstance - Class in org.da.protoframework.model.core
-
Represent a copy of a sendEvent Service instance on a Module.
- SendEventChildServiceInstance(SendEventServiceInstance) - Constructor for class org.da.protoframework.model.core.SendEventChildServiceInstance
-
Constructor.
- SendEventCyclicServiceInstance - Class in org.da.protoframework.model.core
-
Represent a sendEvent Service instance on a Module.
- SendEventCyclicServiceInstance(EventService, SendEventCyclicInterfaceDefinition, Module) - Constructor for class org.da.protoframework.model.core.SendEventCyclicServiceInstance
-
Constructor.
- SendEventServiceInstance - Class in org.da.protoframework.model.core
-
Represent a sendEvent Service instance on a Module.
- SendEventServiceInstance(EventService, SendEventInterfaceDefinition, Module) - Constructor for class org.da.protoframework.model.core.SendEventServiceInstance
-
Constructor.
- sendMethod - Variable in class org.da.protoframework.model.core.Module
-
The Module send method.
- sendmethod - Variable in class org.da.protoframework.model.core.ServiceInstance
-
The Module send method.
- serialize(Object) - Method in class org.da.protoframework.model.types.ObjectType
-
Serialize an Object.
- Service<D extends ServiceDefinition> - Class in org.da.protoframework.model.core
-
Represent a Service.
- Service(D) - Constructor for class org.da.protoframework.model.core.Service
-
Constructor.
- service - Variable in class org.da.protoframework.model.core.ServiceInstance
-
The associated Service.
- SERVICE_CONSISTENT - Static variable in class org.da.protoframework.util.ServiceTemplates
-
The return value for consistent services definition.
- SERVICE_NOT_SAME_TYPE - Static variable in class org.da.protoframework.util.ServiceTemplates
-
The return value for services of different types.
- SERVICE_UNCONSISTENT - Static variable in class org.da.protoframework.util.ServiceTemplates
-
The return value for unconsistent services definition.
- SERVICE_UNDEFINED - Static variable in class org.da.protoframework.util.ServiceTemplates
-
The return value for undefined services.
- ServiceDefinition - Interface in org.da.protoframework.model.def
-
The definition for a Service.
- ServiceDefinition.Data - Class in org.da.protoframework.model.def
-
A Service Data.
- ServiceDefinition.Topic - Class in org.da.protoframework.model.def
-
A Service Topic.
- ServiceInstance<S extends Service<?>,I extends InterfaceDefinition> - Class in org.da.protoframework.model.core
-
Represent the instanciation of a Service on a Module.
- ServiceInstance(S, I, Module) - Constructor for class org.da.protoframework.model.core.ServiceInstance
-
Constructor.
- ServiceTemplates - Class in org.da.protoframework.util
-
This class can be used to check to compatibility of a Service with a stored definition for this service.
- ServiceTemplates(Module, URL, URL) - Constructor for class org.da.protoframework.util.ServiceTemplates
-
Constructor.
- ServiceTemplates(Module, URL, URL, URL) - Constructor for class org.da.protoframework.util.ServiceTemplates
-
Constructor.
- ServiceTemplates(Module, URL, URL, boolean) - Constructor for class org.da.protoframework.util.ServiceTemplates
-
Constructor.
- ServiceTemplates(Module, URL, URL, URL, boolean) - Constructor for class org.da.protoframework.util.ServiceTemplates
-
Constructor.
- serviceToEntryPoint - Variable in class org.da.protoframework.custom.CustomModuleDefinition
-
The map of entry points for services.
- setAbstract(boolean) - Method in class org.da.protoframework.model.types.StructType
-
Set if the type is abstract.
- setAbstract(boolean) - Method in class org.da.protoframework.model.types.UnionType
-
Set if the type is abstract.
- setActivated(boolean) - Method in interface org.da.protoframework.model.core.CyclicServiceInstance
-
Set if the Service is activated.
- setActivated(boolean) - Method in class org.da.protoframework.model.core.PublishCyclicServiceInstance
-
Set if the Service is activated.
- setActivated(boolean) - Method in class org.da.protoframework.model.core.SendEventCyclicServiceInstance
-
Set if the Service is activated.
- setActive(boolean) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set if the Service is active.
- setApplication(ApplicationDefinition) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the Module associated application.
- setApplicationNames(Set<String>) - Method in class org.da.protoframework.model.core.Framework
-
Set the application names.
- setArrayValue(Object[]) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the array value.
- setArrayValue(List<Object>) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the array value.
- setAttachEntryPoint(String) - Method in class org.da.protoframework.model.def.InterfaceDefinition
-
Set the interface attach / detach entry point.
- setAttachEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the default receive attach / detach path for the module.
- setAttachEntryPointMethod(Method) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set the attach / detach entry-point method.
- setAutoStart(boolean) - Method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Called if the engine must be autostarted at the start of the framework.
- setBaseType(short) - Method in class org.da.protoframework.model.types.AnyType
-
Set the base built-in type.
- setBaseType(short) - Method in class org.da.protoframework.model.types.SimpleType
-
Set the base built-in type.
- setBooleanValue(boolean, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setBooleanValue(boolean) - Method in class org.da.protoframework.model.core.Data.Bool
-
Set the data boolean value.
- setBooleanValue(boolean) - Method in class org.da.protoframework.model.core.Data.Nil
-
Set the data boolean value.
- setBooleanValue(boolean) - Method in class org.da.protoframework.model.core.Data
-
Set the data boolean value.
- setBooleanValue(List<Object>, boolean, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setByteValue(byte) - Method in class org.da.protoframework.model.core.Data.Byte
-
Set the data byte value.
- setByteValue(byte) - Method in class org.da.protoframework.model.core.Data
-
Set the data byte value.
- setChanged(boolean) - Method in class org.da.protoframework.model.core.Data
-
Set if the data has been changed.
- setChannelDefinition(ChannelDefinition) - Method in class org.da.protoframework.model.def.InterfaceDefinition
-
Set the Channel definition.
- setCharValue(char, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setCharValue(char) - Method in class org.da.protoframework.model.core.Data.Char
-
Set the data char value.
- setCharValue(char) - Method in class org.da.protoframework.model.core.Data
-
Set the data char value.
- setCharValue(List<Object>, char, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setClassName(String) - Method in class org.da.protoframework.model.types.ObjectType
-
Set the Object type associated Class name.
- setConfigurationDirectories(List<URL>) - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Set the configuration directories.
- setContinuous(boolean) - Method in class org.da.protoframework.model.types.ArrayType
-
Set if the type represents a continuous quantity.
- setContinuousType(char) - Method in class org.da.protoframework.model.def.ServiceDefinition.Data
-
Set if the data represents a continuous quantity.
- setContinuousType(char) - Method in class org.da.protoframework.model.types.SimpleType
-
Set if the type represents a continuous quantity.
- setContinuousType(char) - Method in class org.da.protoframework.model.types.StructType.Field
-
Set if the field represents a continuous quantity.
- setContinuousType(char) - Method in class org.da.protoframework.model.types.UnionType.Member
-
Set if the member represents a continuous quantity.
- setDataBooleanValue(String, boolean) - Method in class org.da.protoframework.model.core.Datas
-
Set the boolean value of a Data.
- setDataBooleanValue(String, boolean) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a boolean Data value.
- setDataBooleanValue(String, boolean) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a boolean Data value.
- setDataBooleanValue(String, boolean) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a boolean Data value.
- setDataBooleanValue(String, boolean) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a boolean Data value.
- setDataByteValue(String, byte) - Method in class org.da.protoframework.model.core.Datas
-
Set the byte value of a Data.
- setDataByteValue(String, byte) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a byte Data value.
- setDataByteValue(String, byte) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a byte Data value.
- setDataByteValue(String, byte) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a byte Data value.
- setDataByteValue(String, byte) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a byte Data value.
- setDataChangeBehavior(short) - Method in interface org.da.protoframework.model.def.ServiceDefinition
-
Set the change behavior for datas.
- setDataCharValue(String, char) - Method in class org.da.protoframework.model.core.Datas
-
Set the char value of a Data.
- setDataCharValue(String, char) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a char Data value.
- setDataCharValue(String, char) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a char Data value.
- setDataCharValue(String, char) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a char Data value.
- setDataCharValue(String, char) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a char Data value.
- setDataDoubleValue(String, double) - Method in class org.da.protoframework.model.core.Datas
-
Set the double value of a Data.
- setDataDoubleValue(String, double, short) - Method in class org.da.protoframework.model.core.Datas
-
Set the double value of a Data.
- setDataDoubleValue(String, double) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a double Data value.
- setDataDoubleValue(String, double) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a double Data value.
- setDataDoubleValue(String, double) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a double Data value.
- setDataDoubleValue(String, double) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a double Data value.
- setDataDoubleValue(String, double, short) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a double Data value.
- setDataFileValue(String, File) - Method in class org.da.protoframework.model.core.Datas
-
Set a File Data value.
- setDataFileValue(String, File) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a File Data value.
- setDataFloatValue(String, float) - Method in class org.da.protoframework.model.core.Datas
-
Set the float value of a Data.
- setDataFloatValue(String, float, short) - Method in class org.da.protoframework.model.core.Datas
-
Set the float value of a Data.
- setDataFloatValue(String, float) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a float Data value.
- setDataFloatValue(String, float) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a float Data value.
- setDataFloatValue(String, float) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a float Data value.
- setDataFloatValue(String, float) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a float Data value.
- setDataFloatValue(String, float, short) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a float Data value.
- setDataIntValue(String, int) - Method in class org.da.protoframework.model.core.Datas
-
Set the int value of a Data.
- setDataIntValue(String, int) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set an int Data value.
- setDataIntValue(String, int) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set an int Data value.
- setDataIntValue(String, int) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set an int Data value.
- setDataIntValue(String, int) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set an int Data value.
- setDataJSONValue(String, JSONElement) - Method in class org.da.protoframework.model.core.Datas
-
Set the JSON value of a Data as a JSONElement.
- setDataJSONValue(String, JSONElement) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a JSON Data value.
- setDataJSONValue(String, JSONElement) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a JSON Data value.
- setDataJSONValue(String, JSONElement) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a JSON Data value.
- setDataLongValue(String, long) - Method in class org.da.protoframework.model.core.Datas
-
Set the long value of a Data.
- setDataLongValue(String, long) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a long Data value.
- setDataLongValue(String, long) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a long Data value.
- setDataLongValue(String, long) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a long Data value.
- setDataLongValue(String, long) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a long Data value.
- setDataShortValue(String, short) - Method in class org.da.protoframework.model.core.Datas
-
Set the short value of a Data.
- setDataShortValue(String, short) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a short Data value.
- setDataShortValue(String, short) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a short Data value.
- setDataShortValue(String, short) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a short Data value.
- setDataShortValue(String, short) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a short Data value.
- setDataStringValue(String, String) - Method in class org.da.protoframework.model.core.Datas
-
Set the String value of a Data.
- setDataStringValue(String, String) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a String Data value.
- setDataStringValue(String, String) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a String Data value.
- setDataStringValue(String, String) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set a String Data value.
- setDataStringValue(String, String) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a String Data value.
- setDataURLValue(String, URL) - Method in class org.da.protoframework.model.core.Datas
-
Set the value of a Data as an URL.
- setDataURLValue(String, String) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set an URL Data value.
- setDataURLValue(String, URL) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set an URL Data value.
- setDataURLValue(String, String) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set an URL Data value.
- setDataURLValue(String, URL) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set an URL Data value.
- setDataURLValue(String, String) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set an URL Data value.
- setDataURLValue(String, URL) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set an URL Data value.
- setDataValue(String, Object) - Method in class org.da.protoframework.model.core.Datas
-
Set the value of a Data.
- setDataValue(String, Object) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set a Data value.
- setDataValue(String, Object) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set a Data value.
- setDataValue(String, Object) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a Data value.
- setDataXMLValue(String, XMLNode) - Method in class org.da.protoframework.model.core.Datas
-
Set the XML value of a Data as an XMLNode.
- setDataXMLValue(String, String) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set an XML Data value.
- setDataXMLValue(String, XMLNode) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set an XML Data value.
- setDataXMLValue(String, String) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set an XML Data value.
- setDataXMLValue(String, XMLNode) - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Set an XML Data value.
- setDataXMLValue(String, String) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set an XML Data value.
- setDataXMLValue(String, XMLNode) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set an XML Data value.
- setDataXMLValue(String, JSONElement) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set a JSONObject Data value.
- setDeclaredFieldValue(Object, String, Object) - Method in class org.da.protoframework.model.types.ObjectType
-
Set the value associated with a field.
- setDefaultChannelDefinition(ChannelDefinition) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the default channel definition for the module.
- setDefaultClassName(String) - Method in class org.da.protoframework.model.types.ObjectType
-
Set the Object type associated default Class name.
- setDefaultName(boolean) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set true if the name of the module is the default name for a library.
- setDefaultValue(Object) - Method in class org.da.protoframework.model.types.SimpleType
-
Set the type default value.
- setDescription(String) - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Set the application description.
- setDescription(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the service description.
- setDescription(String) - Method in class org.da.protoframework.model.def.ServiceDefinition.Data
-
Set the description of the data.
- setDescription(String) - Method in interface org.da.protoframework.model.def.ServiceDefinition
-
Set the service description.
- setDescription(String) - Method in class org.da.protoframework.model.types.Type
-
Set the type description.
- setDirectory(URL) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the module directory.
- setDoubleValue(float, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setDoubleValue(double) - Method in class org.da.protoframework.model.core.Data.Double
-
Set the data double value.
- setDoubleValue(double) - Method in class org.da.protoframework.model.core.Data
-
Set the data double value.
- setDoubleValue(double, short) - Method in class org.da.protoframework.model.core.Data
-
Set the data double value, in a specified unit.
- setDoubleValue(List<Object>, float, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setEnabled(ModuleKey, boolean) - Method in class org.da.protoframework.model.core.Module
-
Enable or disable a module.
- setEnabled(ModuleIDKey, boolean) - Method in class org.da.protoframework.model.core.Module
-
Enable or disable a module.
- setEnabled(boolean) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set if the module is enabled.
- setEndEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the end entryPoint path for the module.
- setEngineURL(URL) - Method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Set the URL of the engine.
- setEntryPoint(String) - Method in class org.da.protoframework.model.def.InterfaceDefinition
-
Set the interface reception entry point.
- setEntryPointMethod(Method) - Method in class org.da.protoframework.model.core.PublishServiceInstance
-
Set the entry-point method.
- setEntryPointMethod(Method) - Method in class org.da.protoframework.model.core.SendEventServiceInstance
-
Set the entry-point method.
- setEntryPointMethod(Method) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set the entry-point method.
- setEventsURL(URL) - Method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Set the events URL.
- setExecutorService(ExecutorService) - Method in class org.da.protoframework.model.core.Module
-
Set the ExecutorService.
- setExtendedType(StructType) - Method in class org.da.protoframework.model.types.StructType
-
Set the type that this type extends.
- setExtendedType(UnionType) - Method in class org.da.protoframework.model.types.UnionType
-
Set the type that this type extends.
- setFieldBooleanValue(String, boolean) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field as a boolean.
- setFieldCharValue(String, char) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field as a char.
- setFieldDoubleValue(String, double) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field as a double.
- setFieldFloatValue(String, float) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field as a float.
- setFieldIntValue(String, int) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field as a int.
- setFieldShortValue(String, short) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field as a short.
- setFieldStringValue(String, String) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field as a String.
- setFieldValue(String, Object) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field.
- setFieldValue(String, Object, Object) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field.
- setFieldValue(StructType, List<Object>, String, Object) - Static method in class org.da.protoframework.util.DataUtilities
-
Set the value of a field for a Structure.
- setFieldValueAsBoolean(String, Object, boolean) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field.
- setFieldValueAsChar(String, Object, char) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a char.
- setFieldValueAsDouble(String, Object, double, short) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a double, with a specified unit.
- setFieldValueAsDouble(String, Object, double) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a double.
- setFieldValueAsFile(String, Object, File) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a File.
- setFieldValueAsFloat(String, Object, float, short) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a float, with a specified unit.
- setFieldValueAsFloat(String, Object, float) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a float.
- setFieldValueAsInt(String, Object, int) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as an int.
- setFieldValueAsLong(String, Object, long) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a long.
- setFieldValueAsShort(String, Object, short) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a short.
- setFieldValueAsString(String, Object, String) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as a String.
- setFieldValueAsURL(String, Object, URL) - Method in class org.da.protoframework.model.types.StructType
-
Set the value of a field as an URL.
- setFinishInvokeEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the default finishInvoke path for the module.
- setFixedSize(int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the (optional) array fixed size.
- setFloatValue(float, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setFloatValue(float) - Method in class org.da.protoframework.model.core.Data.Float
-
Set the data float value.
- setFloatValue(float) - Method in class org.da.protoframework.model.core.Data
-
Set the data float value.
- setFloatValue(double, short) - Method in class org.da.protoframework.model.core.Data
-
Set the data float value, in a specified unit.
- setFloatValue(List<Object>, float, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setFramework(Framework) - Method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Set the framework.
- setFramework(Framework) - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Set the framework.
- setFrameworkProperty(String, Object) - Method in interface org.da.protoframework.custom.CustomModuleFactory
-
Set a framework property value.
- setID(long) - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Set the Application ID.
- setID(long) - Method in interface org.da.protoframework.model.def.ElementDefinition
-
Set the element ID.
- setID(long) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the Module ID.
- setInitEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the init entryPoint path of the module. if will be called for the
Module.init()
.
- setIntValue(int, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setIntValue(int) - Method in class org.da.protoframework.model.core.Data.Enum
-
Set the data int value to set the state.
- setIntValue(int) - Method in class org.da.protoframework.model.core.Data.Int
-
Set the data int value.
- setIntValue(int) - Method in class org.da.protoframework.model.core.Data
-
Set the data int value.
- setIntValue(List<Object>, int, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setInvoker(long, long) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set the application ID and module ID which last invoked the Service.
- setKey(NamespaceKey) - Method in interface org.da.protoframework.model.def.ServiceDefinition
-
Set the service key.
- setKeyType(Type) - Method in class org.da.protoframework.model.types.MapType
-
Set the type of the Map elements keys.
- setLibraries(List<URL>) - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Set the global libraries shared by all applications.
- setLibraryName(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the module library name.
- setLibraryVersion(String) - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Set the application library version.
- setLibraryVersion(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the application library version.
- setLogger(FrameworkLogger) - Static method in class org.da.protoframework.conf.Logging
-
Set the logger.
- setLogger(FrameworkLogger) - Method in class org.da.protoframework.model.core.Framework
-
Set the logger.
- setLogLevel(Level) - Static method in class org.da.protoframework.conf.Logging
-
Set the log level.
- setLongValue(long, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setLongValue(long) - Method in class org.da.protoframework.model.core.Data.Long
-
Set the data long value.
- setLongValue(long) - Method in class org.da.protoframework.model.core.Data
-
Set the data long value.
- setLongValue(List<Object>, long, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setMapValue(Map<Object, Object>) - Method in class org.da.protoframework.model.core.Data.MapData
-
Set the array value.
- setMaster(boolean) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set if the module is a master module.
- setMaxLength(int) - Method in class org.da.protoframework.model.types.StringType
-
Set the (optional) String maximum length.
- setMaxSize(int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the (optional) array maximum size.
- setMemberValue(String, Object) - Method in class org.da.protoframework.model.core.Data.Union
-
Set the data value.
- setMemberValue(int, Object) - Method in class org.da.protoframework.model.core.Data.Union
-
Set the value of the Union for a specified variantType.
- setMemberValue(int) - Method in class org.da.protoframework.model.core.Data.Union
-
Set the default value of the Union for a specified variantType.
- setMemberValue(String, List<Object>, Object) - Method in class org.da.protoframework.model.types.UnionType
-
Set the value of the Union for a specified variantType.
- setMemberValue(String, List<Object>) - Method in class org.da.protoframework.model.types.UnionType
-
Set the default value of the Union for a specified variantType.
- setMemberValue(int, List<Object>) - Method in class org.da.protoframework.model.types.UnionType
-
Set the default value of the Union for a specified variantType.
- setMemberValue(int, List<Object>, Object) - Method in class org.da.protoframework.model.types.UnionType
-
Set the value of the Union for a specified variantType.
- setModuleParameter(String, Object) - Method in class org.da.protoframework.custom.CustomModuleDefinition
-
Set a parameter value for the module implementation.
- setName(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the module name.
- setName(String) - Method in class org.da.protoframework.model.def.ServiceDefinition.Data
-
Set the name of the data.
- setOwner() - Method in class org.da.protoframework.model.def.FrameworkDefinition
-
Set that the framework has one module owner.
- setParserLogger(ParserLogger) - Static method in class org.da.protoframework.conf.Logging
-
- setParserLogger(ParserLogger) - Method in class org.da.protoframework.model.core.Framework
-
Set the parser logger.
- setPath(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the module main class path.
- setPreconfigureEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
- setPropertyValue(URL, String, String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the value of a module property.
- setPropertyValue(URL, String, String, short) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the value of a module property.
- setReceivedRequestID(long) - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
Set the request ID received by the Service instance.
- setReceivedRequestID(long) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set the request ID received by the Service instance.
- setReceiveEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the default receive entryPoint path for the module.
- setRequestSend(boolean) - Method in class org.da.protoframework.model.core.ListenServiceInstance
-
Set if the instance is currently notified from a sendRequest.
- setRuntime(boolean) - Static method in class org.da.protoframework.conf.Logging
-
Set if the Framework state is runtime.
- setSendEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the default send entryPoint path for the module.
- setService(ServiceDefinition) - Method in class org.da.protoframework.model.def.InterfaceDefinition
-
Set the associated Service.
- setServiceEntryPoint(String, String) - Method in class org.da.protoframework.custom.CustomModuleDefinition
-
Set a specific entry point for a Service.
- setServiceInvocationMode(short) - Method in interface org.da.protoframework.model.def.ServiceDefinition
-
Set the service invocation mode.
- setShortValue(short, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setShortValue(int) - Method in class org.da.protoframework.model.core.Data
-
Set the data short value.
- setShortValue(short) - Method in class org.da.protoframework.model.core.Data.Short
-
Set the data short value.
- setShortValue(List<Object>, short, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setSilent(boolean) - Method in class org.da.protoframework.util.OptionalServicesConfigurator
-
Set if the errors should not be redirected.
- setSilent(boolean) - Method in class org.da.protoframework.util.ServiceTemplates
-
Set if the errors should not be redirected.
- setSpecURL(URL) - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Set the URL of the XML file which hold the definition for this application.
- setStartEntryPoint(String, Value.Duration) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the start entryPoint path of the module. if will be called for the
Module.start()
.
- setStartTimeStamp(long) - Method in interface org.da.protoframework.eventlogger.EventEngine
-
Called when the engine must be started.
- setStartTimeStamp(long) - Static method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Called when the engine must be started.
- setState(ServiceState) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set the ServiceState.
- setStrictValidation(boolean) - Method in class org.da.protoframework.util.ServiceTemplates
-
Set the validation type.
- setStringValue(String, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setStringValue(String) - Method in class org.da.protoframework.model.core.Data.JSON
-
Set the data String value.
- setStringValue(String) - Method in class org.da.protoframework.model.core.Data
-
Set the data String value.
- setStringValue(String) - Method in class org.da.protoframework.model.core.Data.Str
-
Set the data String value.
- setStringValue(String) - Method in class org.da.protoframework.model.core.Data.Url
-
Set the data String value.
- setStringValue(String) - Method in class org.da.protoframework.model.core.Data.Xml
-
Set the data String value.
- setStringValue(List<Object>, String, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setStructureValue(List<Object>) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the structure value.
- setSwitchValue(List<Object>) - Method in class org.da.protoframework.model.core.Data.Switch
-
Set the structure value.
- setTime(long) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set the Service instance timestamp.
- setTime(Duration) - Method in class org.da.protoframework.model.core.ServiceInstance
-
Set the Service instance timestamp.
- setTimeInternal() - Method in class org.da.protoframework.model.core.ServiceInstance
-
Internally set the timestamp of the service.
- setTriggerEntryPoint(String) - Method in class org.da.protoframework.model.def.ModuleDefinition
-
Set the default trigger entryPoint path for the module.
- setType(String) - Method in class org.da.protoframework.model.def.ApplicationDefinition
-
Set the application type.
- setType(Type) - Method in class org.da.protoframework.model.def.ServiceDefinition.Data
-
Set the data type.
- setType(Type) - Method in class org.da.protoframework.model.types.AliasType
-
Set the type of the array elements.
- setType(Type) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the type of the array elements.
- setType(Type) - Method in class org.da.protoframework.model.types.MapType
-
Set the type of the Map elements values.
- setType(Type) - Method in class org.da.protoframework.model.types.StructType.Field
-
Set the field type.
- setType(Type) - Method in interface org.da.protoframework.model.types.Typed
-
Set the reference type.
- setType(Type) - Method in class org.da.protoframework.model.types.UnionType.Member
-
Set the Member type.
- setUnionValue(List<Object>) - Method in class org.da.protoframework.model.core.Data.Union
-
Set the structure value.
- setUnit(short) - Method in class org.da.protoframework.model.types.SimpleType
-
Set the value unit.
- setUp() - Method in class org.da.protoframework.model.core.Application
-
Setup the application.
- setup() - Method in class org.da.protoframework.model.core.Datas
-
Setup the Datas.
- setup(URL) - Method in class org.da.protoframework.model.core.Framework
-
Setup the framework.
- setup(URL[]) - Method in class org.da.protoframework.model.core.Framework
-
Setup the framework.
- setUp() - Method in class org.da.protoframework.model.core.Module
-
Setup the Module.
- setUp() - Method in class org.da.protoframework.model.core.PublishChildServiceInstance
-
- setUp() - Method in class org.da.protoframework.model.core.RequestServiceInstance
-
SetUp the Service instance.
- setUp() - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
SetUp the Service instance.
- setUp() - Method in class org.da.protoframework.model.core.SendEventChildServiceInstance
-
- setUp() - Method in class org.da.protoframework.model.core.Service
-
Setup the Service.
- setUp() - Method in class org.da.protoframework.model.core.ServiceInstance
-
SetUp the Service instance.
- setup() - Method in class org.da.protoframework.util.OptionalServicesConfigurator
-
Setup the configurator.
- setupServices() - Method in class org.da.protoframework.model.core.Module
-
Setup the Module Services.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Any
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the data value.
- setValue(Object, int) - Method in class org.da.protoframework.model.core.Data.Array
-
Set the value of the element at a specified index.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Bool
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Byte
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Char
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Double
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Enum
-
Set the data value to set the state.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Float
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Int
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.JSON
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Long
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.MapData
-
Set the data value.
- setValue(Object, Object) - Method in class org.da.protoframework.model.core.Data.MapData
-
Set the value of an element of the array.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Nil
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Obj
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Short
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Str
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the data value.
- setValue(Object, int) - Method in class org.da.protoframework.model.core.Data.Structure
-
Set the value of a field of the structure.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Switch
-
Set the data value.
- setValue(String, Object) - Method in class org.da.protoframework.model.core.Data.Switch
-
Set the value of the Switch for a specified type name.
- setValue(int, Object) - Method in class org.da.protoframework.model.core.Data.Switch
-
Set the value of the Switch for a specified type index.
- setValue(int) - Method in class org.da.protoframework.model.core.Data.Switch
-
Set the default value of the Union for a specified variantType.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Union
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Url
-
Set the data value.
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Void
-
- setValue(Object) - Method in class org.da.protoframework.model.core.Data.Xml
-
Set the data value.
- setValue(List<Object>, Object, int) - Method in class org.da.protoframework.model.types.ArrayType
-
Set the value of the element at a specified index.
- setValue(int) - Method in class org.da.protoframework.model.types.EnumType.State
-
Set the state value.
- setValue(String, List<Object>, Object) - Method in class org.da.protoframework.model.types.SwitchType
-
Set the value of the Union for a specified variantType.
- setValue(Type, List<Object>) - Method in class org.da.protoframework.model.types.SwitchType
-
Set the default value of the Union for a specified variantType.
- setValue(String, List<Object>) - Method in class org.da.protoframework.model.types.SwitchType
-
Set the default value of the Union for a specified variantType.
- setValue(int, List<Object>) - Method in class org.da.protoframework.model.types.SwitchType
-
Set the default value of the switch for a specified index.
- setValue(int, List<Object>, Object) - Method in class org.da.protoframework.model.types.SwitchType
-
Set the value of the switch for a specified index.
- setValueFromInstance(Object) - Method in class org.da.protoframework.model.core.Data
-
Return the data value as a tagged instance.
- setVariant(SimpleType) - Method in class org.da.protoframework.model.types.UnionType
-
Set the type of the Union variantType.
- Short(ServiceDefinition.Data) - Constructor for class org.da.protoframework.model.core.Data.Short
-
Constructor.
- SHORT - Static variable in class org.da.protoframework.model.types.Type
-
The base built-in short type.
- SHOW_GUI - Static variable in interface org.da.protoframework.model.core.FrameworkGUIStateType
-
The value to show the GUI window (the default).
- shutDown() - Method in class org.da.protoframework.model.core.Application
-
Shutdown the framework.
- shutdown() - Method in class org.da.protoframework.model.core.Application
-
Shutdown the application.
- shutdown() - Method in class org.da.protoframework.model.core.Framework
-
Shutdown the framework.
- shutdown() - Method in class org.da.protoframework.model.core.Module
-
Shutdown the module.
- shutdown() - Method in class org.da.protoframework.model.core.ResponseServiceInstance
-
Shutdown the Service Instance.
- shutdown() - Method in class org.da.protoframework.model.core.ServiceInstance
-
Shutdown the Service Instance.
- SimpleType - Class in org.da.protoframework.model.types
-
Reprensent simple types which make a direct reference to built-in types.
- SimpleType() - Constructor for class org.da.protoframework.model.types.SimpleType
-
Constructor without a name.
- SimpleType(String) - Constructor for class org.da.protoframework.model.types.SimpleType
-
Constructor.
- SimpleType(NamespaceKey) - Constructor for class org.da.protoframework.model.types.SimpleType
-
Constructor.
- SimpleType.Nil - Class in org.da.protoframework.model.types
-
The unique Nil type.
- start() - Method in interface org.da.protoframework.eventlogger.EventEngine
-
Called when the engine must be started.
- start() - Static method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Called when the engine must be started.
- start() - Method in class org.da.protoframework.model.core.Application
-
Start the application.
- start() - Method in class org.da.protoframework.model.core.Framework
-
Start the framework.
- start(OwnerModule) - Method in interface org.da.protoframework.model.core.FrameworkOwner
-
Called when the OwnerModule is started.
- start() - Method in class org.da.protoframework.model.core.Module
-
Start the Module.
- startCustomTasks() - Method in class org.da.protoframework.model.core.Module
-
Start custom code tasks when starting the Module.
- startDelay - Variable in class org.da.protoframework.model.core.Module
-
The Module start delay in ms.
- startMethod - Variable in class org.da.protoframework.model.core.Module
-
The Module start method.
- State(String) - Constructor for class org.da.protoframework.model.types.EnumType.State
-
Constructor.
- STATE_INVALID - Static variable in interface org.da.protoframework.model.core.DataState
-
The state for invalid receptions for a Data (for example a Data with the wrong type).
- STATE_MODIFIED - Static variable in interface org.da.protoframework.model.core.DataState
-
The state for modified datas.
- STATE_UNCHANGED - Static variable in interface org.da.protoframework.model.core.DataState
-
The state for unchanged datas.
- stop() - Method in interface org.da.protoframework.eventlogger.EventEngine
-
Called when the engine must be stopped.
- stop() - Static method in class org.da.protoframework.eventlogger.EventLoggerFactory
-
Called when the engine must be stopped.
- Str(ServiceDefinition.Data) - Constructor for class org.da.protoframework.model.core.Data.Str
-
Constructor.
- STRING - Static variable in class org.da.protoframework.model.types.Type
-
The base built-in String type.
- StringType - Class in org.da.protoframework.model.types
-
The String type.
- StringType(String) - Constructor for class org.da.protoframework.model.types.StringType
-
Constructor.
- StringType(NamespaceKey) - Constructor for class org.da.protoframework.model.types.StringType
-
Constructor.
- stripNamespace() - Method in class org.da.protoframework.model.namespace.NamespaceKey
-
Return a new NamespaceKey without the namespace part.
- StructType - Class in org.da.protoframework.model.types
-
Represent structure types.
- StructType(String) - Constructor for class org.da.protoframework.model.types.StructType
-
Constructor.
- StructType(NamespaceKey) - Constructor for class org.da.protoframework.model.types.StructType
-
Constructor.
- StructType.Field - Class in org.da.protoframework.model.types
-
Represent a field.
- Structure(ServiceDefinition.Data) - Constructor for class org.da.protoframework.model.core.Data.Structure
-
Constructor.
- subscribe(ServiceInstance<?, ?>) - Method in interface org.da.protoframework.model.core.FrameworkOwner
-
Called when the module receives a Service notification.
- SUBSCRIBER - Static variable in class org.da.protoframework.util.ServiceTemplates
-
The type for subscribed services.
- subscriberServices - Variable in class org.da.protoframework.model.core.Module
-
The Maps of subscriber Services.
- SubscribeServiceInstance - Class in org.da.protoframework.model.core
-
Represent a subscribe Service instance on a Module.
- SubscribeServiceInstance(PublishService, SubscribeInterfaceDefinition, Module) - Constructor for class org.da.protoframework.model.core.SubscribeServiceInstance
-
Constructor.
- Switch(ServiceDefinition.Data) - Constructor for class org.da.protoframework.model.core.Data.Switch
-
Constructor.
- SwitchType - Class in org.da.protoframework.model.types
-
Represent switch types.
- SwitchType(String) - Constructor for class org.da.protoframework.model.types.SwitchType
-
Constructor.
- SwitchType(NamespaceKey) - Constructor for class org.da.protoframework.model.types.SwitchType
-
Constructor.