Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.ss7.sigtran.config
Interface SccpIncomingRoutingCriteriaMBean


public interface SccpIncomingRoutingCriteriaMBean

Inteface for SccpIncomingRoutingCriteriaMBean

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
 javax.management.ObjectName getSccpIncomingRoutingRule_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SccpIncomingRoutingRule_REFSEP_
 java.lang.String getSessionKey()
          Specifies a session key based on which the SS7 SSU performs routing.
 java.lang.String getValue()
          Specifies required value (or 'min-max' range) for the specified session key to cause the SS7 SSU to apply the routing rule
 void setSessionKey(java.lang.String param)
          Specifies a session key based on which the SS7 SSU performs routing.
 void setValue(java.lang.String param)
          Specifies required value (or 'min-max' range) for the specified session key to cause the SS7 SSU to apply the routing rule

 

Method Detail

getSccpIncomingRoutingRule_REFSEP_

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

getSessionKey

java.lang.String getSessionKey()
                               throws java.io.IOException
Specifies a session key based on which the SS7 SSU performs routing. The SS7 SSU will route incoming messages to the specified module instance, if the value of the session key matches the Value field. Possible values: - DEST_ADDRESS_ALIAS - SOURCE_ADDRESS_ALIAS - APPLICATION_CONTEXT - SERVICE_KEY - OPCODE
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSessionKey

void setSessionKey(java.lang.String param)
                   throws java.io.IOException
Specifies a session key based on which the SS7 SSU performs routing. The SS7 SSU will route incoming messages to the specified module instance, if the value of the session key matches the Value field. Possible values: - DEST_ADDRESS_ALIAS - SOURCE_ADDRESS_ALIAS - APPLICATION_CONTEXT - SERVICE_KEY - OPCODE
Parameters:
param -
Throws:
java.io.IOException

getValue

java.lang.String getValue()
                          throws java.io.IOException
Specifies required value (or 'min-max' range) for the specified session key to cause the SS7 SSU to apply the routing rule
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setValue

void setValue(java.lang.String param)
              throws java.io.IOException
Specifies required value (or 'min-max' range) for the specified session key to cause the SS7 SSU to apply the routing rule
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.