|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAttributeInfoService
Manages IAttributeInfos and meta data associated with
IAttributeInfos. This is one of the standard services usually
available from an IConnectionHandle.
| Method Summary | |
|---|---|
IAttributeInfo |
getAttributeInfo(AttributeDescriptor descriptor)
Returns the basic IAttributeInfo associated with an
AttributeDescriptor. |
java.util.Map<AttributeDescriptor,IAttributeInfo> |
getAvailableAttributes()
Returns a map (<AttributeDescriptor, IAttributeInfo>) with all known attributes. |
java.util.Map<AttributeDescriptor,IAttributeInfo> |
getAvailableAttributes(javax.management.ObjectName mbeanName)
Returns a map (<AttributeDescriptor, IAttributeInfo>) with all known attributes for given MBean. |
java.lang.Object |
getMetaData(AttributeDescriptor descriptor,
java.lang.String dataKey)
Looks up the specified piece of meta-data associated with the specified attribute. |
void |
setMetaData(AttributeDescriptor descriptor,
java.lang.String dataKey,
java.lang.Object data)
Updates the meta-data associated with the attribute. |
| Method Detail |
|---|
java.util.Map<AttributeDescriptor,IAttributeInfo> getAvailableAttributes()
java.util.Map<AttributeDescriptor,IAttributeInfo> getAvailableAttributes(javax.management.ObjectName mbeanName)
mbeanName - the MBean to find attributes for
IAttributeInfo getAttributeInfo(AttributeDescriptor descriptor)
IAttributeInfo associated with an
AttributeDescriptor.
IAttributeInfo associated with an
AttributeDescriptor.
java.lang.Object getMetaData(AttributeDescriptor descriptor,
java.lang.String dataKey)
descriptor - the attribute for which to retrieve the data.dataKey - the key for the data to retrieve.
void setMetaData(AttributeDescriptor descriptor,
java.lang.String dataKey,
java.lang.Object data)
descriptor - the attribute descriptor.dataKey - the data key under which to store the meta-data.data - the actual meta data.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||