org.springframework.config.java
Class HiddenBeanPostProcessorTests.DummyScope

java.lang.Object
  extended by org.springframework.config.java.HiddenBeanPostProcessorTests.DummyScope
All Implemented Interfaces:
Scope
Enclosing class:
HiddenBeanPostProcessorTests

public class HiddenBeanPostProcessorTests.DummyScope
extends Object
implements Scope


Constructor Summary
HiddenBeanPostProcessorTests.DummyScope()
           
 
Method Summary
 Object get(String s, ObjectFactory of)
           
 String getConversationId()
           
 void registerDestructionCallback(String name, Runnable r)
           
 Object remove(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HiddenBeanPostProcessorTests.DummyScope

public HiddenBeanPostProcessorTests.DummyScope()
Method Detail

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.