6.1. PojoCache MBean service

6.1. PojoCache MBean service

PojoCache can also be deployed as a MBean service under JBoss Application Server. However, you will need to use the correct class to instantiate. For example, this is the code snippet for the MBean attribute in the xml file:

<mbean code="org.jboss.cache.aop.PojoCache" name="jboss.cache:service=PojoCache">

You can modify the object service name to your liking, of course.