org.ow2.orchestra.pvm.internal.env
Class ExecutionContext
java.lang.Object
org.ow2.orchestra.pvm.internal.env.ExecutionContext
- All Implemented Interfaces:
- Context
public class ExecutionContext
- extends Object
- implements Context
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutionContext
public ExecutionContext(Execution execution)
getName
public String getName()
- Specified by:
getName in interface Context
get
public Object get(String key)
- Specified by:
get in interface Context
has
public boolean has(String key)
- Specified by:
has in interface Context
keys
public Set<String> keys()
- Specified by:
keys in interface Context
set
public Object set(String key,
Object value)
- Specified by:
set in interface Context
get
public <T> T get(Class<T> type)
- Specified by:
get in interface Context
Copyright © 2011 OW2 Consortium. All Rights Reserved.