Hi,

I have a couple of questions on different MBean services which are not
covered in the paid-for docs unfortunately, or are covered, but not in a
sufficient manner IMHO.

I'd love to hear from anybody who can tell me about the following:

1:
--

Except from jboss-service.xml:

        <!--
==================================================================== -->
        <!-- Monitoring and Management
-->
        <!--
==================================================================== -->
        <!-- Uncomment to enable JMX monitoring of the bean cache   -->

  <mbean code="org.jboss.monitor.BeanCacheMonitor" 
         name="jboss.monitor:name=BeanCacheMonitor"/>
        <!-- Uncomment to enable JMX monitoring of the entity bean locking
-->
  <mbean code="org.jboss.monitor.EntityLockMonitor" 
         name="jboss.monitor:name=EntityLockMonitor"/>

2:
--

Excerpt from jboss-service.xml

        <!--
==================================================================== -->
        <!-- Deployment Scanning
-->
        <!--
==================================================================== -->
        <!-- Uncomment to enable caching of deployment units  -->
  <mbean code="org.jboss.deployment.cache.FileDeploymentStore"
         name="jboss.deployment:type=DeploymentStore,flavor=File">
    <attribute name="DirectoryName">data/deployment-cache</attribute>
  </mbean>

  <mbean code="org.jboss.deployment.cache.DeploymentCache"
         name="jboss.deployment:type=DeploymentCache">
    <depends
optional-attribute-name="Deployer">jboss.system:service=MainDeployer</depend
s>
    <depends
optional-attribute-name="Store">jboss.deployment:type=DeploymentStore,flavor
=File</depends>
  </mbean>

3:
--

What's the counter service MBean for (counter-service.xml) and how can it be
used and for what purposes?

Thanks,
Bernhard

This e-mail and any attachment is for authorised use by the intended recipient(s) 
only.  It may contain proprietary material, confidential information and/or be subject 
to legal privilege.  It should not be copied, disclosed to, retained or used by, any 
other party.  If you are not an intended recipient then please promptly delete this 
e-mail and any attachment and all copies and inform the sender.  Thank you.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to