Update of /cvsroot/sblim/jsr48-client/src/org/sblim/cimclient/internal/util
In directory vz-cvs-3.sog:/tmp/cvs-serv28323/src/org/sblim/cimclient/internal/util
Modified Files:
Tag: Experimental
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.17.2.21
retrieving revision 1.17.2.22
diff -u -d -r1.17.2.21 -r1.17.2.22
--- WBEMConfiguration.java 28 Feb 2011 17:01:08 -0000 1.17.2.21
+++ WBEMConfiguration.java 6 Apr 2011 22:44:27 -0000 1.17.2.22
@@ -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-07 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
*
|