org.mobicents.servlet.management.client.configuration
Interface ConfigurationServiceAsync
public interface ConfigurationServiceAsync
setQueueSize
void setQueueSize(int queueSize,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
getQueueSize
void getQueueSize(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Integer> callback)
setMemoryThreshold
void setMemoryThreshold(int memoryThreshold,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
getMemoryThreshold
void getMemoryThreshold(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Integer> callback)
getConcurrencyControlMode
void getConcurrencyControlMode(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
setConcurrencyControlMode
void setConcurrencyControlMode(java.lang.String mode,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
getCongestionControlPolicy
void getCongestionControlPolicy(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.String> callback)
setCongestionControlPolicy
void setCongestionControlPolicy(java.lang.String policy,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
setCongestionControlCheckingInterval
void setCongestionControlCheckingInterval(long interval,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
getCongestionControlCheckingInterval
void getCongestionControlCheckingInterval(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Long> callback)
setBaseTimerInterval
void setBaseTimerInterval(int baseTimerInterval,
com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Void> callback)
getBaseTimerInterval
void getBaseTimerInterval(com.google.gwt.user.client.rpc.AsyncCallback<java.lang.Integer> callback)
Copyright © 2010. All Rights Reserved.