org.springframework.config.java
Class HiddenBeanPostProcessorTests.DummyScope
java.lang.Object
org.springframework.config.java.HiddenBeanPostProcessorTests.DummyScope
- All Implemented Interfaces:
- Scope
- Enclosing class:
- HiddenBeanPostProcessorTests
public class HiddenBeanPostProcessorTests.DummyScope
- extends Object
- implements Scope
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HiddenBeanPostProcessorTests.DummyScope
public HiddenBeanPostProcessorTests.DummyScope()
get
public Object get(String s,
ObjectFactory of)
- Specified by:
get
in interface Scope
getConversationId
public String getConversationId()
- Specified by:
getConversationId
in interface Scope
registerDestructionCallback
public void registerDestructionCallback(String name,
Runnable r)
- Specified by:
registerDestructionCallback
in interface Scope
remove
public Object remove(String name)
- Specified by:
remove
in interface Scope
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.