Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


com.convergin.wcs.osgi.sm.rds
Interface RdsMBean


public interface RdsMBean

Method Summary
 String getAllocationModeValue()
           
 BigInteger getMaxAllocationPeriod()
          Gets the value of the maxAllocationPeriod property.
 BigInteger getMaxPoolSize()
          Gets the value of the maxPoolSize property.
 String getRangeLowerLimit()
          Gets the value of the rangeLowerLimit property.
 String getReleaseModeValue()
           
 void setAllocationModeValue(String value)
          Set the value of allocationMode
 void setMaxAllocationPeriod(BigInteger value)
          Sets the value of the maxAllocationPeriod property.
 void setMaxPoolSize(BigInteger value)
          Sets the value of the maxPoolSize property.
 void setRangeLowerLimit(String value)
          Sets the value of the rangeLowerLimit property.
 void setReleaseModeValue(String value)
          Set the value of releaseMode

 

Method Detail

getMaxPoolSize

BigInteger getMaxPoolSize()
Gets the value of the maxPoolSize property.

setMaxPoolSize

void setMaxPoolSize(BigInteger value)
Sets the value of the maxPoolSize property.

getRangeLowerLimit

String getRangeLowerLimit()
Gets the value of the rangeLowerLimit property.

setRangeLowerLimit

void setRangeLowerLimit(String value)
Sets the value of the rangeLowerLimit property.

getMaxAllocationPeriod

BigInteger getMaxAllocationPeriod()
Gets the value of the maxAllocationPeriod property.

setMaxAllocationPeriod

void setMaxAllocationPeriod(BigInteger value)
Sets the value of the maxAllocationPeriod property.

setAllocationModeValue

void setAllocationModeValue(String value)
Set the value of allocationMode

getAllocationModeValue

String getAllocationModeValue()

setReleaseModeValue

void setReleaseModeValue(String value)
Set the value of releaseMode

getReleaseModeValue

String getReleaseModeValue()

Skip navigation links

Oracle Communications Service Broker Configuration and Runtime MBean Java API Referencee
6.1

E38079-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.