org.drools.grid
Class ContextManagerImpl

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

public class ContextManagerImpl
extends Object
implements ContextManager


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

getContext

public Context getContext(String identifier)
Specified by:
getContext in interface ContextManager

getDefaultContext

public Context getDefaultContext()
Specified by:
getDefaultContext in interface ContextManager


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