|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity
org.apache.qpid.management.domain.model.QpidEvent.QManManagedEvent
class QpidEvent.QManManagedEvent
MBean used for representing remote broker object instances. This is the core component of the QMan domain model
Field Summary | |
---|---|
(package private) byte[] |
_rawEventData
|
(package private) int |
_severity
|
(package private) long |
_timestamp
|
Fields inherited from class org.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity |
---|
_attributes |
Method Summary | |
---|---|
Object |
getAttribute(String attributeName)
Returns the value of the given attribute.s |
Object |
invoke(String actionName,
Object[] params,
String[] signature)
Executes an operation on this object instance. |
void |
setAttribute(Attribute attribute)
Sets the value of the given attribute on this object instance. |
AttributeList |
setAttributes(AttributeList attributes)
Sets the values of several attributes of this MBean. |
Methods inherited from class org.apache.qpid.management.domain.model.QpidEntity.QManManagedEntity |
---|
createOrReplaceAttributeValue, getAttributes, getMBeanInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final byte[] _rawEventData
final long _timestamp
final int _severity
Method Detail |
---|
public Object getAttribute(String attributeName) throws AttributeNotFoundException, MBeanException, ReflectionException
AttributeNotFoundException
- when no attribute is found with the given name.
MBeanException
ReflectionException
public Object invoke(String actionName, Object[] params, String[] signature) throws MBeanException, ReflectionException
actionName
- the name of the method.params
- the method parameterssignature
- the method signature.
MBeanException
ReflectionException
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, InvalidAttributeValueException, MBeanException, ReflectionException
attribute
- contains the new value of the attribute.
AttributeNotFoundException
- when the given attribute is not found on this object instance.
InvalidAttributeValueException
- when the given value is violating one attribute invariant.
MBeanException
ReflectionException
public AttributeList setAttributes(AttributeList attributes)
attributes
- a list of attributes: The identification of the attributes to be set and the values they are to be set to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |