[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wsf-c-commits
Subject:    [Wsf-commits] svn commit r53671 -
From:       damitha () wso2 ! com
Date:       2010-01-26 20:05:43
Message-ID: E1NZrfT-0006qD-10 () wso2 ! org
[Download RAW message or body]

Author: damitha
Date: Tue Jan 26 12:05:42 2010
New Revision: 53671
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=53671

Log:


Added:
   trunk/wsf/c/adminservices/statistics_admin/module/module.xml
Modified:
   trunk/wsf/c/adminservices/statistics_admin/module/Makefile.am

Modified: trunk/wsf/c/adminservices/statistics_admin/module/Makefile.am
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/c/adminservices/statistics_admin/module/Makefile.am?rev=53671&r1=53670&r2=53671&view=diff
 ==============================================================================
--- trunk/wsf/c/adminservices/statistics_admin/module/Makefile.am	(original)
+++ trunk/wsf/c/adminservices/statistics_admin/module/Makefile.am	Tue Jan 26 12:05:42 \
2010 @@ -1,12 +1,12 @@
-noinst_LTLIBRARIES = libstatistics_admin.la
+noinst_LTLIBRARIES = libstatistics.la
 
-libstatistics_admin_la_SOURCES = response_time_processor.c \
+libstatistics_la_SOURCES = response_time_processor.c \
 								 fault_count_handler.c \
 								 in_op_count_handler.c \
 								 out_op_count_handler.c \
 								 svc_request_count_handler.c \
 								 mod_statistics_admin.c
-libstatistics_admin_la_LIBADD = 
+libstatistics_la_LIBADD = 
 
 INCLUDES = -I$(top_builddir)/include \
 			-I. \

Added: trunk/wsf/c/adminservices/statistics_admin/module/module.xml
URL: http://wso2.org/svn/browse/wso2/trunk/wsf/c/adminservices/statistics_admin/module/module.xml?pathrev=53671
 ==============================================================================
--- (empty file)
+++ trunk/wsf/c/adminservices/statistics_admin/module/module.xml	Tue Jan 26 12:05:42 \
2010 @@ -0,0 +1,29 @@
+<module name="statistics" class="statistics">
+    <Description>
+        This module handles server statistics
+    </Description>
+    <inflow>
+        <handler name="svc_request_count_handler" class="statistics">
+            <order phase="Dispatch"/>
+        </handler>
+        <handler name="in_op_count_handler" class="statistics">
+            <order phase="OpPhase"/>
+        </handler>
+        <handler name="response_time_handler" class="statistics">
+            <order phase="Transport"/>
+        </handler>
+    </inflow>
+    <outflow>        
+        <handler name="out_op_count_handler" class="statistics">
+            <order phase="OpPhase"/>
+        </handler>   
+        <handler name="response_time_handler" class="statistics">
+            <order phase="MessageOut"/>
+        </handler>   
+    </outflow>
+    <OUTfaultflow>        
+        <handler name="fault_count_handler" class="statistics">
+            <order phase="MessageOut"/>
+        </handler>   
+    </OUTfaultflow>
+</module>

_______________________________________________
Wsf-commits mailing list
Wsf-commits@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/wsf-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic