Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imrasf.config
Interface MediaResourceAnnouncementMBean


public interface MediaResourceAnnouncementMBean

Inteface for MediaResourceAnnouncementMBean

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

Method Summary
 java.lang.String getAlias()
          Specifies an identifier for the in the Media Resource Table.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getGeneralAnnouncementId()
          Specifies the general announcement number as appears in the MSCML play id.
 javax.management.ObjectName getMediaResourceAnnouncements_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MediaResourceAnnouncements_REFSEP_
 java.lang.String getSpecificAnnouncement()
          Specifies MRF specific announcement representation.
 void setAlias(java.lang.String param)
          Specifies an identifier for the in the Media Resource Table.
 void setGeneralAnnouncementId(int param)
          Specifies the general announcement number as appears in the MSCML play id.
 void setSpecificAnnouncement(java.lang.String param)
          Specifies MRF specific announcement representation.

 

Method Detail

getMediaResourceAnnouncements_REFSEP_

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

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies an identifier for the in the Media Resource Table.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies an identifier for the in the Media Resource Table.
Parameters:
param -
Throws:
java.io.IOException

getGeneralAnnouncementId

int getGeneralAnnouncementId()
                             throws java.io.IOException
Specifies the general announcement number as appears in the MSCML play id.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setGeneralAnnouncementId

void setGeneralAnnouncementId(int param)
                              throws java.io.IOException
Specifies the general announcement number as appears in the MSCML play id.
Parameters:
param -
Throws:
java.io.IOException

getSpecificAnnouncement

java.lang.String getSpecificAnnouncement()
                                         throws java.io.IOException
Specifies MRF specific announcement representation.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSpecificAnnouncement

void setSpecificAnnouncement(java.lang.String param)
                             throws java.io.IOException
Specifies MRF specific announcement representation.
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.