|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--springs.util.retries.RetryingTask | +--springs.context.RetryingAgentCreation
Field Summary | |
private springs.agent.SpringsAgent |
_agent
|
private springs.context.ContextManager |
_cm
|
private boolean |
_isMoving
|
private springs.context.ContextAddress |
_targetContextAddress
|
Fields inherited from class springs.util.retries.RetryingTask |
_millisAfterSleep, _millisBetweenIterations, _millisLastTry, _millisLate, _millisNextTry, _millisTillNextTry, _result, maxDelay, minDelay, numRetries, totalDelay |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
RetryingAgentCreation(springs.context.ContextManager cm,
springs.agent.SpringsAgent agent,
springs.context.ContextAddress ca,
boolean isMoving)
|
Method Summary | |
void |
task()
Performs the task. |
Methods inherited from class springs.util.retries.RetryingTask |
getException, getResult, getSuccess, mainMethod, run, setResult, waitCompletion |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private springs.context.ContextAddress _targetContextAddress
private springs.agent.SpringsAgent _agent
private springs.context.ContextManager _cm
private boolean _isMoving
Constructor Detail |
public RetryingAgentCreation(springs.context.ContextManager cm, springs.agent.SpringsAgent agent, springs.context.ContextAddress ca, boolean isMoving)
Method Detail |
public void task() throws CommunicationException
RetryingTask
task
in class RetryingTask
CommunicationException
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |