Uses of Class
org.apache.qpid.management.domain.services.MethodInvocationException

Packages that use MethodInvocationException
org.apache.qpid.management.domain.handler.impl   
org.apache.qpid.management.domain.services   
 

Uses of MethodInvocationException in org.apache.qpid.management.domain.handler.impl
 

Methods in org.apache.qpid.management.domain.handler.impl that throw MethodInvocationException
 void InvocationResult.createAndThrowException()
          Simply throws a new MethodInvocationException.
 

Uses of MethodInvocationException in org.apache.qpid.management.domain.services
 

Methods in org.apache.qpid.management.domain.services that throw MethodInvocationException
 void QpidService.invoke(String packageName, String className, Binary schemaHash, Binary objectId, Object[] parameters, QpidMethod method, int sequenceNumber, long bankId, long brokerId)
          Invokes an operation on a broker object instance.
 



Licensed to the Apache Software Foundation