org.drools.command.impl
Class ContextImplWithEviction
java.lang.Object
org.drools.command.impl.ContextImpl
org.drools.command.impl.ContextImplWithEviction
- All Implemented Interfaces:
- org.drools.command.Context
public class ContextImplWithEviction
- extends ContextImpl
ContextImplWithEviction
public ContextImplWithEviction(String name,
org.drools.command.World manager,
org.drools.command.Context delegate)
ContextImplWithEviction
public ContextImplWithEviction(String name,
org.drools.command.World manager)
get
public Object get(String identifier)
- Specified by:
get in interface org.drools.command.Context- Overrides:
get in class ContextImpl
set
public void set(String name,
Object object)
- Specified by:
set in interface org.drools.command.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-2014 JBoss by Red Hat. All Rights Reserved.