Uses of Class
org.apache.qpid.management.domain.model.QpidMethod

Packages that use QpidMethod
org.apache.qpid.management.domain.services   
org.apache.qpid.management.messages   
 

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

Methods in org.apache.qpid.management.domain.services with parameters of type QpidMethod
 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.
 

Uses of QpidMethod in org.apache.qpid.management.messages
 

Methods in org.apache.qpid.management.messages that return QpidMethod
protected abstract  QpidMethod MethodInvocationRequestMessage.method()
          Returns the method to be invoked.
 



Licensed to the Apache Software Foundation