springs.context
Class RetryingRemoteReferenceUpdate

java.lang.Object
  |
  +--java.lang.Thread
        |
        +--springs.util.retries.RetryingTask
              |
              +--springs.context.RetryingRemoteReferenceUpdate
All Implemented Interfaces:
java.lang.Runnable

class RetryingRemoteReferenceUpdate
extends RetryingTask


Field Summary
private  springs.context.ContextAddress _ca
           
private  springs.context.ContextManager _cm
           
private  java.util.Vector _referenceUpdates
           
 
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
RetryingRemoteReferenceUpdate(springs.context.ContextManager cm, java.util.Vector referenceUpdates, springs.context.ContextAddress ca)
           
 
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

_cm

private springs.context.ContextManager _cm

_referenceUpdates

private java.util.Vector _referenceUpdates

_ca

private springs.context.ContextAddress _ca
Constructor Detail

RetryingRemoteReferenceUpdate

public RetryingRemoteReferenceUpdate(springs.context.ContextManager cm,
                                     java.util.Vector referenceUpdates,
                                     springs.context.ContextAddress ca)
Method Detail

task

public void task()
          throws MethodCallException
Description copied from class: RetryingTask
Performs the task. This method should be overriden by specific subclasses to perform the desired task.

Overrides:
task in class RetryingTask
MethodCallException
See Also:
Exception