|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeList | |
javax.management | |
javax.management.modelmbean | |
org.jboss.mx.capability | |
org.jboss.mx.modelmbean | |
org.jboss.mx.persistence | |
org.jboss.mx.server | |
org.jboss.mx.util | Utilities for the Java Management Extentions API. |
Uses of AttributeList in javax.management |
Methods in javax.management that return AttributeList | |
AttributeList |
StandardMBean.getAttributes(String[] attributes)
|
AttributeList |
StandardMBean.setAttributes(AttributeList attributes)
|
AttributeList |
MBeanServerConnection.getAttributes(ObjectName name,
String[] attributes)
Retrieve a list of values from an MBean. |
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name,
AttributeList attributes)
Set a list of values for an MBean. |
AttributeList |
MBeanServer.getAttributes(ObjectName name,
String[] attributes)
Retrieve a list of values from an MBean. |
AttributeList |
MBeanServer.setAttributes(ObjectName name,
AttributeList attributes)
Set a list of values for an MBean. |
AttributeList |
DynamicMBean.getAttributes(String[] attributes)
Returns the values of the attributes with names matching the passed string array. |
AttributeList |
DynamicMBean.setAttributes(AttributeList attributes)
Sets the values of the attributes passed as an AttributeList of name and new value pairs. |
Methods in javax.management with parameters of type AttributeList | |
AttributeList |
StandardMBean.setAttributes(AttributeList attributes)
|
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name,
AttributeList attributes)
Set a list of values for an MBean. |
AttributeList |
MBeanServer.setAttributes(ObjectName name,
AttributeList attributes)
Set a list of values for an MBean. |
AttributeList |
DynamicMBean.setAttributes(AttributeList attributes)
Sets the values of the attributes passed as an AttributeList of name and new value pairs. |
boolean |
AttributeList.addAll(AttributeList list)
Append the attributes the passed list to the end of this list. |
boolean |
AttributeList.addAll(int index,
AttributeList list)
Insert all the attributes in the passed list at the specified location in this list. |
Constructors in javax.management with parameters of type AttributeList | |
AttributeList(AttributeList list)
Contruct a new attribute from another attribute list. |
Uses of AttributeList in javax.management.modelmbean |
Methods in javax.management.modelmbean that return AttributeList | |
AttributeList |
RequiredModelMBean.getAttributes(String[] attrNames)
|
AttributeList |
RequiredModelMBean.setAttributes(AttributeList attributes)
|
Methods in javax.management.modelmbean with parameters of type AttributeList | |
AttributeList |
RequiredModelMBean.setAttributes(AttributeList attributes)
|
Uses of AttributeList in org.jboss.mx.capability |
Methods in org.jboss.mx.capability that return AttributeList | |
AttributeList |
ReflectedMBeanDispatcher.getAttributes(String[] attributes)
|
AttributeList |
ReflectedMBeanDispatcher.setAttributes(AttributeList attributes)
|
Methods in org.jboss.mx.capability with parameters of type AttributeList | |
AttributeList |
ReflectedMBeanDispatcher.setAttributes(AttributeList attributes)
|
Uses of AttributeList in org.jboss.mx.modelmbean |
Methods in org.jboss.mx.modelmbean that return AttributeList | |
AttributeList |
RequiredModelMBeanInvoker.getAttributes(String[] attributes)
|
AttributeList |
RequiredModelMBeanInvoker.setAttributes(AttributeList attributes)
|
Methods in org.jboss.mx.modelmbean with parameters of type AttributeList | |
AttributeList |
RequiredModelMBeanInvoker.setAttributes(AttributeList attributes)
|
Uses of AttributeList in org.jboss.mx.persistence |
Methods in org.jboss.mx.persistence that return AttributeList | |
AttributeList |
AttributePersistenceManager.load(String id)
Uses the specified id to retrieve a previously persisted AttributeList. |
Methods in org.jboss.mx.persistence with parameters of type AttributeList | |
void |
AttributePersistenceManager.store(String id,
AttributeList attrs)
Persists an AttributeList (name/value pair list), under a specified id. |
Uses of AttributeList in org.jboss.mx.server |
Methods in org.jboss.mx.server that return AttributeList | |
AttributeList |
RawDynamicInvoker.setAttributes(AttributeList attributes)
|
AttributeList |
RawDynamicInvoker.getAttributes(String[] attributes)
|
AttributeList |
MBeanServerImpl.getAttributes(ObjectName name,
String[] attributes)
|
AttributeList |
MBeanServerImpl.setAttributes(ObjectName name,
AttributeList attributes)
|
AttributeList |
AbstractMBeanInvoker.getAttributes(String[] attributes)
|
AttributeList |
AbstractMBeanInvoker.setAttributes(AttributeList attributes)
|
Methods in org.jboss.mx.server with parameters of type AttributeList | |
AttributeList |
RawDynamicInvoker.setAttributes(AttributeList attributes)
|
AttributeList |
MBeanServerImpl.setAttributes(ObjectName name,
AttributeList attributes)
|
AttributeList |
AbstractMBeanInvoker.setAttributes(AttributeList attributes)
|
Uses of AttributeList in org.jboss.mx.util |
Methods in org.jboss.mx.util that return AttributeList | |
AttributeList |
DynamicMBeanSupport.getAttributes(String[] attributes)
|
AttributeList |
DynamicMBeanSupport.setAttributes(AttributeList attributes)
|
Methods in org.jboss.mx.util with parameters of type AttributeList | |
AttributeList |
DynamicMBeanSupport.setAttributes(AttributeList attributes)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |