| Package | Description |
|---|---|
| com.threerings.presents.server |
| Modifier and Type | Method and Description |
|---|---|
static ShutdownManager.Constraint |
ShutdownManager.Constraint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShutdownManager.Constraint[] |
ShutdownManager.Constraint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
Copyright © 2015. All rights reserved.