Uses of Class
com.fusesource.fmc.restjmx.model.Attribute

Packages that use Attribute
com.fusesource.fmc.restjmx.model The JAXB POJOs for RestJMX 
com.fusesource.fmc.restjmx.resources   
 

Uses of Attribute in com.fusesource.fmc.restjmx.model
 

Methods in com.fusesource.fmc.restjmx.model that return types with arguments of type Attribute
 java.util.List<Attribute> Attributes.getAttributes()
           
 

Method parameters in com.fusesource.fmc.restjmx.model with type arguments of type Attribute
 void Attributes.setAttributes(java.util.List<Attribute> attributes)
           
 

Uses of Attribute in com.fusesource.fmc.restjmx.resources
 

Methods in com.fusesource.fmc.restjmx.resources that return Attribute
 Attribute AttributeResource.getAttribute()
          Returns this MBean
 

Methods in com.fusesource.fmc.restjmx.resources that return types with arguments of type Attribute
 java.util.List<Attribute> MBeanResource.getAttributeList()
           
 java.util.List<Attribute> AttributesResource.getAttributeList()
           
 



Copyright © 2012 FuseSource. All Rights Reserved.