org.smallmind.quorum.pool.connection
Class DeconstructionQueue

java.lang.Object
  extended by org.smallmind.quorum.pool.connection.DeconstructionQueue

public class DeconstructionQueue
extends Object


Constructor Summary
DeconstructionQueue()
           
 
Method Summary
 void add(DeconstructionFuse deconstructionFuse)
           
 int nextOrdinal()
           
 void remove(DeconstructionFuse deconstructionFuse)
           
 void shutdown()
           
 void startup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeconstructionQueue

public DeconstructionQueue()
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


Copyright © 2012. All Rights Reserved.