From: Dave B. <bla...@us...> - 2011-05-10 20:13:09
|
Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/util In directory vz-cvs-3.sog:/tmp/cvs-serv29888/src/org/sblim/cimclient/internal/util Modified Files: WBEMConfiguration.java Log Message: 3277928 - CIM-XML tracing cannot be enabled in the field Index: WBEMConfiguration.java =================================================================== RCS file: /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/util/WBEMConfiguration.java,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- WBEMConfiguration.java 14 Mar 2011 12:52:51 -0000 1.35 +++ WBEMConfiguration.java 10 May 2011 20:13:07 -0000 1.36 @@ -33,6 +33,7 @@ * 3111718 2010-11-18 blaschke-oss org.sblim.cimclient SSL Code is using the wrong SSL Property * 3185763 2011-02-25 blaschke-oss Reliable indication support - Phase 1 * 3195069 2011-02-28 blaschke-oss Need support to disable SSL Handshake + * 3277928 2011-04-06 blaschke-oss CIM-XML tracing cannot be enabled in the field */ package org.sblim.cimclient.internal.util; @@ -823,6 +824,16 @@ } /** + * Returns the CIM-XML trace stream to be used if application does not set + * one of its own + * + * @return The trace stream + */ + public String getCimXmlTraceStream() { + return getProperty(WBEMConfigurationProperties.CIMXML_TRACE_STREAM, null); + } + + /** * Returns the backlog that is tolerated before the thread pool creates an * additional handler * |