public class ThreadedCifsConnectionsHandler extends java.lang.Object implements CifsConnectionsHandler
Create a seperate thread for each enabled CIFS session handler.
| Modifier and Type | Field and Description |
|---|---|
static long |
LANAPollingInterval |
| Constructor and Description |
|---|
ThreadedCifsConnectionsHandler()
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDebug()
Check if debug output is enabled
|
void |
initializeHandler(SMBServer srv,
CIFSConfigSection config)
Initialize the connections handler
|
int |
numberOfSessionHandlers()
Return the count of active session handlers
|
void |
startHandler()
Start the connection handler thread
|
void |
stopHandler()
Stop the connections handler
|
public static final long LANAPollingInterval
public ThreadedCifsConnectionsHandler()
public final boolean hasDebug()
public void initializeHandler(SMBServer srv, CIFSConfigSection config) throws InvalidConfigurationException
initializeHandler in interface CifsConnectionsHandlersrv - SMBServerconfig - CIFSConfigSectionInvalidConfigurationExceptionpublic int numberOfSessionHandlers()
numberOfSessionHandlers in interface CifsConnectionsHandlerpublic void startHandler()
startHandler in interface CifsConnectionsHandlerpublic void stopHandler()
stopHandler in interface CifsConnectionsHandlerCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.