|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.jcifs.CifsServerInfo
Field Summary | |
static int |
SV_TYPE_AFP
Apple File Protocol servers |
static int |
SV_TYPE_ALL
Enum all server types |
static int |
SV_TYPE_BACKUP_BROWSER
Backup browser server |
static int |
SV_TYPE_DIALIN_SERVER
Server running dialin service. |
static int |
SV_TYPE_DOMAIN_BAKCTRL
Backup domain controller |
static int |
SV_TYPE_DOMAIN_CTRL
Primary domain controller |
static int |
SV_TYPE_DOMAIN_ENUM
Enumerate Domains |
static int |
SV_TYPE_DOMAIN_MASTER
EDomain Master Browser server |
static int |
SV_TYPE_DOMAIN_MEMBER
Domain Member |
static int |
SV_TYPE_LOCAL_LIST_ONLY
Enumerate only entries marked "local" |
static int |
SV_TYPE_MASTER_BROWSER
Master browser server |
static int |
SV_TYPE_NOVELL
Novell servers |
static int |
SV_TYPE_NT
NT server |
static int |
SV_TYPE_POTENTIAL_BROWSER
Server that can run the browser service |
static int |
SV_TYPE_PRINTQ_SERVER
Server sharing print queue |
static int |
SV_TYPE_SERVER
Enum servers |
static int |
SV_TYPE_SERVER_NT
Windows NT non DC server |
static int |
SV_TYPE_SQLSERVER
Enum any server running with SQL server |
static int |
SV_TYPE_TIME_SOURCE
Server running the timesource service |
static int |
SV_TYPE_WFW
Server running Windows for Workgroups |
static int |
SV_TYPE_WORKSTATION
Enum all workstations |
static int |
SV_TYPE_XENIX_SERVER
Xenix server |
Constructor Summary | |
CifsServerInfo()
|
Method Summary | |
java.lang.String |
getComment()
If the getType() indicates that the entry is for a domain, this specifies the name of the domain master browser; otherwise, it specifies a comment describing the server. |
java.lang.String |
getComputerName()
the name of a computer |
int |
getMajorVersion()
the major version number of the networking software the workstation is running. |
int |
getMinorVersion()
the minor version number of the networking software the workstation is running. |
int |
getType()
the type of software the computer is running (see SW_*) |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final int SV_TYPE_ALL
public static final int SV_TYPE_WORKSTATION
public static final int SV_TYPE_SERVER
public static final int SV_TYPE_SQLSERVER
public static final int SV_TYPE_DOMAIN_CTRL
public static final int SV_TYPE_DOMAIN_BAKCTRL
public static final int SV_TYPE_TIME_SOURCE
public static final int SV_TYPE_AFP
public static final int SV_TYPE_NOVELL
public static final int SV_TYPE_DOMAIN_MEMBER
public static final int SV_TYPE_PRINTQ_SERVER
public static final int SV_TYPE_DIALIN_SERVER
public static final int SV_TYPE_XENIX_SERVER
public static final int SV_TYPE_NT
public static final int SV_TYPE_WFW
public static final int SV_TYPE_SERVER_NT
public static final int SV_TYPE_POTENTIAL_BROWSER
public static final int SV_TYPE_BACKUP_BROWSER
public static final int SV_TYPE_MASTER_BROWSER
public static final int SV_TYPE_DOMAIN_MASTER
public static final int SV_TYPE_LOCAL_LIST_ONLY
public static final int SV_TYPE_DOMAIN_ENUM
Constructor Detail |
public CifsServerInfo()
Method Detail |
public java.lang.String getComputerName()
public java.lang.String getComment()
public int getType()
public int getMajorVersion()
public int getMinorVersion()
|
Norbert Hranitzky | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |