public interface ServerConfigurationItem
| Modifier and Type | Method and Description |
|---|---|
void |
apply(ObjectServer server)
Gives a chance for the item to configure the just opened ObjectContainer.
|
void |
prepare(ServerConfiguration configuration)
Gives a chance for the item to augment the configuration.
|
void prepare(ServerConfiguration configuration)
configuration - the configuration that the item was added tovoid apply(ObjectServer server)
container - the ObjectContainer to configure