Uses of Interface
com.tinkerpop.rexster.ShutdownManager.ShutdownListener

Packages that use ShutdownManager.ShutdownListener
com.tinkerpop.rexster   
 

Uses of ShutdownManager.ShutdownListener in com.tinkerpop.rexster
 

Fields in com.tinkerpop.rexster with type parameters of type ShutdownManager.ShutdownListener
protected  Collection<ShutdownManager.ShutdownListener> ShutdownManager.internalShutdownListeners
           
protected  Collection<ShutdownManager.ShutdownListener> ShutdownManager.shutdownListeners
           
 

Methods in com.tinkerpop.rexster with parameters of type ShutdownManager.ShutdownListener
 void ShutdownManager.registerShutdownListener(ShutdownManager.ShutdownListener shutdownListener)
           
 

Method parameters in com.tinkerpop.rexster with type arguments of type ShutdownManager.ShutdownListener
protected  void ShutdownManager.runShutdownHandlers(Collection<ShutdownManager.ShutdownListener> shutdownListeners)
           
protected  void ShutdownManager.sortShutdownListeners(List<ShutdownManager.ShutdownListener> shutdownListeners)
          Sort a List of ShutdownManager.ShutdownSocketListener before ShutdownManager.runShutdownHandlers(Collection) iterates over them.
 



Copyright © 2009-2012. All Rights Reserved.