Verastream© Bridge Integrator 4.0

com.attachmate.cicsbridge
Interface TraceConfiguration


public interface TraceConfiguration

The ability to create a trace on the host

Since:
1.0

Method Summary
 boolean isTracing()
          Specifies whether or not this TraceConfiguration is currently tracing
 void start(java.lang.String traceName)
          Start CICS 3270 Bridge Vector trace with the trace Temporary Storage queue name
 void stop()
          Stop CICS 3270 Bridge Vector trace
 

Method Detail

isTracing

boolean isTracing()
Specifies whether or not this TraceConfiguration is currently tracing

Returns:
true if tracing, else false

start

void start(java.lang.String traceName)
           throws java.lang.IllegalStateException,
                  BridgeException
Start CICS 3270 Bridge Vector trace with the trace Temporary Storage queue name

Parameters:
traceName - Trace Name to use.
Throws:
java.lang.IllegalStateException - if trace is already running, or not connected
BridgeException

stop

void stop()
          throws BridgeException
Stop CICS 3270 Bridge Vector trace

Throws:
BridgeException

Verastream© Bridge Integrator 4.0