Interface IMetaManager

All Superinterfaces:
IComponent, IComponentProvider, IInitializable, IURIResolver

public interface IMetaManager extends IComponentProvider
The meta manager manages the meta contexts. Each federated cluster is referred by a meta context. configure thru phaseProvider.xml and metaContext.xml
See Also:
  • Method Details

    • getMetaContext

      IMetaContext getMetaContext(String datasource)
      gets a context by name
      Parameters:
      datasource -
      Returns:
      context for this datasource, null if not found
    • getMetaContext

      IMetaContext getMetaContext(int datasourceID)
      gets a context by ID
      Parameters:
      datasourceID -
      Returns:
      context for this datasource
    • getDefaultContext

      IMetaContext getDefaultContext()
      gets the "default" meta context for this system
      Returns:
      default context, null if not initialized can also call:
      See Also: