Uses of Class
org.apache.qpid.management.wsdm.common.QManFault

Packages that use QManFault
org.apache.qpid.management.wsdm.capabilities   
org.apache.qpid.management.wsdm.common   
 

Uses of QManFault in org.apache.qpid.management.wsdm.capabilities
 

Methods in org.apache.qpid.management.wsdm.capabilities that throw QManFault
(package private)  Object MBeanCapability.getAttribute(String attributeName)
          Returns the attribute value of a QMan managed object instance.
(package private)  Result MBeanCapability.invoke(String operationName, Object[] params, String[] signature)
          Invokes the requested operation on target JMX resource.
(package private)  void MBeanCapability.setAttribute(String attributeName, Object value)
          Sets the value for the given attribute on this MBean (proxy).
 

Uses of QManFault in org.apache.qpid.management.wsdm.common
 

Subclasses of QManFault in org.apache.qpid.management.wsdm.common
 class EntityInstanceNotFoundFault
          Thrown when some operation has been requested on an entity and the entity hasn't been found on the managed domain.
 class MethodInvocationFault
          This is the exception encapsulating the fault that will be thrown in case of method invocation failure.
 class NoSuchAttributeFault
          This is the exception encapsulating the fault that will be thrown when a requested attribute is not found on the target ws resource.
 class UnableToConnectWithBrokerFault
          This is the exception encapsulating the fault that will be thrown in case of broker connection failure.
 



Licensed to the Apache Software Foundation