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

E16455-05

oracle.bi.management.adminservices.mbeans
Interface PresentationServerConfigurationMBean


@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
 int getAsyncLogonTimeoutSecs()
          Gets the Async Logon Wait Secs
 java.lang.String getDeploymentMode()
          Returns the current DeploymentMode.
 int getSyncLogonTimeoutSecs()
          Gets the Sync Logon Wait Secs
 java.lang.String getWebCatalogSharedLocation()
          Returns the location to be used by BIPS.
 boolean isWebCatalogShared()
          Deprecated. 
 void setAsyncLogonTimeoutSecs(int timeoutSecs)
          Sets the Async Logon Wait Secs
 void setDeploymentMode(java.lang.String deploymentMode)
          Sets the DeploymentMode.
 void setSyncLogonTimeoutSecs(int timeoutSecs)
          Sets the Sync Logon Wait Secs
 void setWebCatalogShared(boolean webCatalogShared)
          Deprecated. 
 void setWebCatalogSharedLocation(java.lang.String webCatalogLocation)
          Sets the location to be used by BIPS.
 

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. This attribute is deprecated, and currently always returns true.


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). This attribute is deprecated, and currently ignores any attempt to change this value.

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.

Parameters:
webCatalogLocation - - the web catalog location used by BIPS

getDeploymentMode

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationServerConfigurationMBean.DeploymentMode",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
java.lang.String getDeploymentMode()
Returns the current DeploymentMode. This attribute is used to alter the system's behaviour when used in an 'On Demand' deployment. The default value is "onsite". In an 'on-demand' deployment, this should be set to "hosted".

Returns:
DeploymentMode; either "onsite", or "hosted".
Since:
11.1.1.3.54

setDeploymentMode

void setDeploymentMode(java.lang.String deploymentMode)
Sets the DeploymentMode.

Parameters:
deploymentMode - Either "onsite", or "hosted".
Since:
11.1.1.3.54

getAsyncLogonTimeoutSecs

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationServerConfigurationMBean.AsyncLogonTimeoutSecs",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
int getAsyncLogonTimeoutSecs()
Gets the Async Logon Wait Secs

Returns:
The Async Logon Wait Secs
Since:
11.1.1.5.1

setAsyncLogonTimeoutSecs

void setAsyncLogonTimeoutSecs(int timeoutSecs)
Sets the Async Logon Wait Secs

Parameters:
timeoutSecs - Timeout in secs.
Since:
11.1.1.5.1

getSyncLogonTimeoutSecs

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.PresentationServerConfigurationMBean.SyncLogonTimeoutSecs",
             resourceBundleBaseName="oracle.bi.management.adminservices.rsc.BIMBeanMsg")
int getSyncLogonTimeoutSecs()
Gets the Sync Logon Wait Secs

Returns:
The Sync Logon Wait Secs
Since:
11.1.1.5.1

setSyncLogonTimeoutSecs

void setSyncLogonTimeoutSecs(int timeoutSecs)
Sets the Sync Logon Wait Secs

Parameters:
timeoutSecs - Timeout in secs.
Since:
11.1.1.5.1

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

E16455-05

Copyright © 2010, 2013, Oracle. All rights reserved.