Skip navigation links

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

E16455-02


oracle.bi.management.adminservices.mbeans
Interface AvailabilityConfigurationMBean


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

Provides an MBean interface for configuring a number of options which affect BI process availability. 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 getClusterControllerClientPort()
          Deprecated. 
 int getClusterControllerMonitorPort()
          Deprecated. 
 java.lang.String getMasterBIServerComponentId()
          Returns the component id of the master BI server.
 java.lang.String getMasterBIServerOracleInstanceId()
          Returns the id of the oracle instance which contains the master BI server.
 java.lang.String getPrimaryClusterControllerComponentId()
          Returns the component id of the primary cluster controller.
 java.lang.String getPrimaryClusterControllerOracleInstanceId()
          Returns the id of the oracle instance which contains the primary cluster controller.
 java.lang.String getPrimarySchedulerComponentId()
          Returns the component id of the primary scheduler.
 java.lang.String getPrimarySchedulerOracleInstanceId()
          Returns the id of the oracle instance which contains the primary scheduler.
 int getSchedulerMonitorPort()
          Deprecated. 
 int getServerClientPort()
          Deprecated. 
 int getServerMonitorPort()
          Deprecated. 
 void setClusterControllerClientPort(int value)
          Deprecated. 
 void setClusterControllerMonitorPort(int value)
          Deprecated. 
 void setMasterBIServerComponentId(java.lang.String value)
          Sets the component id of the master BI server.
 void setMasterBIServerOracleInstanceId(java.lang.String value)
          Sets the id of the oracle instance which contains the master BI server.
 void setPrimaryClusterControllerComponentId(java.lang.String value)
          Sets the component id of the primary cluster controller.
 void setPrimaryClusterControllerOracleInstanceId(java.lang.String value)
          Sets the id of the oracle instance which contains the primary cluster controller.
 void setPrimarySchedulerComponentId(java.lang.String value)
          Sets the component id of the primary scheduler.
 void setPrimarySchedulerOracleInstanceId(java.lang.String value)
          Sets the id of the oracle instance which contains the primary scheduler.
 void setSchedulerMonitorPort(int value)
          Deprecated. 
 void setServerClientPort(int value)
          Deprecated. 
 void setServerMonitorPort(int value)
          Deprecated. 

 

Method Detail

getServerClientPort

@Deprecated
@Description(resourceKey="oracle.bi.management.adminservices.mbeans.deprecated",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getServerClientPort()
Deprecated. 
Returns the client port used by all BI Server processes. This is the out-facing odbc port for the BI server.

setServerClientPort

@Deprecated
void setServerClientPort(int value)
Deprecated. 
Sets the client port used by all BI Server processes.

getServerMonitorPort

@Deprecated
@Description(resourceKey="oracle.bi.management.adminservices.mbeans.deprecated",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getServerMonitorPort()
Deprecated. 
Returns the monitoring port used by all BI Server processes.

setServerMonitorPort

@Deprecated
void setServerMonitorPort(int value)
Deprecated. 
Sets the monitoring port used by all BI Server processes.

getClusterControllerClientPort

@Deprecated
@Description(resourceKey="oracle.bi.management.adminservices.mbeans.deprecated",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getClusterControllerClientPort()
Deprecated. 
Returns the client port number to use for all cluster controller processes. This is the out-facing odbc port.

setClusterControllerClientPort

@Deprecated
void setClusterControllerClientPort(int value)
Deprecated. 
Sets the value of the client port number for cluster controller processes.

getClusterControllerMonitorPort

@Deprecated
@Description(resourceKey="oracle.bi.management.adminservices.mbeans.deprecated",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getClusterControllerMonitorPort()
Deprecated. 
Returns the monitoring port number for all cluster controller processes.

setClusterControllerMonitorPort

@Deprecated
void setClusterControllerMonitorPort(int value)
Deprecated. 
Sets the monitoring port number for all cluster controller processes.

getSchedulerMonitorPort

@Deprecated
@Description(resourceKey="oracle.bi.management.adminservices.mbeans.deprecated",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
int getSchedulerMonitorPort()
Deprecated. 
Returns the value of the monitoring port used by all scheduler processes.

setSchedulerMonitorPort

@Deprecated
void setSchedulerMonitorPort(int value)
Deprecated. 
Sets the value of the monitoring port used by all scheduler processes.

getMasterBIServerOracleInstanceId

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.AvailabilityConfigurationMBean.MasterBIServerOracleInstanceId",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getMasterBIServerOracleInstanceId()
Returns the id of the oracle instance which contains the master BI server.

setMasterBIServerOracleInstanceId

void setMasterBIServerOracleInstanceId(java.lang.String value)
Sets the id of the oracle instance which contains the master BI server.

getMasterBIServerComponentId

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.AvailabilityConfigurationMBean.MasterBIServerComponentId",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getMasterBIServerComponentId()
Returns the component id of the master BI server.

setMasterBIServerComponentId

void setMasterBIServerComponentId(java.lang.String value)
Sets the component id of the master BI server.

getPrimaryClusterControllerOracleInstanceId

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.AvailabilityConfigurationMBean.PrimaryClusterControllerOracleInstanceId",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getPrimaryClusterControllerOracleInstanceId()
Returns the id of the oracle instance which contains the primary cluster controller.

setPrimaryClusterControllerOracleInstanceId

void setPrimaryClusterControllerOracleInstanceId(java.lang.String value)
Sets the id of the oracle instance which contains the primary cluster controller. Note that this must be set in conjunction with its component id.

getPrimaryClusterControllerComponentId

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.AvailabilityConfigurationMBean.PrimaryClusterControllerComponentId",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getPrimaryClusterControllerComponentId()
Returns the component id of the primary cluster controller.

setPrimaryClusterControllerComponentId

void setPrimaryClusterControllerComponentId(java.lang.String value)
Sets the component id of the primary cluster controller. Note that this must be set in conjunction with its oracle instance id.

getPrimarySchedulerOracleInstanceId

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.AvailabilityConfigurationMBean.PrimarySchedulerOracleInstanceId",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getPrimarySchedulerOracleInstanceId()
Returns the id of the oracle instance which contains the primary scheduler.

setPrimarySchedulerOracleInstanceId

void setPrimarySchedulerOracleInstanceId(java.lang.String value)
Sets the id of the oracle instance which contains the primary scheduler. Note that this must be set in conjunction with its component id.

getPrimarySchedulerComponentId

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.AvailabilityConfigurationMBean.PrimarySchedulerComponentId",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getPrimarySchedulerComponentId()
Returns the component id of the primary scheduler.

setPrimarySchedulerComponentId

void setPrimarySchedulerComponentId(java.lang.String value)
Sets the component id of the primary scheduler. Note that this must be set in conjunction with its oracle instance id.

Skip navigation links

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

E16455-02


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