Class DeconstructionQueue
- java.lang.Object
-
- org.smallmind.quorum.pool.complex.DeconstructionQueue
-
public class DeconstructionQueue extends Object
-
-
Constructor Summary
Constructors Constructor Description DeconstructionQueue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(DeconstructionFuse deconstructionFuse)intnextOrdinal()voidremove(DeconstructionFuse deconstructionFuse)voidshutdown()voidstartup()
-
-
-
Method Detail
-
startup
public void startup()
-
nextOrdinal
public int nextOrdinal()
-
add
public void add(DeconstructionFuse deconstructionFuse)
-
remove
public void remove(DeconstructionFuse deconstructionFuse)
-
shutdown
public void shutdown() throws InterruptedException- Throws:
InterruptedException
-
-