Uses of Interface
org.mc4j.ems.connection.bean.attribute.EmsAttribute

Packages that use EmsAttribute
org.mc4j.ems.connection.bean   
org.mc4j.ems.connection.bean.attribute   
 

Uses of EmsAttribute in org.mc4j.ems.connection.bean
 

Methods in org.mc4j.ems.connection.bean that return EmsAttribute
 EmsAttribute EmsBean.getAttribute(java.lang.String name)
           
 

Methods in org.mc4j.ems.connection.bean that return types with arguments of type EmsAttribute
 java.util.SortedSet<EmsAttribute> EmsBean.getAttributes()
           
 java.util.List<EmsAttribute> EmsBean.refreshAttributes()
          Refresh, from the server, all attribute values for an MBean
 java.util.List<EmsAttribute> EmsBean.refreshAttributes(java.util.List<java.lang.String> attributeNames)
          Return a specific subset of EmsAttributes for a bean based on the requested list of attributes by name.
 

Uses of EmsAttribute in org.mc4j.ems.connection.bean.attribute
 

Constructors in org.mc4j.ems.connection.bean.attribute with parameters of type EmsAttribute
AttributeChangeEvent(EmsAttribute attribute, java.lang.Object oldValue, java.lang.Object newValue)