org.mobicents.servlet.management.server.configuration
Class ConfigurationServiceImpl

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
              extended by org.mobicents.servlet.management.server.configuration.ConfigurationServiceImpl
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, ConfigurationService

public class ConfigurationServiceImpl
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements ConfigurationService

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.mobicents.servlet.management.client.configuration.ConfigurationService
ConfigurationService.Util
 
Field Summary
 
Fields inherited from interface org.mobicents.servlet.management.client.configuration.ConfigurationService
SERVICE_URI, SYNC_SERVICE_URI
 
Constructor Summary
ConfigurationServiceImpl()
           
 
Method Summary
 int getBaseTimerInterval()
           
 java.lang.String getConcurrencyControlMode()
           
 long getCongestionControlCheckingInterval()
           
 java.lang.String getCongestionControlPolicy()
           
 java.lang.String getLoggingMode()
           
 int getMemoryThreshold()
           
 int getQueueSize()
           
 int getT2Interval()
           
 int getT4Interval()
           
 int getTimerDInterval()
           
 java.lang.String[] listLoggingProfiles()
           
 void setBaseTimerInterval(int baseTimerInterval)
           
 void setConcurrencyControlMode(java.lang.String mode)
           
 void setCongestionControlCheckingInterval(long interval)
           
 void setCongestionControlPolicy(java.lang.String policy)
           
 void setLoggingMode(java.lang.String mode)
           
 void setMemoryThreshold(int memoryThreshold)
           
 void setQueueSize(int queueSize)
           
 void setT2Interval(int t2Interval)
           
 void setT4Interval(int t4Interval)
           
 void setTimerDInterval(int timerDInterval)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
doGetSerializationPolicy, doPost, doUnexpectedFailure, getSerializationPolicy, getThreadLocalRequest, getThreadLocalResponse, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, readContent, shouldCompressResponse
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationServiceImpl

public ConfigurationServiceImpl()
Method Detail

getConcurrencyControlMode

public java.lang.String getConcurrencyControlMode()
Specified by:
getConcurrencyControlMode in interface ConfigurationService

getLoggingMode

public java.lang.String getLoggingMode()
Specified by:
getLoggingMode in interface ConfigurationService

getQueueSize

public int getQueueSize()
Specified by:
getQueueSize in interface ConfigurationService

getBaseTimerInterval

public int getBaseTimerInterval()
Specified by:
getBaseTimerInterval in interface ConfigurationService

getT2Interval

public int getT2Interval()
Specified by:
getT2Interval in interface ConfigurationService

getT4Interval

public int getT4Interval()
Specified by:
getT4Interval in interface ConfigurationService

getTimerDInterval

public int getTimerDInterval()
Specified by:
getTimerDInterval in interface ConfigurationService

setConcurrencyControlMode

public void setConcurrencyControlMode(java.lang.String mode)
Specified by:
setConcurrencyControlMode in interface ConfigurationService

setLoggingMode

public void setLoggingMode(java.lang.String mode)
Specified by:
setLoggingMode in interface ConfigurationService

listLoggingProfiles

public java.lang.String[] listLoggingProfiles()
Specified by:
listLoggingProfiles in interface ConfigurationService

setQueueSize

public void setQueueSize(int queueSize)
Specified by:
setQueueSize in interface ConfigurationService

setBaseTimerInterval

public void setBaseTimerInterval(int baseTimerInterval)
Specified by:
setBaseTimerInterval in interface ConfigurationService

setT2Interval

public void setT2Interval(int t2Interval)
Specified by:
setT2Interval in interface ConfigurationService

setT4Interval

public void setT4Interval(int t4Interval)
Specified by:
setT4Interval in interface ConfigurationService

setTimerDInterval

public void setTimerDInterval(int timerDInterval)
Specified by:
setTimerDInterval in interface ConfigurationService

getCongestionControlPolicy

public java.lang.String getCongestionControlPolicy()
Specified by:
getCongestionControlPolicy in interface ConfigurationService

getMemoryThreshold

public int getMemoryThreshold()
Specified by:
getMemoryThreshold in interface ConfigurationService

setCongestionControlPolicy

public void setCongestionControlPolicy(java.lang.String policy)
Specified by:
setCongestionControlPolicy in interface ConfigurationService

setMemoryThreshold

public void setMemoryThreshold(int memoryThreshold)
Specified by:
setMemoryThreshold in interface ConfigurationService

getCongestionControlCheckingInterval

public long getCongestionControlCheckingInterval()
Specified by:
getCongestionControlCheckingInterval in interface ConfigurationService

setCongestionControlCheckingInterval

public void setCongestionControlCheckingInterval(long interval)
Specified by:
setCongestionControlCheckingInterval in interface ConfigurationService


Copyright © 2011. All Rights Reserved.