RTI Routing Service Version 7.3.0
|
Routing Service can be deployed as a Java library This API allows you to create, configure and start RTI Routing Service instances from your application. More...
Classes | |
class | RoutingService |
RTI Routing Service. More... | |
class | RoutingServiceProperty |
Configuration of RTI Routing Service. More... | |
Routing Service can be deployed as a Java library This API allows you to create, configure and start RTI Routing Service instances from your application.
The following code shows the typical use of the API:
Instead of a file, you can use XML strings to configure RTI Routing Service. See RoutingServiceProperty for more information.
Your application must be built against the RTI Routing Service jar file in <NDDSHOME>/lib/java/ which must be able to dynamically load the RTI Routing Service library in <NDDSHOME>/lib/<architecture>/
Exceptions: Calls on RoutingService and RoutingServiceProperty may throw infrastructure.RoutingServiceException upon failure.