/modules/apps/static/osgi-felix-lang/osgi-felix-lang/src/main/resources/content/Language_en.properties
Properties File | 39 lines | 39 code | 0 blank | 0 comment | 0 complexity | b11d363ea9e2e4e5dfdb3f826a58bdde MD5 | raw file
Possible License(s): LGPL-2.0
- ds-delayed-keepInstances=Keep Component Instances
- ds-delayed-keepInstances-help=Configure whether or not to keep instances of delayed components once they are not referred to any more. The Declarative Services specifications suggests that instances of delayed components are disposed of if they are not used any longer. Setting this flag causes the components to not be disposed of, and thus prevents them from being constantly recreated if often used. Examples of such components may be EventHandler services. The default is to dispose of unused components.
- ds-factory-enabled=Extended Factory Components
- ds-factory-enabled-help=Configure whether or not to enable the support for creating Factory Component instances based on factory configuration. This is an Apache Felix SCR specific extension, explicitly not supported by the Declarative Services specification. Reliance on this feature prevent the component from being used with other Declarative Services implementations. The default value is false to disable this feature.
- ds-global-extender=Global Extender
- ds-global-extender-help=Configure whether to extend all bundles, which are visible or not to this bundle, to this bundle.
- ds-lock-timeout-milliseconds=Lock Timeout Milliseconds
- ds-lock-timeout-milliseconds-help=Configure how long a lock is held before releasing due to suspected deadlock.
- ds-loglevel=SCR Log Level
- ds-loglevel-help=Configure the log level to limit the amount of logging information sent to the OSGi LogService. Supported values are DEBUG, INFO, WARN, and ERROR. This property is not used if a R7 LogService implementation is available as the log level can be configured through that service. The default value is ERROR.
- ds-stop-timeout-milliseconds=Stop Timeout Milliseconds
- ds-stop-timeout-milliseconds-help=Configure how long to wait for a bundle to stop before continuing due to suspected deadlock.
- felix-fileinstall-bundles-new-start=Start New Bundles
- felix-fileinstall-bundles-startActivationPolicy=Use the Bundle Activation Policy When Starting
- felix-fileinstall-bundles-startTransient=Start Bundles Transiently
- felix-fileinstall-dir=Poll Directory
- felix-fileinstall-filter=File Name Filter
- felix-fileinstall-log-level=Log Level
- felix-fileinstall-noInitialDelay=No Initial Delay
- felix-fileinstall-poll=Poll interval
- felix-fileinstall-start-level=Bundles Start Level
- felix-fileinstall-tmpdir=Temp Directory
- org-apache-felix-eventadmin-AsyncToSyncThreadRatio=Async/Sync Thread Pool Ratio
- org-apache-felix-eventadmin-AsyncToSyncThreadRatio-help=Configure the ratio of asynchronous to synchronous threads in the internal thread pool. Ratio must be positive and may be adjusted to represent the distribution of post to send operations. Applications with a higher number of post operations should have a higher ratio.
- org-apache-felix-eventadmin-IgnoreTimeout=Ignore Timeouts
- org-apache-felix-eventadmin-IgnoreTimeout-help=Configure event handlers to be called without a timeout. If a timeout is configured by default, then all event handlers are called using the timeout. For performance optimization, it is possible to configure event handlers where the timeout handling is not used. This reduces the thread usage from the thread pools as the timeout handling requires an additional thread to call the event handler. However, the application should work without this configuration property. It is a pure optimization. The value is a list of strings. If a string ends with a dot, all handlers in exactly this package are ignored. If the string ends with a star, all handlers in this package and all subpackages are ignored. If the string neither ends with a dot nor with a star, this is assumed to define an exact class name.
- org-apache-felix-eventadmin-IgnoreTopic=Ignore Topics
- org-apache-felix-eventadmin-IgnoreTopic-help=Configure topics which are ignored by the event admin implementation for performance optimization. In this case, a event is not delivered to registered event handlers. The value is a list of strings (separated by comma). If a single value ends with a dot, all topics in exactly this package are ignored. If a single value ends with a star, all topics in this package and all sub packages are ignored. If a single value neither ends with a dot nor with a start, this is assumed to define an exact topic. A single star can be used to disable delivery completely.
- org-apache-felix-eventadmin-RequireTopic=Require Topic
- org-apache-felix-eventadmin-RequireTopic-help=Configure whether event handlers are required to be registered with a topic. This is enabled by default. The specification says that event handlers must register with a list of topics they are interested in. Disabling this setting will enable that handlers without a topic are receiving all events (i.e., they are treated the same as with a topic=*).
- org-apache-felix-eventadmin-ThreadPoolSize=Thread Pool Size
- org-apache-felix-eventadmin-ThreadPoolSize-help=Configure the size of the thread pool used for event delivery. The default value is 20. Increase in case of a large amount of events. A value of less then 2 triggers the default value. If the pool is exhausted, event delivery is blocked until a thread becomes available from the pool. Each event is delivered in a thread from the pool unless the ignore timeouts is configured for the receiving event handler.
- org-apache-felix-eventadmin-Timeout=Timeout
- org-apache-felix-eventadmin-Timeout-help=Configure the blacklist timeout in milliseconds. The default value is 5000. Increase or decrease at own discretion. A value of less than 100 turns timeouts off. Any other value is the time in milliseconds granted to each event handler before it gets blacklisted.
- org-apache-felix-eventadmin-ocd-help=Configure for the Apache Felix Event Admin implementation. This configuration overwrites configuration defined in framework properties of the same names.
- org-apache-felix-eventadmin-ocd-name=Apache Felix Event Admin Implementation
- org-apache-felix-fileinstall-ocd-name=Apache Felix File Install
- org-apache-felix-scr-ScrService-ocd-help=Configure the Apache Felix Declarative Services implementation. This configuration overwrites configuration defined in framework properties of the same names.
- org-apache-felix-scr-ScrService-ocd-name=Apache Felix Declarative Service Implementation