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
|
Collection<?> |
configureNamedInstances(List<?> instances)
Configures a set of named instances that have already been created.
|
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)
Collection<?> configureNamedInstances(List<?> instances)
void publishConfiguration(Object target)
void saveBootstrapState(Object thing)
Copyright © 2016 Power TAC. All Rights Reserved.