-
Field Summary
Fields
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
Returns component type of the given component
Returns type of current operating system
Retrieves the install service by name.
Retrieves a list of the available install services
Methods inherited from interface com.webmethods.portal.system.IComponentProvider
exists, getComponent, getComponent, getComponent, getComponentQueryString, getComponents, getDefaultComponent, getLogger, initDeferredWebAppComponents, lookup, registerComponent, reloadComponent, reloadComponent, unregisterComponent, upgradeComponentDataFromBootstrapComponentData
-
Field Details
-
OS_TYPE_WINDOWS
static final String OS_TYPE_WINDOWS
- See Also:
-
-
OS_TYPE_SOLARIS
static final String OS_TYPE_SOLARIS
- See Also:
-
-
OS_TYPE_AIX
static final String OS_TYPE_AIX
- See Also:
-
-
PROTOCOL_DEPLOYTEMP
static final String PROTOCOL_DEPLOYTEMP
- See Also:
-
-
Method Details
-
getComponentType
Returns component type of the given component
- Parameters:
componentLocation
- the location of the component
- Returns:
- component type
- Throws:
PortalException
-
getService
Retrieves the install service by name.
- Parameters:
componentType
- the unique name of the install service
- Returns:
- the install service, or null if no such install service exists
- Throws:
PortalException
-
-
getOsType
Returns type of current operating system
- Returns:
- type of the operating system
- Throws:
PortalException
- See Also:
-