public interface Service
ServiceProfile| Modifier and Type | Method and Description |
|---|---|
void |
configure(ServiceProfile<?> profile)
Configures this service.
|
void configure(ServiceProfile<?> profile) throws InterruptedException, IOException
profile - the profile of this serviceInterruptedException - if interrupted in configurationIOException - if failed to configure this serviceIllegalArgumentException - if some parameters were nullCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.