Groovy Documentation

org.linkedin.glu.orchestration.engine.agents
[Java] Class RecoverableAgent

java.lang.Object
  org.linkedin.util.reflect.ObjectProxyInvocationHandler
      org.linkedin.glu.orchestration.engine.agents.RecoverableAgent

public class RecoverableAgent
extends ObjectProxyInvocationHandler

Authors:
yan@pongasoft.com


Field Summary
static java.lang.String MODULE

static Logger log

 
Constructor Summary
RecoverableAgent(Agent agent, int numRetries, Timespan agentRecoveryTimeout)

Constructor

 
Method Summary
java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)

 

Field Detail

MODULE

public static final java.lang.String MODULE


log

public static final Logger log


 
Constructor Detail

RecoverableAgent

public RecoverableAgent(Agent agent, int numRetries, Timespan agentRecoveryTimeout)
Constructor


 
Method Detail

invoke

@Override
public java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)


 

Groovy Documentation