org.mobicents.servlet.management.client.configuration
Interface ConfigurationService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
ConfigurationServiceImpl

public interface ConfigurationService
extends com.google.gwt.user.client.rpc.RemoteService


Nested Class Summary
static class ConfigurationService.Util
           
 
Field Summary
static java.lang.String SERVICE_URI
           
 
Method Summary
 int getBaseTimerInterval()
           
 java.lang.String getConcurrencyControlMode()
           
 long getCongestionControlCheckingInterval()
           
 java.lang.String getCongestionControlPolicy()
           
 int getMemoryThreshold()
           
 int getQueueSize()
           
 int getT2Interval()
           
 int getT4Interval()
           
 int getTimerDInterval()
           
 void setBaseTimerInterval(int baseTimerInterval)
           
 void setConcurrencyControlMode(java.lang.String mode)
           
 void setCongestionControlCheckingInterval(long interval)
           
 void setCongestionControlPolicy(java.lang.String congestionControlPolicy)
           
 void setMemoryThreshold(int memoryThreshold)
           
 void setQueueSize(int queueSize)
           
 void setT2Interval(int t2Interval)
           
 void setT4Interval(int t4Interval)
           
 void setTimerDInterval(int timerDInterval)
           
 

Field Detail

SERVICE_URI

static final java.lang.String SERVICE_URI
See Also:
Constant Field Values
Method Detail

setQueueSize

void setQueueSize(int queueSize)

getQueueSize

int getQueueSize()

setMemoryThreshold

void setMemoryThreshold(int memoryThreshold)

getMemoryThreshold

int getMemoryThreshold()

getConcurrencyControlMode

java.lang.String getConcurrencyControlMode()

setConcurrencyControlMode

void setConcurrencyControlMode(java.lang.String mode)

getCongestionControlPolicy

java.lang.String getCongestionControlPolicy()

setCongestionControlPolicy

void setCongestionControlPolicy(java.lang.String congestionControlPolicy)

getCongestionControlCheckingInterval

long getCongestionControlCheckingInterval()

setCongestionControlCheckingInterval

void setCongestionControlCheckingInterval(long interval)

setBaseTimerInterval

void setBaseTimerInterval(int baseTimerInterval)

getBaseTimerInterval

int getBaseTimerInterval()

setT2Interval

void setT2Interval(int t2Interval)

getT2Interval

int getT2Interval()

setT4Interval

void setT4Interval(int t4Interval)

getT4Interval

int getT4Interval()

setTimerDInterval

void setTimerDInterval(int timerDInterval)

getTimerDInterval

int getTimerDInterval()


Copyright © 2010. All Rights Reserved.