public class LocalContext extends Object
| Constructor and Description | 
|---|
| LocalContext(RubyInstanceConfig config,
            LocalVariableBehavior behavior) | 
| LocalContext(RubyInstanceConfig config,
            LocalVariableBehavior behavior,
            boolean lazy) | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<?,Object> | getAttributeMap() | 
| LocalVariableBehavior | getLocalVariableBehavior() | 
| Ruby | getThreadSafeRuntime()Deprecated.  | 
| BiVariableMap | getVarMap(LocalContextProvider provider) | 
| void | remove() | 
public LocalContext(RubyInstanceConfig config, LocalVariableBehavior behavior)
public LocalContext(RubyInstanceConfig config, LocalVariableBehavior behavior, boolean lazy)
@Deprecated public Ruby getThreadSafeRuntime()
public BiVariableMap getVarMap(LocalContextProvider provider)
public LocalVariableBehavior getLocalVariableBehavior()
public void remove()
Copyright © 2001-2015 JRuby. All Rights Reserved.