org.drools.grid
Class ContextManagerImpl

java.lang.Object
  extended by org.drools.grid.ContextManagerImpl
All Implemented Interfaces:
org.drools.command.Context, org.drools.command.World

public class ContextManagerImpl
extends Object
implements org.drools.command.World


Field Summary
 
Fields inherited from interface org.drools.command.World
ROOT
 
Constructor Summary
ContextManagerImpl()
           
 
Method Summary
 void addContext(org.drools.command.Context context)
           
 org.drools.command.Context createContext(String identifier)
           
 Object get(String identifier)
           
 org.drools.command.Context getContext(String identifier)
           
 org.drools.command.World getContextManager()
           
 String getName()
           
 org.drools.command.Context getRootContext()
           
 void remove(String identifier)
           
 void set(String identifier, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextManagerImpl

public ContextManagerImpl()
Method Detail

addContext

public void addContext(org.drools.command.Context context)

getContext

public org.drools.command.Context getContext(String identifier)
Specified by:
getContext in interface org.drools.command.World

getRootContext

public org.drools.command.Context getRootContext()

getContextManager

public org.drools.command.World getContextManager()
Specified by:
getContextManager in interface org.drools.command.Context

getName

public String getName()
Specified by:
getName in interface org.drools.command.Context

get

public Object get(String identifier)
Specified by:
get in interface org.drools.command.Context

set

public void set(String identifier,
                Object value)
Specified by:
set in interface org.drools.command.Context

remove

public void remove(String identifier)
Specified by:
remove in interface org.drools.command.Context

createContext

public org.drools.command.Context createContext(String identifier)


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.