Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.protocoltranslator.config
Interface GeneralMBean


public interface GeneralMBean

Inteface for GeneralMBean

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

Method Summary
 java.lang.String getAlias()
          Specifies an Internal Service Broker alias given to an Interworking Module instance.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getName()
          TBD: Add description
 java.lang.String getPlugin()
          Protocol ASE plugin class name
 java.lang.String getProtocol()
          TBD: Add description
 javax.management.ObjectName getProtocols()
          Returns the MBean parent get accessor to the parent mbean: Protocols
 java.lang.String getSS7OwnAddressAlias()
          Specifies an Internal Service Broker own alias given to an Interworking Module instance.
 void setAlias(java.lang.String param)
          Specifies an Internal Service Broker alias given to an Interworking Module instance.
 void setPlugin(java.lang.String param)
          Protocol ASE plugin class name
 void setSS7OwnAddressAlias(java.lang.String param)
          Specifies an Internal Service Broker own alias given to an Interworking Module instance.

 

Method Detail

getProtocols

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

getProtocol

java.lang.String getProtocol()
                             throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

getAlias

java.lang.String getAlias()
                          throws java.io.IOException
Specifies an Internal Service Broker alias given to an Interworking Module instance. This alias is used in the SSU configuration, on the Incoming Routing Rules tab to specify routing rules towards this Interworking Module instance.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAlias

void setAlias(java.lang.String param)
              throws java.io.IOException
Specifies an Internal Service Broker alias given to an Interworking Module instance. This alias is used in the SSU configuration, on the Incoming Routing Rules tab to specify routing rules towards this Interworking Module instance.
Parameters:
param -
Throws:
java.io.IOException

getPlugin

java.lang.String getPlugin()
                           throws java.io.IOException
Protocol ASE plugin class name
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setPlugin

void setPlugin(java.lang.String param)
               throws java.io.IOException
Protocol ASE plugin class name
Parameters:
param -
Throws:
java.io.IOException

getSS7OwnAddressAlias

java.lang.String getSS7OwnAddressAlias()
                                       throws java.io.IOException
Specifies an Internal Service Broker own alias given to an Interworking Module instance.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setSS7OwnAddressAlias

void setSS7OwnAddressAlias(java.lang.String param)
                           throws java.io.IOException
Specifies an Internal Service Broker own alias given to an Interworking Module instance.
Parameters:
param -
Throws:
java.io.IOException

getName

java.lang.String getName()
                         throws java.io.IOException
TBD: Add description
Parameters:
-
Returns:
String
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.