Java Reference
In-Depth Information
<update-check>
<enabled>true</enabled>
</update-check>
</servers>
<system>
<configuration-model>development</configuration-model>
</system>
<clients>
<logs>target/terracotta/clients/logs/%(tc.nodeName)</logs>
<statistics>target/terracotta/clients/statistics/%(tc.nodeName)</statistics>
</clients>
<application>
<dso>
<instrumented-classes>
<include>
<honor-transient>true</honor-transient>
<class-expression>
com.apress.springenterpriserecipes.distributedspring.terracotta.
customerconsole.service.CustomerService*
</class-expression>
</include>
<include>
<honor-transient>true</honor-transient>
<class-expression>
com.apress.springenterpriserecipes.distributedspring.
terracotta.customerconsole.entity.*
</class-expression>
</include>
</instrumented-classes>
<locks>
<autolock auto-synchronized="true">
<method-expression>*
com.apress.springenterpriserecipes.distributedspring.
terracotta.customerconsole.entity.*.toString(..)
</method-expression>
<lock-level>read</lock-level>
</autolock>
<autolock auto-synchronized="true">
<method-expression>*
com.apress.springenterpriserecipes.distributedspring.
terracotta.customerconsole.service.*.*(..)
</method-expression>
<lock-level>write</lock-level>
</autolock>
</locks>
<roots>
<root>
<field-name>
Search WWH ::




Custom Search