Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portal.kernel.jmx.model.MBean

Packages that use MBean
com.liferay.portal.kernel.jmx.model   
com.liferay.portal.kernel.management.jmx   
 

Uses of MBean in com.liferay.portal.kernel.jmx.model
 

Methods in com.liferay.portal.kernel.jmx.model that return types with arguments of type MBean
 List<MBean> Domain.getMBeans()
           
 

Constructor parameters in com.liferay.portal.kernel.jmx.model with type arguments of type MBean
Domain(String domainName, List<MBean> mBeans)
           
 

Uses of MBean in com.liferay.portal.kernel.management.jmx
 

Methods in com.liferay.portal.kernel.management.jmx that return MBean
 MBean LoadMBeanInfoAction.action()
           
 

Methods in com.liferay.portal.kernel.management.jmx that return types with arguments of type MBean
 Set<MBean> ListMBeansAction.action()
           
 

Constructors in com.liferay.portal.kernel.management.jmx with parameters of type MBean
GetAttributesAction(MBean mBean)
           
LoadMBeanInfoAction(MBean mBean)
           
 


Liferay 6.2-ce-ga5