Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imssf.ain01.config
Interface MediaResourceMBean


public interface MediaResourceMBean

Inteface for MediaResourceMBean

Author:
osnat NOTE: this code is autogenerated by createConfigMbeans.pl. Do not change it.

Method Summary
 java.lang.String getAlias()
          Specifies a unique identifier that applications use to instruct IM-SCF which media resource to connect in order to play announcements.
 java.lang.String getAnnouncementOperation()
          Specifies which operation IM-SCF triggers towards the switch-based media resource.
 java.lang.String getAnswerIndication()
          Specifies whether a switch sends Answer message to the calling party upon connection to the media resource.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getDisconnectFlag()
          Specifies whether or not to set the DisconnectFlag in SendToResource operation.
 javax.management.ObjectName getMediaResources_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MediaResources_REFSEP_
 void setAlias(java.lang.String param)
          Specifies a unique identifier that applications use to instruct IM-SCF which media resource to connect in order to play announcements.
 void setAnnouncementOperation(java.lang.String param)
          Specifies which operation IM-SCF triggers towards the switch-based media resource.
 void setAnswerIndication(java.lang.String param)
          Specifies whether a switch sends Answer message to the calling party upon connection to the media resource.
 void setDisconnectFlag(java.lang.String param)
          Specifies whether or not to set the DisconnectFlag in SendToResource operation.

 

Method Detail

getMediaResources_REFSEP_

javax.management.ObjectName getMediaResources_REFSEP_()
                                                      throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: MediaResources_REFSEP_
Parameters:
-
Returns:
ObjectName
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies a unique identifier that applications use to instruct IM-SCF which media resource to connect in order to play announcements. Alias is used by IM-SCF to lookup for media resource details in this table. Aliases are defined in a URI format. For example: mrf@domain-name.com
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies a unique identifier that applications use to instruct IM-SCF which media resource to connect in order to play announcements. Alias is used by IM-SCF to lookup for media resource details in this table. Aliases are defined in a URI format. For example: mrf@domain-name.com
Parameters:
param -
Throws:
java.io.IOException

getAnnouncementOperation

java.lang.String getAnnouncementOperation()
                                          throws java.io.IOException
Specifies which operation IM-SCF triggers towards the switch-based media resource. Possible values: 0 for PlayAnnoucnement; 1 for PlayAnnouncementAndCollectDigits
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAnnouncementOperation

void setAnnouncementOperation(java.lang.String param)
                              throws java.io.IOException
Specifies which operation IM-SCF triggers towards the switch-based media resource. Possible values: 0 for PlayAnnoucnement; 1 for PlayAnnouncementAndCollectDigits
Parameters:
param -
Throws:
java.io.IOException

getDisconnectFlag

java.lang.String getDisconnectFlag()
                                   throws java.io.IOException
Specifies whether or not to set the DisconnectFlag in SendToResource operation. Possible values: True,False
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDisconnectFlag

void setDisconnectFlag(java.lang.String param)
                       throws java.io.IOException
Specifies whether or not to set the DisconnectFlag in SendToResource operation. Possible values: True,False
Parameters:
param -
Throws:
java.io.IOException

getAnswerIndication

java.lang.String getAnswerIndication()
                                     throws java.io.IOException
Specifies whether a switch sends Answer message to the calling party upon connection to the media resource. Possible values: Yes, No
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAnswerIndication

void setAnswerIndication(java.lang.String param)
                         throws java.io.IOException
Specifies whether a switch sends Answer message to the calling party upon connection to the media resource. Possible values: Yes, No
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.