Uses of Class
org.ow2.jonas.management.extensions.base.api.J2EEMBeanAttributeInfo

Packages that use J2EEMBeanAttributeInfo
org.ow2.jonas.lib.management.extensions.base   
org.ow2.jonas.lib.management.extensions.manager   
org.ow2.jonas.management.extensions.base.api   
org.ow2.jonas.webapp.jonasadmin   
org.ow2.jonas.webapp.jonasadmin.service.container   
org.ow2.jonas.webapp.jonasadmin.service.ejb   
 

Uses of J2EEMBeanAttributeInfo in org.ow2.jonas.lib.management.extensions.base
 

Methods in org.ow2.jonas.lib.management.extensions.base that return J2EEMBeanAttributeInfo
 J2EEMBeanAttributeInfo[] BaseManagement.getAttributes(ObjectName objectName, String serverName)
          Get management attributes.
 

Uses of J2EEMBeanAttributeInfo in org.ow2.jonas.lib.management.extensions.manager
 

Methods in org.ow2.jonas.lib.management.extensions.manager that return J2EEMBeanAttributeInfo
 J2EEMBeanAttributeInfo[] ManagementEntryPoint.getAttributes(ObjectName objectName, String serverName)
          Get management attributes.
 

Uses of J2EEMBeanAttributeInfo in org.ow2.jonas.management.extensions.base.api
 

Methods in org.ow2.jonas.management.extensions.base.api that return J2EEMBeanAttributeInfo
 J2EEMBeanAttributeInfo[] IBaseManagement.getAttributes(ObjectName objectName, String serverName)
          Get management attributes.
 

Uses of J2EEMBeanAttributeInfo in org.ow2.jonas.webapp.jonasadmin
 

Methods in org.ow2.jonas.webapp.jonasadmin that return J2EEMBeanAttributeInfo
 J2EEMBeanAttributeInfo[] JonasBaseAction.getAttributes(ObjectName objectName, String serverName)
          Get management attributes.
 

Uses of J2EEMBeanAttributeInfo in org.ow2.jonas.webapp.jonasadmin.service.container
 

Methods in org.ow2.jonas.webapp.jonasadmin.service.container that return J2EEMBeanAttributeInfo
 J2EEMBeanAttributeInfo EjbContainersStatisticForm.getDeploymentDescriptor()
           
 J2EEMBeanAttributeInfo EjbContainersStatisticForm.getJonasDeploymentDescriptor()
           
 

Methods in org.ow2.jonas.webapp.jonasadmin.service.container that return types with arguments of type J2EEMBeanAttributeInfo
 List<J2EEMBeanAttributeInfo> EjbContainersStatisticForm.getAttributes()
           
 List<J2EEMBeanAttributeInfo> EjbContainersStatisticForm.getMonitoringAttributes()
           
 List<J2EEMBeanAttributeInfo> EjbContainersStatisticForm.getNamingAttributes()
           
 

Methods in org.ow2.jonas.webapp.jonasadmin.service.container with parameters of type J2EEMBeanAttributeInfo
 void EjbContainersStatisticForm.setAttributes(J2EEMBeanAttributeInfo[] attributes)
           
 void EjbContainersStatisticForm.setDeploymentDescriptor(J2EEMBeanAttributeInfo deploymentDescriptor)
           
 void EjbContainersStatisticForm.setJonasDeploymentDescriptor(J2EEMBeanAttributeInfo jonasDeploymentDescriptor)
           
 void EjbContainersStatisticForm.setMonitoringAttributes(J2EEMBeanAttributeInfo[] monitoringAttributes)
           
 void EjbContainersStatisticForm.setNamingAttributes(J2EEMBeanAttributeInfo[] namingAttributes)
           
 

Method parameters in org.ow2.jonas.webapp.jonasadmin.service.container with type arguments of type J2EEMBeanAttributeInfo
 void EjbContainersStatisticForm.setMonitoringAttributes(List<J2EEMBeanAttributeInfo> monitoringAttributes)
           
 

Uses of J2EEMBeanAttributeInfo in org.ow2.jonas.webapp.jonasadmin.service.ejb
 

Methods in org.ow2.jonas.webapp.jonasadmin.service.ejb that return types with arguments of type J2EEMBeanAttributeInfo
 List<J2EEMBeanAttributeInfo> EjbForm.getAttributes()
           
 List<J2EEMBeanAttributeInfo> EjbForm.getGeneralAttributes()
           
 List<J2EEMBeanAttributeInfo> EjbForm.getMonitoringAttributes()
           
 List<J2EEMBeanAttributeInfo> EjbForm.getNamingAttributes()
           
 

Methods in org.ow2.jonas.webapp.jonasadmin.service.ejb with parameters of type J2EEMBeanAttributeInfo
 void EjbForm.setAttributes(J2EEMBeanAttributeInfo[] attributes)
           
 void EjbForm.setMonitoringAttributes(J2EEMBeanAttributeInfo[] monitoringAttributes)
           
 void EjbForm.setNamingAttributes(J2EEMBeanAttributeInfo[] namingAttributes)
           
 

Method parameters in org.ow2.jonas.webapp.jonasadmin.service.ejb with type arguments of type J2EEMBeanAttributeInfo
 void EjbForm.setGeneralAttributes(List<J2EEMBeanAttributeInfo> generalAttributes)
           
 void EjbForm.setMonitoringAttributes(List<J2EEMBeanAttributeInfo> monitoringAttributes)
           
 void EjbForm.setNamingAttributes(List<J2EEMBeanAttributeInfo> namingAttributes)
           
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.