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


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-2013 JBoss Inc.. All Rights Reserved.