Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imocf.config
Interface MrfAnnouncementsGeneralMBean


public interface MrfAnnouncementsGeneralMBean

Inteface for MrfAnnouncementsGeneralMBean

Author:
osnat MrfAnnouncementsGeneralMBean enables you to specify the MRF address that Service Broker use to play announcements. NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getMrfAddress()
          Specifies the address of the MRF that Service Broker use to play announcments.
 void setMrfAddress(java.lang.String param)
          Specifies the address of the MRF that Service Broker use to play announcments.

 

Method Detail

getMrfAddress

java.lang.String getMrfAddress()
                               throws java.io.IOException
Specifies the address of the MRF that Service Broker use to play announcments. The address has a format of a SIP URI. For example: sip:mrf@192.168.0.15:5080.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMrfAddress

void setMrfAddress(java.lang.String param)
                   throws java.io.IOException
Specifies the address of the MRF that Service Broker use to play announcments. The address has a format of a SIP URI. For example: sip:mrf@192.168.0.15:5080.
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.