Uses of Class
org.apache.qpid.management.domain.handler.impl.InvocationResult

Packages that use InvocationResult
org.apache.qpid.management.domain.handler.impl   
org.apache.qpid.management.domain.model   
org.apache.qpid.management.jmx   
 

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

Methods in org.apache.qpid.management.domain.handler.impl that return InvocationResult
 InvocationResult QpidDomainObject.echoWithArrays(Long[] longs, Boolean[] booleans, Double[] doubles, Float[] floats, Integer[] integers, Short[] shorts, String[] strings, URI[] uris, Date[] dates)
          Echo method that accepts and returns wrapper type arrays .
 InvocationResult QpidDomainObjectMBean.echoWithArrays(Long[] longs, Boolean[] booleans, Double[] doubles, Float[] floats, Integer[] integers, Short[] shorts, String[] strings, URI[] uris, Date[] dates)
          Echo method that accepts and returns wrapper type arrays .
 InvocationResult QpidDomainObject.echoWithByteArray(byte[] byteArray)
          Echo method that accepts and returns a byte array.
 InvocationResult QpidDomainObjectMBean.echoWithByteArray(byte[] byteArray)
          Echo method that accepts and returns a byte array.
 InvocationResult QpidDomainObject.echoWithMap(Map<String,Object> map)
          Echo method that accepts and returns a Map.
 InvocationResult QpidDomainObjectMBean.echoWithMap(Map<String,Object> map)
          Echo method that accepts and returns a Map.
 InvocationResult QpidDomainObject.echoWithSimpleTypeArrays(long[] longs, boolean[] booleans, double[] doubles, float[] floats, int[] integers, short[] shorts)
          Echo method that accepts and returns primitive type arrays.
 InvocationResult QpidDomainObjectMBean.echoWithSimpleTypeArrays(long[] longs, boolean[] booleans, double[] doubles, float[] floats, int[] integers, short[] shorts)
          Echo method that accepts and returns primitive type arrays.
 InvocationResult QpidDomainObject.echoWithSimpleTypes(Long aLong, Boolean aBoolean, Double aDouble, Float aFloat, Integer anInteger, Short aShort, String aString, URI anURI, Date aDate)
          Echo method that accepts and returns wrapper types.
 InvocationResult QpidDomainObjectMBean.echoWithSimpleTypes(Long aLong, Boolean aBoolean, Double aDouble, Float aFloat, Integer anInteger, Short aShort, String aString, URI anURI, Date aDate)
          Echo method that accepts and returns wrapper types.
 InvocationResult QpidDomainObject.echoWithUUID(UUID uuid)
          Echo method that accepts and returns an UUID.
 InvocationResult QpidDomainObjectMBean.echoWithUUID(UUID uuid)
          Echo method that accepts and returns an UUID.
 InvocationResult QpidDomainObject.voidWithoutArguments()
          Sample echo method that return an empty result object.
 InvocationResult QpidDomainObjectMBean.voidWithoutArguments()
          Sample echo method that return an empty result object.
 

Uses of InvocationResult in org.apache.qpid.management.domain.model
 

Methods in org.apache.qpid.management.domain.model that return types with arguments of type InvocationResult
 BlockingQueue<InvocationResult> InvocationEvent.getExchangeChannel()
          Returns the exchange channel that will be used between event source and event listener for synchronous communication.
 

Constructor parameters in org.apache.qpid.management.domain.model with type arguments of type InvocationResult
InvocationEvent(Object source, int sequenceNumber, BlockingQueue<InvocationResult> exchangeChannel)
          Builds a new invocation event with the given data.
 

Uses of InvocationResult in org.apache.qpid.management.jmx
 

Methods in org.apache.qpid.management.jmx that return InvocationResult
 InvocationResult OperationHasBeenInvokedNotification.getResult()
          Returns the exception raised by this notification referred operation.
 

Constructors in org.apache.qpid.management.jmx with parameters of type InvocationResult
OperationHasBeenInvokedNotification(String operationName, Object[] parameters, String[] signature, InvocationResult result)
          Builds a new notification with the given parameters.
 



Licensed to the Apache Software Foundation