org.ehcache.management
Interface CallQuery<T>

All Superinterfaces:
Query<org.terracotta.management.call.ContextualReturn<T>>

public interface CallQuery<T>
extends Query<org.terracotta.management.call.ContextualReturn<T>>


Nested Class Summary
static interface CallQuery.Builder<T>
           
 
Method Summary
 java.lang.String getMethodName()
           
 org.terracotta.management.call.Parameter[] getParameters()
           
 java.lang.Class<T> getReturnType()
           
 
Methods inherited from interface org.ehcache.management.Query
execute, getCapabilityName, getContexts
 

Method Detail

getReturnType

java.lang.Class<T> getReturnType()

getMethodName

java.lang.String getMethodName()

getParameters

org.terracotta.management.call.Parameter[] getParameters()