Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap1.config
Interface CallInitiationErrorHandlingRuleMBean


public interface CallInitiationErrorHandlingRuleMBean

Inteface for CallInitiationErrorHandlingRuleMBean

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

Method Summary
 java.lang.String getAction()
          Specifies the action to be invoked by IM-SCF, when the condition is met
 javax.management.ObjectName getCallInitiationErrorHandlingRuleSet_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: CallInitiationErrorHandlingRuleSet_REFSEP_
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getServiceKey()
          Specifies a condition on the Service Key.
 int getSipErrorFrom()
          Specifies the lower value of the SIP range.
 int getSipErrorTo()
          Specifies the upper value of the SIP range.
 void setAction(java.lang.String param)
          Specifies the action to be invoked by IM-SCF, when the condition is met
 void setServiceKey(int param)
          Specifies a condition on the Service Key.
 void setSipErrorFrom(int param)
          Specifies the lower value of the SIP range.
 void setSipErrorTo(int param)
          Specifies the upper value of the SIP range.

 

Method Detail

getCallInitiationErrorHandlingRuleSet_REFSEP_

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

getServiceKey

int getServiceKey()
                  throws java.io.IOException
Specifies a condition on the Service Key. When the condition is met, IM-SCF invokes the defined action
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setServiceKey

void setServiceKey(int param)
                   throws java.io.IOException
Specifies a condition on the Service Key. When the condition is met, IM-SCF invokes the defined action
Parameters:
param -
Throws:
java.io.IOException

getSipErrorFrom

int getSipErrorFrom()
                    throws java.io.IOException
Specifies the lower value of the SIP range. When the condition is met, IM-SCF invokes the defined action
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSipErrorFrom

void setSipErrorFrom(int param)
                     throws java.io.IOException
Specifies the lower value of the SIP range. When the condition is met, IM-SCF invokes the defined action
Parameters:
param -
Throws:
java.io.IOException

getSipErrorTo

int getSipErrorTo()
                  throws java.io.IOException
Specifies the upper value of the SIP range. When the condition is met, IM-SCF invokes the defined action
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSipErrorTo

void setSipErrorTo(int param)
                   throws java.io.IOException
Specifies the upper value of the SIP range. When the condition is met, IM-SCF invokes the defined action
Parameters:
param -
Throws:
java.io.IOException

getAction

java.lang.String getAction()
                           throws java.io.IOException
Specifies the action to be invoked by IM-SCF, when the condition is met
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAction

void setAction(java.lang.String param)
               throws java.io.IOException
Specifies the action to be invoked by IM-SCF, when the condition is met
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.