org.terracotta.management.registry
Interface CallQuery<T>

All Superinterfaces:
Query<ContextualReturn<T>>
All Known Implementing Classes:
DefaultCallQuery

public interface CallQuery<T>
extends Query<ContextualReturn<T>>

Author:
Mathieu Carbou

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

Method Detail

getReturnType

Class<T> getReturnType()

getMethodName

String getMethodName()

getParameters

Parameter[] getParameters()


Copyright © 2016. All Rights Reserved.