All handling of settable global options is done here and in the TipcOption class. Options may also be set on a per connection basis through the TipcConnClient interface.
Options are loaded using the Properties
mechanism,
which requires text files containing key/value pairs. These files can
either be loaded from the local filesystem, or remotely via a URL.
The keys in a property file are, by convention, stated in a heirarchy using dots as a separator. All SmartSockets options are in the "ss" hierarchy, so all of them start with "ss.". An example of an options file would be:
ss.project: sat1 ss.server_auto_connect: false ss.unique_subject: node1Option names and values are case-sensitive. There are methods in this class to extract values as strings, integers, doubles, booleans, and enumerated values. For enumerations, there are methods to set the list of valid values, and their corresponding int values.
For a list of all members of this type, see Tut Members.
System.Object
Tut
Namespace: TIBCO.SMARTSOCKETS Namespace
Assembly: TIBCO.SS.dll
Tut Members | TIBCO.SMARTSOCKETS Namespace | TipcOption | TipcConnClient