com.kuka.roboticsAPI.controllerModel
Class RequestHandlerConfiguration
java.lang.Object
com.kuka.roboticsAPI.TagBasedConfiguration
com.kuka.roboticsAPI.controllerModel.RequestHandlerConfiguration
- All Implemented Interfaces:
- Iterable<com.kuka.common.ParameterSet>
public final class RequestHandlerConfiguration
- extends TagBasedConfiguration
Holds the configuration for the request handlers. When a load process is
started, all found handlers are registered immediately with the in the
constructor specified request service.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
|
Method Summary |
protected void |
afterLoad()
Will be called after a new configuration was loaded. |
| Methods inherited from class com.kuka.roboticsAPI.TagBasedConfiguration |
addConfigurationItemDescription, getConfigurationItemCount, getConfigurationItems, getContext, iterator, loadFromDocument, loadFromElement, loadFromFile, loadFromResource, loadFromURL, onLoad |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestHandlerConfiguration
public RequestHandlerConfiguration(RequestService service)
- Creates the singleton instance. Initially, we reset this config to the
default configuration.
- Parameters:
service - The service of this configuration.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
afterLoad
protected void afterLoad()
- Description copied from class:
TagBasedConfiguration
- Will be called after a new configuration was loaded. The items contain
the loaded parameters of the tags.
- Overrides:
afterLoad in class TagBasedConfiguration
Copyright © 2019. All rights reserved.