public interface StatefulObjectFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
createInstance()
Create a new instance of this component.
|
void |
destroyInstance(T instance)
Destroy an instance of the component.
|
T createInstance()
void destroyInstance(T instance)
instance - the instance to destroyCopyright © 2018 JBoss by Red Hat. All rights reserved.