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.configuration.api.ISettingDescriptor componentDescriptor, org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
           
 org.eclipse.higgins.idas.api.IContext createContext(org.eclipse.higgins.idas.api.IContextId contextID)
           
 org.eclipse.higgins.configuration.api.ISettingDescriptor getComponentDescriptor()
           
 org.eclipse.higgins.configuration.api.ISettingDescriptor getContextDescriptor(String contextIdName)
           
 List getTypes()
           
 
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,
                      org.eclipse.higgins.configuration.api.ISettingDescriptor componentDescriptor,
                      org.eclipse.higgins.configuration.api.ISettingDescriptor globalDescriptor)
               throws Exception
Throws:
Exception

getComponentDescriptor

public org.eclipse.higgins.configuration.api.ISettingDescriptor getComponentDescriptor()

getTypes

public List getTypes()
              throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getContextDescriptor

public org.eclipse.higgins.configuration.api.ISettingDescriptor getContextDescriptor(String contextIdName)
                                                                              throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException