Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imssf.win1.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 getAlias()
          Specifies a unique identifier that applications use to instruct Service Broker 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 getOperationType()
          Possible values: Switched_Based - the media resource is internal part of the SSP (CCDIR); External - the media resource not a part of the SSP (ConnectResource)
 java.lang.String getPrivateResourceType()
          Specifies the value to set in the PrivateSpecializedResource parameter of the SEIZERES operation
 java.lang.String getResourceType()
          Specifies the value to set in the SpecializedResource parameter of the SEIZERES operation.
 java.lang.String getSnAddress()
          Specifies the value to set in the DestinationDigits parameter of the CONNRES operation.
 java.lang.String getSnIpConfiguration()
          Possible values: SN - IP and SCP are co-located.
 void setAddressDigits(java.lang.String param)
          Specifies the digits part of the media resource address.
 void setAlias(java.lang.String param)
          Specifies a unique identifier that applications use to instruct Service Broker which media resource to connect in order to play announcements.
 void setOperationType(java.lang.String param)
          Possible values: Switched_Based - the media resource is internal part of the SSP (CCDIR); External - the media resource not a part of the SSP (ConnectResource)
 void setPrivateResourceType(java.lang.String param)
          Specifies the value to set in the PrivateSpecializedResource parameter of the SEIZERES operation
 void setResourceType(java.lang.String param)
          Specifies the value to set in the SpecializedResource parameter of the SEIZERES operation.
 void setSnAddress(java.lang.String param)
          Specifies the value to set in the DestinationDigits parameter of the CONNRES operation.
 void setSnIpConfiguration(java.lang.String param)
          Possible values: SN - IP and SCP are co-located.

 

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 Service Broker which media resource to connect in order to play announcements. 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 Service Broker which media resource to connect in order to play announcements. 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

getOperationType

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

setOperationType

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

getResourceType

java.lang.String getResourceType()
                                 throws java.io.IOException
Specifies the value to set in the SpecializedResource parameter of the SEIZERES operation.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setResourceType

void setResourceType(java.lang.String param)
                     throws java.io.IOException
Specifies the value to set in the SpecializedResource parameter of the SEIZERES operation.
Parameters:
param -
Throws:
java.io.IOException

getPrivateResourceType

java.lang.String getPrivateResourceType()
                                        throws java.io.IOException
Specifies the value to set in the PrivateSpecializedResource parameter of the SEIZERES operation
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPrivateResourceType

void setPrivateResourceType(java.lang.String param)
                            throws java.io.IOException
Specifies the value to set in the PrivateSpecializedResource parameter of the SEIZERES operation
Parameters:
param -
Throws:
java.io.IOException

getSnIpConfiguration

java.lang.String getSnIpConfiguration()
                                      throws java.io.IOException
Possible values: SN - IP and SCP are co-located. IP - IP and SCP are not co-located
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSnIpConfiguration

void setSnIpConfiguration(java.lang.String param)
                          throws java.io.IOException
Possible values: SN - IP and SCP are co-located. IP - IP and SCP are not co-located
Parameters:
param -
Throws:
java.io.IOException

getSnAddress

java.lang.String getSnAddress()
                              throws java.io.IOException
Specifies the value to set in the DestinationDigits parameter of the CONNRES operation. This value is regarded only when SN-IP Configuration parameter is set to SN.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSnAddress

void setSnAddress(java.lang.String param)
                  throws java.io.IOException
Specifies the value to set in the DestinationDigits parameter of the CONNRES operation. This value is regarded only when SN-IP Configuration parameter is set to SN.
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.