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()
           
 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)
           
 

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()


Copyright © 2010. All Rights Reserved.