This section describes a way to debug Host On-Demand J2EE Connector code.
By default, trace facility is turned off. To enable trace, Managed Connection Factory's
TraceLevel property needs to be set. The value of trace levels
are specified in J2HODBaseManagedConnectionFactory (please refer to Host On-Demand
J2EE Connector Javadoc for more information). The possible trace level values are:
{ ... J2HOD5250ManagedConnectionFactory mcf = new J2HOD5250ManagedConnectionFactory(); mcf.setTraceLevel(new Integer(J2HODBaseManagedConnectionFactory.RAS_TRACE_ENTRY_EXIT)); ... }
[ Top of Page | Previous Page| Next Page | Table of Contents]