Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap2.config
Interface PostCallInitiationErrorHandlingRuleMBean


public interface PostCallInitiationErrorHandlingRuleMBean

Inteface for PostCallInitiationErrorHandlingRuleMBean

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
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName getPostCallInitiationErrorHandlingRuleSet_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: PostCallInitiationErrorHandlingRuleSet_REFSEP_
 int getServiceKey()
          Specifies a condition on the Service Key.
 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.

 

Method Detail

getPostCallInitiationErrorHandlingRuleSet_REFSEP_

javax.management.ObjectName getPostCallInitiationErrorHandlingRuleSet_REFSEP_()
                                                                              throws java.io.IOException
Returns the MBean parent get accessor to the parent mbean: PostCallInitiationErrorHandlingRuleSet_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

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.