|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.wsdm.capabilities.DummyCapabilityBuilder
public class DummyCapabilityBuilder
Dummy capability builder used for avoid duplicated builds for the same class. Basically it acts likes a Null Object when the target capability class has been already built.
Constructor Summary | |
---|---|
DummyCapabilityBuilder()
|
Method Summary | |
---|---|
void |
begin(ObjectName objectName)
Director callback. |
void |
endAttributes()
Director callback. |
void |
endOperations()
Director callback. |
void |
onAttribute(MBeanAttributeInfo attributeMetadata)
Director callback. |
void |
onOperation(MBeanOperationInfo operationMetadata)
Director callback. |
void |
setEnvironment(org.apache.muse.core.Environment environment)
Director callback. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DummyCapabilityBuilder()
Method Detail |
---|
public void begin(ObjectName objectName)
begin
in interface IArtifactBuilder
public void endAttributes()
endAttributes
in interface IArtifactBuilder
public void endOperations()
endOperations
in interface IArtifactBuilder
public void onAttribute(MBeanAttributeInfo attributeMetadata)
onAttribute
in interface IArtifactBuilder
attributeMetadata
- the attribute metadata.public void onOperation(MBeanOperationInfo operationMetadata)
onOperation
in interface IArtifactBuilder
operationMetadata
- the operation metadata.public void setEnvironment(org.apache.muse.core.Environment environment)
setEnvironment
in interface IArtifactBuilder
environment
- the adapter environment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |