|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |