org.curjent.test.agent
Interface ConfigTest.ConfigTestAgent

All Superinterfaces:
TestAgent
Enclosing class:
ConfigTest

static interface ConfigTest.ConfigTestAgent
extends TestAgent


Method Summary
 AgentLoader getAgentLoader()
           
 AgentTasks getAgentTasks()
           
 CallSite getCallSite(String method, Class<?> result, Class<?>... params)
           
 CallStateListener<?> getCallStateListener()
           
 CallStateListener<?> getCallStateListener(CallState state)
           
 Object getData()
           
 long getDeadcheckTimeout()
           
 TimeUnit getDeadcheckTimeoutUnit()
           
 Executor getExecutor()
           
 List<Class<?>> getInterfaces()
           
 Class<?> getTaskType()
           
 ExceptionHandler getUnhandledExceptionHandler()
           
 void setAgent(ConfigTest.ConfigTestAgent agent)
           
 

Method Detail

setAgent

void setAgent(ConfigTest.ConfigTestAgent agent)

getAgentLoader

AgentLoader getAgentLoader()

getAgentTasks

AgentTasks getAgentTasks()

getTaskType

Class<?> getTaskType()

getInterfaces

List<Class<?>> getInterfaces()

getDeadcheckTimeout

long getDeadcheckTimeout()

getDeadcheckTimeoutUnit

TimeUnit getDeadcheckTimeoutUnit()

getExecutor

Executor getExecutor()

getUnhandledExceptionHandler

ExceptionHandler getUnhandledExceptionHandler()

getCallStateListener

CallStateListener<?> getCallStateListener()

getCallStateListener

CallStateListener<?> getCallStateListener(CallState state)

getCallSite

CallSite getCallSite(String method,
                     Class<?> result,
                     Class<?>... params)

getData

Object getData()


Copyright 2009-2011 Tom Landon
Apache License 2.0