Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.common.ss7.tdm.config
Interface MtpRoutesetMBean


public interface MtpRoutesetMBean

Inteface for MtpRoutesetMBean

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

Method Summary
 javax.management.ObjectName createMtpRoute(java.lang.String newMbeanIndex)
          create a descendant mbean of type MtpRoute with the given name
 void destroyMtpRoute(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type MtpRoute with the given name
 java.lang.String getDefaultroute()
          Possible values: Yes; No.
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 java.lang.String getDescription()
          Specifies a routeset description
 javax.management.ObjectName[] getMtpRoutes()
          return all mbeans of type MtpRoute that are direct descendants of this mbean
 javax.management.ObjectName getMtpRoutesets_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MtpRoutesets_REFSEP_
 int getRemotepointcode()
          Specifies a point code or a remote SS7 entity
 javax.management.ObjectName lookupMtpRoute(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type MtpRoute that is a direct descendant of this mbean
 void setDefaultroute(java.lang.String param)
          Possible values: Yes; No.
 void setDescription(java.lang.String param)
          Specifies a routeset description
 void setRemotepointcode(int param)
          Specifies a point code or a remote SS7 entity

 

Method Detail

getMtpRoutesets_REFSEP_

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

getRemotepointcode

int getRemotepointcode()
                       throws java.io.IOException
Specifies a point code or a remote SS7 entity
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setRemotepointcode

void setRemotepointcode(int param)
                        throws java.io.IOException
Specifies a point code or a remote SS7 entity
Parameters:
param -
Throws:
java.io.IOException

getDefaultroute

java.lang.String getDefaultroute()
                                 throws java.io.IOException
Possible values: Yes; No.
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDefaultroute

void setDefaultroute(java.lang.String param)
                     throws java.io.IOException
Possible values: Yes; No.
Parameters:
param -
Throws:
java.io.IOException

getDescription

java.lang.String getDescription()
                                throws java.io.IOException
Specifies a routeset description
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setDescription

void setDescription(java.lang.String param)
                    throws java.io.IOException
Specifies a routeset description
Parameters:
param -
Throws:
java.io.IOException

createMtpRoute

javax.management.ObjectName createMtpRoute(java.lang.String newMbeanIndex)
                                           throws java.io.IOException
create a descendant mbean of type MtpRoute with the given name
Parameters:
newMbeanIndex -
Returns:
ObjectName
Throws:
java.io.IOException

destroyMtpRoute

void destroyMtpRoute(java.lang.String delMbeanIndex)
                     throws java.io.IOException
destroy a descendant mbean of type MtpRoute with the given name
Parameters:
delMbeanIndex -
Throws:
java.io.IOException

lookupMtpRoute

javax.management.ObjectName lookupMtpRoute(java.lang.String lookupMBeanIndex)
return the ObjectName of a specific mbean of type MtpRoute that is a direct descendant of this mbean
Parameters:
lookupMBeanIndex -
Returns:
ObjectName

getMtpRoutes

javax.management.ObjectName[] getMtpRoutes()
return all mbeans of type MtpRoute that are direct descendants of this mbean
Returns:
ObjectName[]

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.