| Package | Description |
|---|---|
| com.threerings.presents.server |
| Modifier and Type | Method and Description |
|---|---|
void |
ShutdownManager.addConstraint(ShutdownManager.Shutdowner lhs,
ShutdownManager.Constraint constraint,
ShutdownManager.Shutdowner rhs)
Deprecated.
Adds a constraint that a certain shutdowner must be run before another.
|
void |
ShutdownManager.registerShutdowner(ShutdownManager.Shutdowner downer)
Deprecated.
Registers an entity that will be notified when the server is shutting down.
|
void |
ShutdownManager.unregisterShutdowner(ShutdownManager.Shutdowner downer)
Deprecated.
Unregisters the shutdowner from hearing when the server is shutdown.
|
Copyright © 2015. All rights reserved.