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
SERVICE_URI
static final java.lang.String SERVICE_URI
- See Also:
- Constant Field Values
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)
Copyright © 2009. All Rights Reserved.