de.netseeker.ejoe
Interface IServerInfo
- All Known Implementing Classes:
- ServerInfo
public interface IServerInfo
isClassServerEnabled
boolean isClassServerEnabled()
- Returns:
- Returns the _classServerEnabled.
getHandler
ServerHandler getHandler()
- Returns:
- Returns the _handler.
getInterface
java.lang.String getInterface()
- Returns:
- Returns the _interface.
getMaxReadProcessors
int getMaxReadProcessors()
- Returns:
- Returns the _maxReadProcessors.
getMaxWriteProcessors
int getMaxWriteProcessors()
- Returns:
- Returns the _maxWriteProcessors.
getPort
int getPort()
- Returns:
- Returns the _port.
isServerRunning
boolean isServerRunning()
- Returns:
- Returns the _serverRunning.
isAutomaticThreadPoolResize
boolean isAutomaticThreadPoolResize()
- Returns:
- the _automaticThreadPoolResize
getPoolResizePeriod
long getPoolResizePeriod()
- Returns:
- the _poolResizePeriod
getTargetedConnectionProcessors
int getTargetedConnectionProcessors()
- Returns:
- the _targetedConnectionProcessors
Copyright © 2005-2007 netseeker. All Rights Reserved.