| Package | Description |
|---|---|
| org.mc4j.ems.connection.bean | |
| org.mc4j.ems.connection.bean.attribute |
| Modifier and Type | Method and Description |
|---|---|
EmsAttribute |
EmsBean.getAttribute(java.lang.String name)
Returns the attribute with the specified name, or null if this MBean has no such attribute.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
AttributeChangeEvent(EmsAttribute attribute,
java.lang.Object oldValue,
java.lang.Object newValue) |