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 MarketingConfigurationMBean


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

Defines an MBean interface for managing the marketing configuration of a BI Instance. 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 getURL()
          Returns the URL of the marketing server.
 java.lang.String getUserName()
          Returns the user name with which to connect to the marketing server.
 void setCredentials(java.lang.String username, char[] password)
          Sets the credentials for the email connection.
 void setCredentials(java.lang.String username, java.lang.String password)
          Deprecated. Use setCredentials(String username, char[] password)
 void setURL(java.lang.String url)
          Sets the URL of the marketing server.
 void setUserName(java.lang.String username)
          Sets the user name NOTE: Use this api only when username alone needs updation.

 

Method Detail

getURL

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.MarketingConfigurationMBean.URL",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getURL()
Returns the URL of the marketing server.

setURL

void setURL(java.lang.String url)
Sets the URL of the marketing server.

getUserName

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.MarketingConfigurationMBean.UserName",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
java.lang.String getUserName()
Returns the user name with which to connect to the marketing server.

setUserName

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.MarketingConfigurationMBean.UserName",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
void setUserName(java.lang.String username)
Sets the user name NOTE: Use this api only when username alone needs updation. Use setCredential(String,String) apis when both username and passwords are to be updated.
Since:
11.1.1.3.51

setCredentials

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.deprecated",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
void setCredentials(@Name(value="username")
                                java.lang.String username,
                                @Name(value="password")
                                java.lang.String password)
Deprecated. Use setCredentials(String username, char[] password)
Sets the credentials for the marketing server.
Parameters:
username - The username. Must not be null.
password - The password. Must not be null.

setCredentials

@Description(resourceKey="oracle.bi.management.adminservices.mbeans.MarketingConfigurationMBean.setCredentials",
             resourceBundleBasename="oracle_bi_management_adminservices_rsc_BIMBeanMsg")
void setCredentials(@Name(value="username")
                                java.lang.String username,
                                @Name(value="password")
                                char[] password)
Sets the credentials for the email connection.
Parameters:
username - The username. Must not be null.
password - The password. Must not be null.

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.