2009/04/15 - Apache HiveMind has been retired.

For more information, please explore the Attic.

Module hivemind
Back to master index

[public] Service Point hivemind.LoggingInterceptor Interface: org.apache.hivemind.ServiceInterceptorFactory
An interceptor factory for adding method-level logging to a service. Logging occurs at level DEBUG and uses the service id as the logger. Method entry (with parameters) and method exit (with return value) are logged, as are any exceptions.
Parameters Schema: hivemind.MethodFilter
Parameters occurs: 1
Implementation
  • <invoke-factory service-id="hivemind.BuilderFactory" model="primitive" >
    • <construct class="service.impl.LoggingInterceptorFactory" >
      • <set-service property="factory" service-id="ClassFactory" />
      </construct>
    </invoke-factory>

Module hivemind
Back to master index