Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.protocoltranslator.config
Interface ProtocolTranslatorErrorHandlingRuleMBean


public interface ProtocolTranslatorErrorHandlingRuleMBean

Inteface for ProtocolTranslatorErrorHandlingRuleMBean

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 ProtocolTranslator, when the condition is met.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getMscAlias()
          Specifies a condition on the MSC's alias.
 javax.management.ObjectName getProtocolTranslatorErrorHandlingRuleSet_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: ProtocolTranslatorErrorHandlingRuleSet_REFSEP_
 int getServiceKey()
          Specifies a condition on the Service Key.
 void setAction(java.lang.String param)
          Specifies the action to be invoked by ProtocolTranslator, when the condition is met.
 void setMscAlias(java.lang.String param)
          Specifies a condition on the MSC's alias.
 void setServiceKey(int param)
          Specifies a condition on the Service Key.

 

Method Detail

getProtocolTranslatorErrorHandlingRuleSet_REFSEP_

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

getMscAlias

java.lang.String getMscAlias()
                             throws java.io.IOException
Specifies a condition on the MSC's alias. When the condition is met, ProtocolTranslator invokes the defined action. Use 'any' for any MSC alias
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMscAlias

void setMscAlias(java.lang.String param)
                 throws java.io.IOException
Specifies a condition on the MSC's alias. When the condition is met, ProtocolTranslator invokes the defined action. Use 'any' for any MSC alias
Parameters:
param -
Throws:
java.io.IOException

getServiceKey

int getServiceKey()
                  throws java.io.IOException
Specifies a condition on the Service Key. When the condition is met, ProtocolTranslator invokes the defined action. Use -1 for any service key
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, ProtocolTranslator invokes the defined action. Use -1 for any service key
Parameters:
param -
Throws:
java.io.IOException

getAction

java.lang.String getAction()
                           throws java.io.IOException
Specifies the action to be invoked by ProtocolTranslator, 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 ProtocolTranslator, 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.