cucumber.runtime.java.spring
Class GlueCodeScope

java.lang.Object
  extended by cucumber.runtime.java.spring.GlueCodeScope
All Implemented Interfaces:
org.springframework.beans.factory.config.Scope

public class GlueCodeScope
extends Object
implements org.springframework.beans.factory.config.Scope


Field Summary
static String NAME
           
 
Constructor Summary
GlueCodeScope()
           
 
Method Summary
 Object get(String name, org.springframework.beans.factory.ObjectFactory<?> objectFactory)
           
 String getConversationId()
           
 void registerDestructionCallback(String name, Runnable callback)
           
 Object remove(String name)
           
 Object resolveContextualObject(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

GlueCodeScope

public GlueCodeScope()
Method Detail

get

public Object get(String name,
                  org.springframework.beans.factory.ObjectFactory<?> objectFactory)
Specified by:
get in interface org.springframework.beans.factory.config.Scope

remove

public Object remove(String name)
Specified by:
remove in interface org.springframework.beans.factory.config.Scope

registerDestructionCallback

public void registerDestructionCallback(String name,
                                        Runnable callback)
Specified by:
registerDestructionCallback in interface org.springframework.beans.factory.config.Scope

resolveContextualObject

public Object resolveContextualObject(String key)
Specified by:
resolveContextualObject in interface org.springframework.beans.factory.config.Scope

getConversationId

public String getConversationId()
Specified by:
getConversationId in interface org.springframework.beans.factory.config.Scope


Copyright © 2012. All Rights Reserved.