org.drools.command.impl
Class ContextImpl
java.lang.Object
org.drools.command.impl.ContextImpl
- All Implemented Interfaces:
- Context
- Direct Known Subclasses:
- ContextImplWithEviction
public class ContextImpl
- extends Object
- implements Context
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextImpl
public ContextImpl(String name,
ContextManager manager)
ContextImpl
public ContextImpl(String name,
ContextManager manager,
Context delegate)
setDelegate
public void setDelegate(Context delegate)
getContextManager
public ContextManager getContextManager()
- Specified by:
getContextManager
in interface Context
getName
public String getName()
- Specified by:
getName
in interface Context
get
public Object get(String identifier)
- Specified by:
get
in interface Context
set
public void set(String name,
Object object)
- Specified by:
set
in interface Context
getDepth
public int getDepth()
remove
public void remove(String name)
- Specified by:
remove
in interface Context
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.