Remote Systems
v6.4.1

com.ibm.etools.systems.dstore.core.model
Interface ISchemaRegistry

All Known Implementing Classes:
MinerLoader, SchemaRegistry

public interface ISchemaRegistry

ISchemaRegistry describes the interface that needs to be implemented for external tools to contribute their schemas to the DataStore.


Field Summary
static String Copyright
           
 
Method Summary
 void extendSchema(DataStore dataStore)
          This method is responsible for calling extendSchema on each of the registered schema extenders.
 ExternalLoader getLoaderFor(String qualifiedClassName)
          Returns an ExternalLoader for the specified qualified class name
 void registerSchemaExtender(ISchemaExtender extender)
          This method gets called when a new schema extender needs to be registered.
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

registerSchemaExtender

public void registerSchemaExtender(ISchemaExtender extender)
This method gets called when a new schema extender needs to be registered.

Parameters:
extender - the new schema extender

extendSchema

public void extendSchema(DataStore dataStore)
This method is responsible for calling extendSchema on each of the registered schema extenders.

Parameters:
dataStore - the DataStore for which the schema will be extended

getLoaderFor

public ExternalLoader getLoaderFor(String qualifiedClassName)
Returns an ExternalLoader for the specified qualified class name

Returns:
the external loader that can load to specified class

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.