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

For more information, please explore the Attic.

Module hivemind
Back to master index

[public] Schema hivemind.MethodFilter
Used primarily as parameters to interceptor factories (such as LoggingInterceptor) to define which methods of service interface are to be included and which excluded.
Element <include>
Identifies a method, or set of methods, to be included.
Attribute method (required) Translator: string
A method pattern used to identify the affected methods.
Conversion Rules
<create-object class="service.MethodContribution,include" />
<read-attribute attribute="method" property="methodPattern" />
<invoke-parent method="addElement" />
Element <exclude>
Identifies a method, or set of methods, to be excluded.
Attribute method (required) Translator: string
A method pattern used to identify the affected methods.
Conversion Rules
<create-object class="service.MethodContribution" />
<read-attribute attribute="method" property="methodPattern" />
<invoke-parent method="addElement" />
References
Services
hivemind.LoggingInterceptor
hivemind.LoggingInterceptor
hivemind.LoggingInterceptor
hivemind.management.PerformanceMonitorFactory
hivemind.management.PerformanceMonitorFactory
hivemind.management.PerformanceMonitorFactory

Module hivemind
Back to master index