Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cs1.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 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 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).
 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 setNatureOfAddress(java.lang.String param)
          Specifies the NatureOfAddress part 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).

 

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

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

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.