public class ThreadScopeState extends Object
| Constructor and Description |
|---|
ThreadScopeState() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBean(String name,
org.springframework.beans.factory.ObjectFactory<?> objectFactory)
Add The bean if it is not already in the map.
|
void |
addDestructionCallback(String name,
Runnable callback) |
protected void |
finalize()
Destruction callbacks will trigger when there are no longer any references to ThreadScopeState.
|
Object |
getBean(String name) |
Object |
removeBean(String name) |
int |
size() |
protected void finalize()
throws Throwable
public void addBean(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
public int size()
Copyright © 2015 devbury. All rights reserved.