RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
Version Class Reference

<<interface>> The version of an RTI Connext distribution. More...

Public Member Functions

ProductVersion_t get_product_version ()
 Get the RTI Connext product version.
 
LibraryVersion_t get_java_api_version ()
 Get the version of the Java API library.
 
LibraryVersion_t get_c_api_version ()
 Get the version of the C API library.
 
LibraryVersion_t get_core_version ()
 Get the version of the core library.
 
String toString ()
 Get this version in string form.
 

Static Public Member Functions

static Version get_instance ()
 Get the singleton instance of this type.
 

Detailed Description

<<interface>> The version of an RTI Connext distribution.

The complete version is made up of the versions of the individual libraries that make up the product distribution.

Member Function Documentation

static Version get_instance ( )
static

Get the singleton instance of this type.

ProductVersion_t get_product_version ( )

Get the RTI Connext product version.

LibraryVersion_t get_java_api_version ( )

Get the version of the Java API library.

LibraryVersion_t get_c_api_version ( )

Get the version of the C API library.

LibraryVersion_t get_core_version ( )

Get the version of the core library.

String toString ( )

Get this version in string form.

Combine all of the constituent library versions into a single string.


RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc