org.drools.grid
Class ContextManagerImpl

java.lang.Object
  extended by org.drools.grid.ContextManagerImpl
All Implemented Interfaces:
org.drools.command.ContextManager

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


Field Summary
 
Fields inherited from interface org.drools.command.ContextManager
ROOT
 
Constructor Summary
ContextManagerImpl()
           
 
Method Summary
 void addContext(org.drools.command.Context context)
           
 org.drools.command.Context getContext(String identifier)
           
 org.drools.command.Context getRootContext()
           
 
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.ContextManager

getRootContext

public org.drools.command.Context getRootContext()


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