Server Interface Control Commands

debuggingon

Use the debugginon command in batch commands to turn debug tracing of all interactions with the TIBCO® Patterns server.

debuggingoff

Use the debugginoff  command in batch commands to turn debug tracing off.

getconnectionpoolingpolicy

Use the getconnectionpoolingpolicy command to determine what level of connection pooling is enabled. 0 = No connection pooling. 1 = Matching engine has own connection pooling. 2 = Shared connection pooling. The default is “2”.

setconnectionpoolingpolicy –policy <off|local|common>

Use the setconnectionpoolingpolicy command to set the connection pooling policy.  –policy must be set to one of:

off

do not use connection pooling when communicating with the matching engine.  Every command is a new connection.

local

each instance of NetricsServerInterface has a separate pool of active connections to the matching engine.

common

there is a single common pool of connections for all NetricsServerInterface objects.

version

The version command returns the release level of the of the Java interface code that is being used.