Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.smpp.beans
Interface SmppIncomingRoutingRuleMBean


public interface SmppIncomingRoutingRuleMBean

Inteface for SmppIncomingRoutingRuleMBean

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

Method Summary
 java.lang.String getAlias()
          Specifies the URI of a Service Broker module instance.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getServiceType()
          Specifies the service type
 java.lang.String getSmppDestAddress()
          Specifies the destination address string
 javax.management.ObjectName getSmppIncomingRoutingRules_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: SmppIncomingRoutingRules_REFSEP_
 void setAlias(java.lang.String param)
          Specifies the URI of a Service Broker module instance.
 void setServiceType(java.lang.String param)
          Specifies the service type
 void setSmppDestAddress(java.lang.String param)
          Specifies the destination address string

 

Method Detail

getSmppIncomingRoutingRules_REFSEP_

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

getSmppDestAddress

java.lang.String getSmppDestAddress()
                                    throws java.io.IOException
Specifies the destination address string
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSmppDestAddress

void setSmppDestAddress(java.lang.String param)
                        throws java.io.IOException
Specifies the destination address string
Parameters:
param -
Throws:
java.io.IOException

getServiceType

java.lang.String getServiceType()
                                throws java.io.IOException
Specifies the service type
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setServiceType

void setServiceType(java.lang.String param)
                    throws java.io.IOException
Specifies the service type
Parameters:
param -
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies the URI of a Service Broker module instance. The alias has the following format: ssu:[module-instance].[module-type]@ocsb
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies the URI of a Service Broker module instance. The alias has the following format: ssu:[module-instance].[module-type]@ocsb
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.