Interface IMetaManager
- All Superinterfaces:
IComponent
,IComponentProvider
,IInitializable
,IURIResolver
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:
-
Field Summary
Fields inherited from interface com.webmethods.portal.system.IComponentProvider
ATTR_APP_NAME, ATTR_BEG_QUERY, ATTR_END_QUERY, ATTR_MID_QUERY, BIZPOLICY_MANAGER, CACHE_PROVIDER, COMMAND_PROVIDER, COMPONENTS_QUERY, INSTALL_PROVIDER, MECH_PROVIDER, METACONTEXT_PROVIDER, PHASE_PROVIDER, POLICY_PROVIDER, SEARCH_PROVIDER
-
Method Summary
Modifier and TypeMethodDescriptiongets the "default" meta context for this systemgetMetaContext
(int datasourceID) gets a context by IDgetMetaContext
(String datasource) gets a context by nameMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.IComponentProvider
exists, getComponent, getComponent, getComponent, getComponentQueryString, getComponents, getDefaultComponent, getLogger, initDeferredWebAppComponents, lookup, registerComponent, reloadComponent, reloadComponent, unregisterComponent, upgradeComponentDataFromBootstrapComponentData
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
Methods inherited from interface com.webmethods.portal.system.IURIResolver
acquireURI, acquireURI
-
Method Details
-
getMetaContext
gets a context by name- Parameters:
datasource
-- Returns:
- context for this datasource, null if not found
-
getMetaContext
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:
-