protected class AbstractSingletonContainer.SingletonContextFactory extends Object implements ObjectFactory
Modifier | Constructor and Description |
---|---|
protected |
SingletonContextFactory() |
Modifier and Type | Method and Description |
---|---|
Object |
create(Object param)
Create an object.
|
void |
destroy(Object obj)
Destroy an object.
|
public Object create(Object param)
ObjectFactory
create
in interface ObjectFactory
public void destroy(Object obj)
ObjectFactory
destroy
in interface ObjectFactory
Copyright © 2021. All rights reserved.