|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.wsdm.capabilities.RmdBuilder
class RmdBuilder
Resource Metadata Descriptor Builder. It is used for build the metadata descriptor for properties of the incoming jmx object.
Field Summary | |
---|---|
(package private) ObjectName |
_objectName
|
Constructor Summary | |
---|---|
RmdBuilder()
|
Method Summary | |
---|---|
void |
begin(ObjectName objectName)
Nothing to be done here on this builder. |
void |
endAttributes()
Nothing to be done here on this builder. |
void |
endOperations()
Nothing to be done here on this builder. |
Element[] |
getResourceMetadataDescriptor()
Nothing to be done here on this builder. |
void |
onAttribute(MBeanAttributeInfo attributeMetadata)
Process a single attribute metadata. |
void |
onOperation(MBeanOperationInfo operation)
Nothing to be done here on this builder. |
void |
setEnvironment(org.apache.muse.core.Environment environment)
Nothing to be done here on this builder. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
ObjectName _objectName
Constructor Detail |
---|
RmdBuilder()
Method Detail |
---|
public void begin(ObjectName objectName)
begin
in interface IArtifactBuilder
objectName
- the jmx name of the object that is going to be processed.public void endAttributes()
endAttributes
in interface IArtifactBuilder
BuilderException
- never.public void endOperations()
endOperations
in interface IArtifactBuilder
BuilderException
- never.public void onAttribute(MBeanAttributeInfo attributeMetadata)
onAttribute
in interface IArtifactBuilder
attributeMetadata
- the attribute (jmx) metadata.public void onOperation(MBeanOperationInfo operation)
onOperation
in interface IArtifactBuilder
operation
- the operation metadata.
BuilderException
- never.public void setEnvironment(org.apache.muse.core.Environment environment)
setEnvironment
in interface IArtifactBuilder
environment
- the adapter environment.
BuilderException
- never.public Element[] getResourceMetadataDescriptor()
BuilderException
- never.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |