Skip navigation links

Oracle Communications Service Broker
Module MBean Java API Reference
Release 6.0

E26174-01


com.convergin.module.smrds.config
Interface RdsMBean


public interface RdsMBean

Inteface for RdsMBean

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

Method Summary
 java.lang.String getAllocationMode()
          Specifies the mode of operation for RN allocation
 java.lang.String getDeploymentName()
          return the Module instance name that this MBean configures
 int getMaxAllocationPeriod()
          Specifies defines the interval for which the RDS holds RN as allocated (mSec)
 int getMaxPoolSize()
          Specifies the the size of the routing number pool
 java.lang.String getRangeLowerLimit()
          Specifies the lower number starting the pool range
 java.lang.String getReleaseMode()
          Specifies the mode of operation for RN release
 void setAllocationMode(java.lang.String param)
          Specifies the mode of operation for RN allocation
 void setMaxAllocationPeriod(int param)
          Specifies defines the interval for which the RDS holds RN as allocated (mSec)
 void setMaxPoolSize(int param)
          Specifies the the size of the routing number pool
 void setRangeLowerLimit(java.lang.String param)
          Specifies the lower number starting the pool range
 void setReleaseMode(java.lang.String param)
          Specifies the mode of operation for RN release

 

Method Detail

getMaxPoolSize

int getMaxPoolSize()
                   throws java.io.IOException
Specifies the the size of the routing number pool
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxPoolSize

void setMaxPoolSize(int param)
                    throws java.io.IOException
Specifies the the size of the routing number pool
Parameters:
param -
Throws:
java.io.IOException

getRangeLowerLimit

java.lang.String getRangeLowerLimit()
                                    throws java.io.IOException
Specifies the lower number starting the pool range
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setRangeLowerLimit

void setRangeLowerLimit(java.lang.String param)
                        throws java.io.IOException
Specifies the lower number starting the pool range
Parameters:
param -
Throws:
java.io.IOException

getMaxAllocationPeriod

int getMaxAllocationPeriod()
                           throws java.io.IOException
Specifies defines the interval for which the RDS holds RN as allocated (mSec)
Parameters:
-
Returns:
int
Throws:
java.io.IOException

setMaxAllocationPeriod

void setMaxAllocationPeriod(int param)
                            throws java.io.IOException
Specifies defines the interval for which the RDS holds RN as allocated (mSec)
Parameters:
param -
Throws:
java.io.IOException

getAllocationMode

java.lang.String getAllocationMode()
                                   throws java.io.IOException
Specifies the mode of operation for RN allocation
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setAllocationMode

void setAllocationMode(java.lang.String param)
                       throws java.io.IOException
Specifies the mode of operation for RN allocation
Parameters:
param -
Throws:
java.io.IOException

getReleaseMode

java.lang.String getReleaseMode()
                                throws java.io.IOException
Specifies the mode of operation for RN release
Parameters:
-
Returns:
String
Throws:
java.io.IOException

setReleaseMode

void setReleaseMode(java.lang.String param)
                    throws java.io.IOException
Specifies the mode of operation for RN release
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.