Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Enterprise Edition Systems Management
11g Release 1(11.1.1)

E16455-01


oracle.bi.management.adminservices.mbeans
Interface PresentationServerConfigurationMBean


@MBeanRequiredGlobalSecurityRole(value=Admin)
@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationServerConfigurationMBean.description",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
public interface PresentationServerConfigurationMBean

Defines an MBean interface for managing the configuration of the presentation server. To ensure that exceptions are correctly reported in clients such as JConsole, which typically do not have BIEE jars, only standard exceptions are surfaced here.


Method Summary
 java.lang.String getWebCatalogSharedLocation()
          Returns the location to be used by BIPS
 boolean isWebCatalogShared()
          Deprecated. 
 void setWebCatalogShared(boolean webCatalogShared)
          Deprecated. 
 void setWebCatalogSharedLocation(java.lang.String webCatalogLocation)
          Sets the location to be used by BIPS, In cluster set the shared location.

 

Method Detail

isWebCatalogShared

@Deprecated
@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationServerConfigurationMBean.WebCatalogShared",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
boolean isWebCatalogShared()
Deprecated. 
Returns whether a shared directory is used to find webcat files when OBIPS is clustered.

setWebCatalogShared

@Deprecated
void setWebCatalogShared(boolean webCatalogShared)
Deprecated. 
Sets whether a shared location is used to find webcat files when OBIS is clustered.
if true, then a webcat shared location should be set. if false, then the webcat shared location is ignored (and OBIPS instances will use the known local directory - this includes autocalculation of the directory path to include the default repository name).
Parameters:
webCatalogShared -

getWebCatalogSharedLocation

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationServerConfigurationMBean.WebCatalogSharedLocation",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getWebCatalogSharedLocation()
Returns the location to be used by BIPS
Returns:
the BIPS catalog location

setWebCatalogSharedLocation

void setWebCatalogSharedLocation(java.lang.String webCatalogLocation)
Sets the location to be used by BIPS, In cluster set the shared location.
Parameters:
webCatalogLocation - - the web catalog location used by BIPS

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Enterprise Edition Systems Management
11g Release 1(11.1.1)

E16455-01


Copyright © 2010, Oracle. All rights reserved.