org.mockserver.stop
Class StopEventQueue

java.lang.Object
  extended by org.mockserver.stop.StopEventQueue

public class StopEventQueue
extends Object

Author:
jamesdbloom

Field Summary
protected  List<Stoppable> stoppables
           
 
Constructor Summary
StopEventQueue()
           
 
Method Summary
 void clear()
           
 void register(Stoppable stoppable)
           
 Future<?> stop(Stoppable currentStoppable, com.google.common.util.concurrent.SettableFuture<String> stopping, io.netty.channel.EventLoopGroup bossGroup, io.netty.channel.EventLoopGroup workerGroup)
           
 Future<?> stopOthers(Stoppable currentStoppable)
           
 void unregister(Stoppable stoppable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stoppables

protected final List<Stoppable> stoppables
Constructor Detail

StopEventQueue

public StopEventQueue()
Method Detail

register

public void register(Stoppable stoppable)

unregister

public void unregister(Stoppable stoppable)

clear

public void clear()

stopOthers

public Future<?> stopOthers(Stoppable currentStoppable)

stop

public Future<?> stop(Stoppable currentStoppable,
                      com.google.common.util.concurrent.SettableFuture<String> stopping,
                      io.netty.channel.EventLoopGroup bossGroup,
                      io.netty.channel.EventLoopGroup workerGroup)


Copyright © 2017. All rights reserved.