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
SYNC_SERVICE_URI
static final java.lang.String SYNC_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)
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()
getLoggingMode
java.lang.String getLoggingMode()
setLoggingMode
void setLoggingMode(java.lang.String loggingMode)
listLoggingProfiles
java.lang.String[] listLoggingProfiles()
Copyright © 2011. All Rights Reserved.