public class SMBSrvSessionState
extends java.lang.Object
Contains the various states that an SMB server session will go through during the session lifetime.
Modifier and Type | Field and Description |
---|---|
static int |
NBHANGUP |
static int |
NBSESSREQ |
static int |
SMBCLOSED |
static int |
SMBNEGOTIATE |
static int |
SMBSESSION |
static int |
SMBSESSSETUP |
Constructor and Description |
---|
SMBSrvSessionState() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getStateAsString(int state)
Return the specified SMB state as a string.
|
public static final int NBHANGUP
public static final int NBSESSREQ
public static final int SMBCLOSED
public static final int SMBNEGOTIATE
public static final int SMBSESSION
public static final int SMBSESSSETUP
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.