public class CallScope extends Object implements Scope
| Constructor and Description |
|---|
CallScope() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String name,
ObjectFactory objectFactory) |
String |
getConversationId() |
void |
registerDestructionCallback(String name,
Runnable callback) |
Object |
remove(String name) |
public Object get(String name, ObjectFactory objectFactory)
public String getConversationId()
getConversationId in interface Scopepublic void registerDestructionCallback(String name, Runnable callback)
registerDestructionCallback in interface ScopeCopyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.