Package com.webmethods.portal.mech.alias
Interface IRemoteAliasMechanics
- All Superinterfaces:
IComponent
,IInitializable
,IMechanics
,ISystemHandler
These mechanics assist in resolving aliases from remote meta contexts
-
Method Summary
Modifier and TypeMethodDescriptionlookupAlias
(IMetaContext metaContext, IURI key) Retrieve the appropriateAliasValue
based on a simple keylookupAlias
(IMetaContext metaContext, String key) Retrieve the appropriateAliasValue
based on a simple keyMethods inherited from interface com.webmethods.portal.system.IComponent
getComponentData, getComponentName, getComponentProvider, getURI, isInitialized, setComponentData, setComponentProvider
Methods inherited from interface com.webmethods.portal.system.init.IInitializable
init, shutdown
-
Method Details
-
lookupAlias
Retrieve the appropriateAliasValue
based on a simple key- Parameters:
key
- an arbitary keymetaContext
- the remote meta context- Returns:
- the
AliasValue
if found, NULL otherwise
-
lookupAlias
Retrieve the appropriateAliasValue
based on a simple key- Parameters:
key
- an arbitary key (could also be aIThingID
metaContext
- the remote meta context- Returns:
- the
AliasValue
if found, NULL otherwise
-