Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.imscf.cap4.config
Interface ReleaseCauseMappingRuleMBean


public interface ReleaseCauseMappingRuleMBean

Inteface for ReleaseCauseMappingRuleMBean

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

Method Summary
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getMessage()
          Specifies the type of the rule.
 java.lang.String getReleaseCause()
          Specifies the release cause to be set by IM-SCF, when the codition is met
 javax.management.ObjectName getReleaseCauseMappingRuleSet_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: ReleaseCauseMappingRuleSet_REFSEP_
 int getSipErrorFrom()
          Specifies the lower value of the SIP range.
 int getSipErrorTo()
          Specifies the upper value of the SIP range.
 void setMessage(java.lang.String param)
          Specifies the type of the rule.
 void setReleaseCause(java.lang.String param)
          Specifies the release cause to be set by IM-SCF, when the codition is met
 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

getReleaseCauseMappingRuleSet_REFSEP_

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

getMessage

java.lang.String getMessage()
                            throws java.io.IOException
Specifies the type of the rule.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setMessage

void setMessage(java.lang.String param)
                throws java.io.IOException
Specifies the type of the rule.
Parameters:
param -
Throws:
java.io.IOException

getSipErrorFrom

int getSipErrorFrom()
                    throws java.io.IOException
Specifies the lower value of the SIP range. When the sip error is in range, IM-SCF maps the error to the defined cause
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 sip error is in range, IM-SCF maps the error to the defined cause
Parameters:
param -
Throws:
java.io.IOException

getSipErrorTo

int getSipErrorTo()
                  throws java.io.IOException
Specifies the upper value of the SIP range. When the sip error is in range, IM-SCF maps the error to the defined cause
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 sip error is in range, IM-SCF maps the error to the defined cause
Parameters:
param -
Throws:
java.io.IOException

getReleaseCause

java.lang.String getReleaseCause()
                                 throws java.io.IOException
Specifies the release cause to be set by IM-SCF, when the codition is met
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setReleaseCause

void setReleaseCause(java.lang.String param)
                     throws java.io.IOException
Specifies the release cause to be set by IM-SCF, when the codition 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.