org.apache.qpid.management.wsdm.capabilities
Interface MBeanCapabilityBuilder.EndAttributesHandler
- Enclosing class:
- MBeanCapabilityBuilder
static interface MBeanCapabilityBuilder.EndAttributesHandler
Handler interface definining operation needed to be
peformed (by a concrete implementor) when the "endAttributes"
director callback happens.
endAttributes
void endAttributes()
throws BuilderException
- Concrete implementor must define in this method what
needs to be done when the corresponding director callback
happens (@see
MBeanCapabilityBuilder.endAttributes()
- Throws:
BuilderException
- when a failure is raised inside the concrete implementation.
Licensed to the Apache Software Foundation