Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap2.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 getAddressDigits()
          Specifies the digits part of the media resource address.
 java.lang.String getAddressNumberingPlanIndicator()
          Specifies the NumberingPlanInd part of the media resource address
 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 getAnswerIndication()
          Specifies how to set the Both way Through Connection Indicator parameter in the ETC and CTR operations.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getMediaResources_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MediaResources_REFSEP_
 java.lang.String getNatureOfAddress()
          Specifies the NatureOfAddress part of the media resource address.
 java.lang.String getNumberingQualifier()
          Specifies the numbering qualifier of the media resource address
 java.lang.String getNumberScreening()
          Specifies the Numbering Screening of the media resource address
 java.lang.String getOperationType()
          Possible values: Internal - the media resource is internal part of the SSP (ConnectToResource); External - the media resource not a part of the SSP (EstablishTemporaryConnection).
 java.lang.String getPresentationRestriction()
          Specifies the presentation restriction of the media resource address
 void setAddressDigits(java.lang.String param)
          Specifies the digits part of the media resource address.
 void setAddressNumberingPlanIndicator(java.lang.String param)
          Specifies the NumberingPlanInd part of the media resource address
 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 setAnswerIndication(java.lang.String param)
          Specifies how to set the Both way Through Connection Indicator parameter in the ETC and CTR operations.
 void setNatureOfAddress(java.lang.String param)
          Specifies the NatureOfAddress part of the media resource address.
 void setNumberingQualifier(java.lang.String param)
          Specifies the numbering qualifier of the media resource address
 void setNumberScreening(java.lang.String param)
          Specifies the Numbering Screening of the media resource address
 void setOperationType(java.lang.String param)
          Possible values: Internal - the media resource is internal part of the SSP (ConnectToResource); External - the media resource not a part of the SSP (EstablishTemporaryConnection).
 void setPresentationRestriction(java.lang.String param)
          Specifies the presentation restriction of the media resource address

 

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

getAddressDigits

java.lang.String getAddressDigits()
                                  throws java.io.IOException
Specifies the digits part of the media resource address. The media resource address is used to set up a connection towards the media resource.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAddressDigits

void setAddressDigits(java.lang.String param)
                      throws java.io.IOException
Specifies the digits part of the media resource address. The media resource address is used to set up a connection towards the media resource.
Parameters:
param -
Throws:
java.io.IOException

getNatureOfAddress

java.lang.String getNatureOfAddress()
                                    throws java.io.IOException
Specifies the NatureOfAddress part of the media resource address. The media resource address is used to set up a connection towards the media resource.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNatureOfAddress

void setNatureOfAddress(java.lang.String param)
                        throws java.io.IOException
Specifies the NatureOfAddress part of the media resource address. The media resource address is used to set up a connection towards the media resource.
Parameters:
param -
Throws:
java.io.IOException

getAddressNumberingPlanIndicator

java.lang.String getAddressNumberingPlanIndicator()
                                                  throws java.io.IOException
Specifies the NumberingPlanInd part of the media resource address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAddressNumberingPlanIndicator

void setAddressNumberingPlanIndicator(java.lang.String param)
                                      throws java.io.IOException
Specifies the NumberingPlanInd part of the media resource address
Parameters:
param -
Throws:
java.io.IOException

getNumberingQualifier

java.lang.String getNumberingQualifier()
                                       throws java.io.IOException
Specifies the numbering qualifier of the media resource address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNumberingQualifier

void setNumberingQualifier(java.lang.String param)
                           throws java.io.IOException
Specifies the numbering qualifier of the media resource address
Parameters:
param -
Throws:
java.io.IOException

getNumberScreening

java.lang.String getNumberScreening()
                                    throws java.io.IOException
Specifies the Numbering Screening of the media resource address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setNumberScreening

void setNumberScreening(java.lang.String param)
                        throws java.io.IOException
Specifies the Numbering Screening of the media resource address
Parameters:
param -
Throws:
java.io.IOException

getPresentationRestriction

java.lang.String getPresentationRestriction()
                                            throws java.io.IOException
Specifies the presentation restriction of the media resource address
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPresentationRestriction

void setPresentationRestriction(java.lang.String param)
                                throws java.io.IOException
Specifies the presentation restriction of the media resource address
Parameters:
param -
Throws:
java.io.IOException

getOperationType

java.lang.String getOperationType()
                                  throws java.io.IOException
Possible values: Internal - the media resource is internal part of the SSP (ConnectToResource); External - the media resource not a part of the SSP (EstablishTemporaryConnection).
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setOperationType

void setOperationType(java.lang.String param)
                      throws java.io.IOException
Possible values: Internal - the media resource is internal part of the SSP (ConnectToResource); External - the media resource not a part of the SSP (EstablishTemporaryConnection).
Parameters:
param -
Throws:
java.io.IOException

getAnswerIndication

java.lang.String getAnswerIndication()
                                     throws java.io.IOException
Specifies how to set the Both way Through Connection Indicator parameter in the ETC and CTR operations. Possible values for both way path required: yes, no, none.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAnswerIndication

void setAnswerIndication(java.lang.String param)
                         throws java.io.IOException
Specifies how to set the Both way Through Connection Indicator parameter in the ETC and CTR operations. Possible values for both way path required: yes, no, none.
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.