com.thoughtworks.proxy.toys.hotswap
Interface HotSwappingInvoker.CycleCheck

Enclosing class:
HotSwappingInvoker<T>

protected static interface HotSwappingInvoker.CycleCheck

Internal interface used to detect cyclic swapping activity.

Since:
0.2

Method Summary
 void checkForCycle()
          Checks for a cyclic swap action.
 

Method Detail

checkForCycle

void checkForCycle()
Checks for a cyclic swap action.

Throws:
IllegalStateException - if cycle detected
Since:
0.2


Copyright © 2005-2010 Codehaus. All Rights Reserved.