org.drools.command.impl
Class ContextImplWithEviction

java.lang.Object
  extended by org.drools.command.impl.ContextImpl
      extended by org.drools.command.impl.ContextImplWithEviction
All Implemented Interfaces:
org.drools.command.Context

public class ContextImplWithEviction
extends ContextImpl


Constructor Summary
ContextImplWithEviction(String name, org.drools.command.World manager)
           
ContextImplWithEviction(String name, org.drools.command.World manager, org.drools.command.Context delegate)
           
 
Method Summary
 Object get(String identifier)
           
 long getEntryEvictionTime()
           
 Map<String,Long> getEvictionMap()
           
 long getEvictionWakeUpTime()
           
 boolean isEvictionEnabled()
           
 void set(String name, Object object)
           
 void setEntryEvictionTime(long entryEvictionTime)
           
 void setEvictionEnabled(boolean evictionEnabled)
           
 void setEvictionWakeUpTime(long evictionWakeUpTime)
           
 
Methods inherited from class org.drools.command.impl.ContextImpl
getContextManager, getName, remove, setParent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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-2013 JBoss by Red Hat. All Rights Reserved.