Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imocf.config
Interface AnnouncementRecordMBean


public interface AnnouncementRecordMBean

Inteface for AnnouncementRecordMBean

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

Method Summary
 java.lang.String getActivity()
          Specifies whether or not the announcement is enabled.
 java.lang.String getAnnouncementId()
          Specifies a unique announcement identifier
 java.lang.String getAnnouncementName()
          Specifies the announcement file name
 javax.management.ObjectName getAnnouncementRecords_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: AnnouncementRecords_REFSEP_
 java.lang.String getCallDirection()
          Specifies they call direction for which the announcement is applicable.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getMscId()
          The announcement is relevant only to sessions that where triggered by the specified MSC.
 java.lang.String getPointInCall()
          Specifies the point in call when the announcement is played
 int getT1()
          When Point In Call is set to PRECALL, this parameter specifies a lower limit of a time range in seconds.
 int getT2()
          When Point In Call is set to PRECALL, this parameter specifies an upper limit of a time range in seconds.
 void setActivity(java.lang.String param)
          Specifies whether or not the announcement is enabled.
 void setAnnouncementId(java.lang.String param)
          Specifies a unique announcement identifier
 void setAnnouncementName(java.lang.String param)
          Specifies the announcement file name
 void setCallDirection(java.lang.String param)
          Specifies they call direction for which the announcement is applicable.
 void setMscId(java.lang.String param)
          The announcement is relevant only to sessions that where triggered by the specified MSC.
 void setPointInCall(java.lang.String param)
          Specifies the point in call when the announcement is played
 void setT1(int param)
          When Point In Call is set to PRECALL, this parameter specifies a lower limit of a time range in seconds.
 void setT2(int param)
          When Point In Call is set to PRECALL, this parameter specifies an upper limit of a time range in seconds.

 

Method Detail

getAnnouncementRecords_REFSEP_

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

getPointInCall

java.lang.String getPointInCall()
                                throws java.io.IOException
Specifies the point in call when the announcement is played
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPointInCall

void setPointInCall(java.lang.String param)
                    throws java.io.IOException
Specifies the point in call when the announcement is played
Parameters:
param -
Throws:
java.io.IOException

getAnnouncementName

java.lang.String getAnnouncementName()
                                     throws java.io.IOException
Specifies the announcement file name
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAnnouncementName

void setAnnouncementName(java.lang.String param)
                         throws java.io.IOException
Specifies the announcement file name
Parameters:
param -
Throws:
java.io.IOException

getActivity

java.lang.String getActivity()
                             throws java.io.IOException
Specifies whether or not the announcement is enabled.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setActivity

void setActivity(java.lang.String param)
                 throws java.io.IOException
Specifies whether or not the announcement is enabled.
Parameters:
param -
Throws:
java.io.IOException

getAnnouncementId

java.lang.String getAnnouncementId()
                                   throws java.io.IOException
Specifies a unique announcement identifier
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAnnouncementId

void setAnnouncementId(java.lang.String param)
                       throws java.io.IOException
Specifies a unique announcement identifier
Parameters:
param -
Throws:
java.io.IOException

getMscId

java.lang.String getMscId()
                          throws java.io.IOException
The announcement is relevant only to sessions that where triggered by the specified MSC. When this value is not set, the announcement is relevant to all MSCs.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMscId

void setMscId(java.lang.String param)
              throws java.io.IOException
The announcement is relevant only to sessions that where triggered by the specified MSC. When this value is not set, the announcement is relevant to all MSCs.
Parameters:
param -
Throws:
java.io.IOException

getCallDirection

java.lang.String getCallDirection()
                                  throws java.io.IOException
Specifies they call direction for which the announcement is applicable.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setCallDirection

void setCallDirection(java.lang.String param)
                      throws java.io.IOException
Specifies they call direction for which the announcement is applicable.
Parameters:
param -
Throws:
java.io.IOException

getT1

int getT1()
          throws java.io.IOException
When Point In Call is set to PRECALL, this parameter specifies a lower limit of a time range in seconds. The announcement is played prior to the call if the allowed call duration (granted units) is in the specified range. When Point In Call is set to MIDCALL, this parameter specifies the time in seconds, before the call quota ends, that the announcement is played.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setT1

void setT1(int param)
           throws java.io.IOException
When Point In Call is set to PRECALL, this parameter specifies a lower limit of a time range in seconds. The announcement is played prior to the call if the allowed call duration (granted units) is in the specified range. When Point In Call is set to MIDCALL, this parameter specifies the time in seconds, before the call quota ends, that the announcement is played.
Parameters:
param -
Throws:
java.io.IOException

getT2

int getT2()
          throws java.io.IOException
When Point In Call is set to PRECALL, this parameter specifies an upper limit of a time range in seconds. The announcement is played prior to the call if the allowed call duration (granted units) is in the specified range.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setT2

void setT2(int param)
           throws java.io.IOException
When Point In Call is set to PRECALL, this parameter specifies an upper limit of a time range in seconds. The announcement is played prior to the call if the allowed call duration (granted units) is in the specified range.
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.