Module hivemind
Back to master index

[public] Schema hivemind.MethodFilter
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="org.apache.hivemind.service.MethodContribution" />
<set-property property="include" value="true" />
<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="org.apache.hivemind.service.MethodContribution" />
<set-property property="include" value="false" />
<read-attribute attribute="method" property="methodPattern" />
<invoke-parent method="addElement" />
References
Services
hivemind.LoggingInterceptor

Module hivemind
Back to master index