Hi All,

Think we need a general object monitoring solution.
A while ago I implemented an Intercepting Mechanism that can be used to implement generic component monitoring.
It can be turned on in OJB.properties:

#----------------------------------------------------------------------------------------
# Component Intercepting for Profiling and Tracing
#----------------------------------------------------------------------------------------
#
# By enabling an InterceptorClass all OJB components will use
# this Interceptor. Interceptors allow advanced tracing and Profiling
# of all component method calls.
# This is currently an experimental feature useful only for OJB kernel
# developers.
#
#InterceptorClass=org.apache.ojb.broker.util.interceptor.TracingInterceptor

My sample implementation may not be very useful, but building a full component tracing and monitoring based on my approach will be quite elegant.

cheers,
Thomas


regards,
Armin


--
To unsubscribe, e-mail:   <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>







--
To unsubscribe, e-mail:   <mailto:ojb-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ojb-user-help@;jakarta.apache.org>

Reply via email to