org.drools.command.impl
Class ContextImplWithEviction
java.lang.Object
org.drools.command.impl.ContextImpl
org.drools.command.impl.ContextImplWithEviction
- All Implemented Interfaces:
- Context
public class ContextImplWithEviction
- extends ContextImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContextImplWithEviction
public ContextImplWithEviction(String name,
ContextManager manager,
Context delegate)
ContextImplWithEviction
public ContextImplWithEviction(String name,
ContextManager manager)
get
public Object get(String identifier)
- Specified by:
get
in interface Context
- Overrides:
get
in class ContextImpl
set
public void set(String name,
Object object)
- Specified by:
set
in interface Context
- Overrides:
set
in class ContextImpl
getEvictionWakeUpTime
public long getEvictionWakeUpTime()
getEvictionMap
public Map<String,Long> getEvictionMap()
isEvictionEnabled
public boolean isEvictionEnabled()
setEvictionEnabled
public void setEvictionEnabled(boolean evictionEnabled)
getEntryEvictionTime
public long getEntryEvictionTime()
setEntryEvictionTime
public void setEntryEvictionTime(long entryEvictionTime)
setEvictionWakeUpTime
public void setEvictionWakeUpTime(long evictionWakeUpTime)
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.