org.eclipse.higgins.idas.cp.jena2.impl
Class JDBCContextFactory

java.lang.Object
  extended byorg.eclipse.higgins.idas.cp.jena2.impl.AbstractContextFactory
      extended byorg.eclipse.higgins.idas.cp.jena2.impl.JDBCContextFactory
All Implemented Interfaces:
org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.idas.api.IContextFactory

public class JDBCContextFactory
extends AbstractContextFactory


Constructor Summary
JDBCContextFactory()
           
 
Method Summary
 void configure(Map mapGlobalSettings, String strComponentName, Map mapComponentSettings)
           
 org.eclipse.higgins.idas.api.IContext createContext(org.eclipse.higgins.idas.api.IContextId contextID)
           
 
Methods inherited from class org.eclipse.higgins.idas.cp.jena2.impl.AbstractContextFactory
canCreate, canCreate, createContext, createContext, destroyContext, getConfigPropNames, getContextModel, getContexts, getDefaultConfig, getID, getName, getPolicy, initialize, setPolicy
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCContextFactory

public JDBCContextFactory()
                   throws org.eclipse.higgins.idas.api.IdASException
Method Detail

createContext

public org.eclipse.higgins.idas.api.IContext createContext(org.eclipse.higgins.idas.api.IContextId contextID)
                                                    throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

configure

public void configure(Map mapGlobalSettings,
                      String strComponentName,
                      Map mapComponentSettings)
               throws Exception
Throws:
Exception