public class DefaultSrvSessionFactory extends java.lang.Object implements SrvSessionFactory
| Constructor and Description |
|---|
DefaultSrvSessionFactory() |
| Modifier and Type | Method and Description |
|---|---|
SMBSrvSession |
createSession(PacketHandler handler,
SMBServer server,
int sessId)
Create a server session object
|
void |
setMaximumVirtualCircuits(int maxVC)
Set the maximum virtual circuits per session
|
public SMBSrvSession createSession(PacketHandler handler, SMBServer server, int sessId)
createSession in interface SrvSessionFactoryhandler - PacketHandlerserver - SMBServersessId - intpublic void setMaximumVirtualCircuits(int maxVC)
setMaximumVirtualCircuits in interface SrvSessionFactorymaxVC - intCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.