Author: jim.ma
Date: 2014-06-16 03:12:52 -0400 (Mon, 16 Jun 2014)
New Revision: 18736
Modified:
spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java
Log:
[JBWS-3733]:Allow enabling/disabling endpoint metrics
Modified: spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java
===================================================================
--- spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java 2014-06-13
20:48:10 UTC (rev 18735)
+++ spi/trunk/src/main/java/org/jboss/wsf/spi/management/ServerConfig.java 2014-06-16
07:12:52 UTC (rev 18736)
@@ -65,6 +65,10 @@
void setModifySOAPAddress(boolean flag);
+ boolean isStatisticsEnabled();
+
+ void setStatisticsEnabled(boolean flag);
+
/**
* Register a client config in the server configuration; the new config will apply to
runtime when the server config is started
* or after a client config store reload.
Show replies by date