public interface ServerConfiguration
| Modifier and Type | Method and Description |
|---|---|
Collection<?> |
configureInstances(Class<?> target)
Creates and configures potentially multiple instances of a target class
annotated as @ConfigurableInstance.
|
void |
configureMe(Object target)
Configures a target object by matching configuration clauses with
|
void |
publishConfiguration(Object target)
Gathers public configuration data for publication to brokers.
|
void |
saveBootstrapState(Object thing)
Gathers state information at the end of a boot session to be restored
in a subsequent sim session.
|
void configureMe(Object target)
Collection<?> configureInstances(Class<?> target)
void publishConfiguration(Object target)
void saveBootstrapState(Object thing)
Copyright © 2014 Power TAC. All Rights Reserved.