public abstract class AbstractComponentInstanceFactory<C> extends Object implements ComponentInstanceFactory<C>
| Constructor and Description |
|---|
AbstractComponentInstanceFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
deconstruct() |
void |
initialize() |
void |
shutdown() |
void |
startup() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateInstancepublic void initialize()
initialize in interface ComponentInstanceFactory<C>public void startup()
startup in interface ComponentInstanceFactory<C>public void shutdown()
shutdown in interface ComponentInstanceFactory<C>public void deconstruct()
deconstruct in interface ComponentInstanceFactory<C>Copyright © 2016. All rights reserved.