Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EIG:Configuration Properties"

(R-OSGi provider)
(Main ECF configuration properties)
Line 1: Line 1:
= Main ECF configuration properties =
+
= ECF Remote Service System Properties =
  
Properties are accessed via System.getProperties();
+
System property values are accessed via System.getProperties() or System.getProperty(<property name>);
  
 
{|{{BMTableStyle}}
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
|-{{BMTHStyle}}
! Property
+
! Property Name
 
! Description
 
! Description
 
! Default value
 
! Default value
Line 12: Line 12:
 
| Timeout of remote services. Described in [[http://download.eclipse.org/rt/ecf/3.5.6/javadoc/org/eclipse/ecf/remoteservice/IRemoteCall.html#DEFAULT_TIMEOUT]]
 
| Timeout of remote services. Described in [[http://download.eclipse.org/rt/ecf/3.5.6/javadoc/org/eclipse/ecf/remoteservice/IRemoteCall.html#DEFAULT_TIMEOUT]]
 
| 30000
 
| 30000
|-
 
| ecf.remotecall.example
 
| Example
 
|
 
|-
 
| ecf.remotecall.example2
 
|
 
|
 
 
|}
 
|}
  

Revision as of 20:59, 5 July 2012

ECF Remote Service System Properties

System property values are accessed via System.getProperties() or System.getProperty(<property name>);

Property Name Description Default value
ecf.remotecall.timeout Timeout of remote services. Described in [[1]] 30000

Properties for each provider

Provider list is ECF_Providers. These properties are used when creating a new Container or via Declarative Services.

ECF provider

Property Value Type Description
service.exported.interfaces * String Interfaces to export
service.exported.configs ecf.generic.server String
ecf.exported.containerfactoryargs ecftcp://localhost:3781/server String

R-OSGi provider

Property Value Type Description
service.exported.interfaces * String Interfaces to export
service.exported.configs ecf.r_osgi.peer String
ecf.exported.containerfactoryargs r-osgi://localhost:9278/ String

Extra configuration properties for R-OSGi are shown in R-OSGi_Properties (should be moved here to centralize?)

Back to the top