Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


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


public interface MtpLinksetMBean

Inteface for MtpLinksetMBean

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

Method Summary
 javax.management.ObjectName createMtpLink(java.lang.String newMbeanIndex)
          create a descendant mbean of type MtpLink with the given name
 void destroyMtpLink(java.lang.String delMbeanIndex)
          destroy a descendant mbean of type MtpLink with the given name
 int getAdjacentpointcode()
          Specifies a point code on the far end of the linkset
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 javax.management.ObjectName[] getMtpLinks()
          return all mbeans of type MtpLink that are direct descendants of this mbean
 javax.management.ObjectName getMtpLinksets_REFSEP_()
          Returns the MBean parent get accessor to the parent mbean: MtpLinksets_REFSEP_
 int getSubservice()
          Specifies a 4-bit value used in the Subservice field of all MTP3 messages that are passed over the linkset.
 javax.management.ObjectName lookupMtpLink(java.lang.String lookupMBeanIndex)
          return the ObjectName of a specific mbean of type MtpLink that is a direct descendant of this mbean
 void setAdjacentpointcode(int param)
          Specifies a point code on the far end of the linkset
 void setSubservice(int param)
          Specifies a 4-bit value used in the Subservice field of all MTP3 messages that are passed over the linkset.

 

Method Detail

getMtpLinksets_REFSEP_

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

getAdjacentpointcode

int getAdjacentpointcode()
                         throws java.io.IOException
Specifies a point code on the far end of the linkset
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setAdjacentpointcode

void setAdjacentpointcode(int param)
                          throws java.io.IOException
Specifies a point code on the far end of the linkset
Parameters:
param -
Throws:
java.io.IOException

getSubservice

int getSubservice()
                  throws java.io.IOException
Specifies a 4-bit value used in the Subservice field of all MTP3 messages that are passed over the linkset. This parameter can be set to any value from 0 to 16.
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setSubservice

void setSubservice(int param)
                   throws java.io.IOException
Specifies a 4-bit value used in the Subservice field of all MTP3 messages that are passed over the linkset. This parameter can be set to any value from 0 to 16.
Parameters:
param -
Throws:
java.io.IOException

createMtpLink

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

destroyMtpLink

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

lookupMtpLink

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

getMtpLinks

javax.management.ObjectName[] getMtpLinks()
return all mbeans of type MtpLink 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.