org.curjent.test.agent
Interface ConfigTest.ConfigTestAgent
- All Superinterfaces:
- TestAgent
- Enclosing class:
- ConfigTest
static interface ConfigTest.ConfigTestAgent
- extends TestAgent
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