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)
          Returns the attribute with the specified name, or null if this MBean has no such attribute.
 

Methods in org.mc4j.ems.connection.bean that return types with arguments of type EmsAttribute
 java.util.SortedSet<EmsAttribute> EmsBean.getAttributes()
          Returns the set of all attributes for this MBean; never null.
 java.util.List<EmsAttribute> EmsBean.refreshAttributes()
          Refresh, from the server, all attribute values for this MBean and return the set of attributes; never null.
 java.util.List<EmsAttribute> EmsBean.refreshAttributes(java.util.List<java.lang.String> names)
          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)