public class PropertyList extends AbstractList<Property>
| Modifier and Type | Field and Description |
|---|---|
String |
_title |
modCount| Constructor and Description |
|---|
PropertyList() |
PropertyList(MBeanServerConnection connection,
ObjectName objectName,
String propertyName) |
PropertyList(MBeanServerConnection connection,
String prefix) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(int index,
Property property) |
void |
addProperties(MBeanServerConnection connection,
ObjectName objectName,
String propertyName) |
Property |
get(int index) |
protected HashMap<String,ObjectName> |
getObjectNames(String prefix) |
List<Property> |
getProperties() |
protected String |
getPropertName(String param,
MBeanAttributeInfo[] attrInfo) |
String |
getTitle() |
boolean |
hasNotes() |
void |
setTitle(String title) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringpublic String _title
public PropertyList()
public PropertyList(MBeanServerConnection connection, ObjectName objectName, String propertyName) throws Exception
Exceptionpublic PropertyList(MBeanServerConnection connection, String prefix) throws Exception
Exceptionprotected HashMap<String,ObjectName> getObjectNames(String prefix)
public void addProperties(MBeanServerConnection connection, ObjectName objectName, String propertyName) throws Exception
Exceptionprotected String getPropertName(String param, MBeanAttributeInfo[] attrInfo)
public String getTitle()
public void setTitle(String title)
public boolean hasNotes()
public void add(int index,
Property property)
public Property get(int index)
public int size()
size in interface Collection<Property>size in interface List<Property>size in class AbstractCollection<Property>Copyright © 2014. All Rights Reserved.