Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imocf.config
Interface AsyncAnnouncementManagerGeneralMBean


public interface AsyncAnnouncementManagerGeneralMBean

Inteface for AsyncAnnouncementManagerGeneralMBean

Author:
osnat AsyncAnnouncementManagerGeneralMBean enables you to setup properties of the asynchronous announcement player. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAnnouncementInfoReceiver()
          Specifies which receiver to use for retrieving the announcement info.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getMrfAlias()
          Specifies the alias of the MRF that Service Broker use to play announcments.
 void setAnnouncementInfoReceiver(java.lang.String param)
          Specifies which receiver to use for retrieving the announcement info.
 void setMrfAlias(java.lang.String param)
          Specifies the alias of the MRF that Service Broker use to play announcments.

 

Method Detail

getMrfAlias

java.lang.String getMrfAlias()
                             throws java.io.IOException
Specifies the alias of the MRF that Service Broker use to play announcments. It must be set if announcements should be played. The alias has a format of a SIP URI. For example: sip:mrf.whatever@domain
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMrfAlias

void setMrfAlias(java.lang.String param)
                 throws java.io.IOException
Specifies the alias of the MRF that Service Broker use to play announcments. It must be set if announcements should be played. The alias has a format of a SIP URI. For example: sip:mrf.whatever@domain
Parameters:
param -
Throws:
java.io.IOException

getAnnouncementInfoReceiver

java.lang.String getAnnouncementInfoReceiver()
                                             throws java.io.IOException
Specifies which receiver to use for retrieving the announcement info.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAnnouncementInfoReceiver

void setAnnouncementInfoReceiver(java.lang.String param)
                                 throws java.io.IOException
Specifies which receiver to use for retrieving the announcement info.
Parameters:
param -
Throws:
java.io.IOException

getDeploymentName

java.lang.String getDeploymentName()
return the Module instance name that this MBean configures
Returns:
String

Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.