org.springframework.richclient.context.support
Class ApplicationWindowScope

java.lang.Object
  extended by org.springframework.richclient.context.support.ApplicationWindowScope
All Implemented Interfaces:
Scope

public class ApplicationWindowScope
extends Object
implements Scope


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

Constructor Detail

ApplicationWindowScope

public ApplicationWindowScope()
Method Detail

get

public Object get(String name,
                  ObjectFactory objectFactory)
Specified by:
get in interface Scope

getConversationId

public String getConversationId()
Specified by:
getConversationId in interface Scope

registerDestructionCallback

public void registerDestructionCallback(String name,
                                        Runnable callback)
Specified by:
registerDestructionCallback in interface Scope

remove

public Object remove(String name)
Specified by:
remove in interface Scope


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.