public interface ComponentInstanceFactory<C>
| Modifier and Type | Method and Description |
|---|---|
ComponentInstance<C> |
createInstance(ComponentPool<C> componentPool) |
void |
deconstruct() |
void |
initialize() |
void |
shutdown() |
void |
startup() |
ComponentInstance<C> createInstance(ComponentPool<C> componentPool) throws Exception
ExceptionCopyright © 2017. All rights reserved.