org.eclipse.higgins.idas.cp.xmlfile
Class NonsharedContextFactory
java.lang.Object
org.eclipse.higgins.idas.spi.BasicMetadataSet
org.eclipse.higgins.idas.cp.xmlfile.NonsharedContextFactory
- All Implemented Interfaces:
- org.eclipse.higgins.configuration.api.IConfigurableComponent, org.eclipse.higgins.idas.api.IContextFactory, org.eclipse.higgins.idas.api.IHasMetadata, org.eclipse.higgins.idas.spi.IMetadataContainer
- public class NonsharedContextFactory
- extends org.eclipse.higgins.idas.spi.BasicMetadataSet
- implements org.eclipse.higgins.idas.api.IContextFactory, org.eclipse.higgins.configuration.api.IConfigurableComponent
- Author:
- dsanders@novell.com
| Methods inherited from class org.eclipse.higgins.idas.spi.BasicMetadataSet |
addMetadata, addMetadata, equals, getMetadata, getMetadataSet, updateNotification |
XML_FILENAME_SETTING
public static final String XML_FILENAME_SETTING
- See Also:
- Constant Field Values
NonsharedContextFactory
public NonsharedContextFactory()
throws org.eclipse.higgins.idas.api.IdASException
isSimpleDataType
public static boolean isSimpleDataType(String szDataType)
getName
public String getName()
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
getName in interface org.eclipse.higgins.idas.api.IContextFactory
- Throws:
org.eclipse.higgins.idas.api.IdASException
getContexts
public Iterator getContexts(String filter)
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
getContexts in interface org.eclipse.higgins.idas.api.IContextFactory
- Throws:
org.eclipse.higgins.idas.api.IdASException
createContext
public org.eclipse.higgins.idas.api.IContext createContext(org.eclipse.higgins.idas.api.IContextId contextID)
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
createContext in interface org.eclipse.higgins.idas.api.IContextFactory
- Throws:
org.eclipse.higgins.idas.api.IdASException
getPolicy
public String getPolicy()
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
getPolicy in interface org.eclipse.higgins.idas.api.IContextFactory
- Throws:
org.eclipse.higgins.idas.api.IdASException
setPolicy
public void setPolicy(String arg0)
throws org.eclipse.higgins.idas.api.IdASException
- Specified by:
setPolicy in interface org.eclipse.higgins.idas.api.IContextFactory
- Throws:
org.eclipse.higgins.idas.api.IdASException
configure
public void configure(Map mapGlobalSettings,
String szComponentName,
Map mapComponentSettings)
throws Exception
- Specified by:
configure in interface org.eclipse.higgins.configuration.api.IConfigurableComponent
- Throws:
Exception