|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.starla.smb.SMBServerInfo
SMB server info class
The SMBServerInfo class contains details of the remote server that an SMBAdminSession is connected to. The class is returned by the SMBAdminSession.getServerInfo () method, or a list of the available servers may be returned as an SMBServerList by the SMBAdminSession.getServerList () method.
Field Summary | |
static int |
AFPServer
Apple File Protocol server |
static int |
AlternateXport
Return list for alternate transport (input flag) |
static int |
BackupBrowser
Server running as a backup browser |
static int |
DCEServer
IBM DSS or equivalent |
static int |
DFSRoot
Root of a DFS tree |
static int |
DialinServer
Server is running a dial-in service |
static int |
DomainBakCtrl
Server is a backup domain controller |
static int |
DomainCtrl
Server is a primary domain controller |
static int |
DomainEnum
Enumerate domains (input flag) |
static int |
DomainMaster
Server running the domain master browser |
static int |
DomainMember
LAN Manager 2.x domain member |
static int |
LocalListOnly
Return local list only (input flag) |
static int |
MasterBrowser
Server running as the master browser |
static int |
MFPNServer
|
static int |
NovellServer
Novell server |
static int |
NTCluster
NT cluster |
static int |
NTNonDCServer
Windows NT none domain controller server |
static int |
NTServer
Windows NT server, or workstation |
static int |
OSFServer
OSF server |
static int |
PotentialBrowse
Server that can run the browser service |
static int |
PrintServer
Server has shared print queues |
static int |
Server
Server is a LAN Manager server |
static int |
SQLServer
Server is running SQL server |
static int |
TerminalServer
Terminal server (Hydra) |
static int |
TimeSource
Server is running the time source service |
static int |
UnixServer
Xenix/Unix server |
static int |
VMSServer
VMS server |
static int |
WfwServer
Windows for Workgroups server |
static int |
Win95Plus
Windows 95 and above type server |
static int |
WorkStation
Server is a LAN Manager workstation |
Method Summary | |
java.lang.String |
getComment()
Return the server comment, or master browser name if the server type indicates that the entry is for a domain. |
java.lang.String |
getDomainName()
Return the domain that this server belongs to. |
int |
getMajorVersion()
Return the remote server major version number |
int |
getMinorVersion()
Return the remote server minor version number |
java.lang.String |
getServerName()
Return the server name string |
int |
getServerType()
Return the server type bit mask |
boolean |
isDomain()
Determine if this server information is a domain record |
java.lang.String |
toString()
Output the server information as a string |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final int WorkStation
public static final int Server
public static final int SQLServer
public static final int DomainCtrl
public static final int DomainBakCtrl
public static final int TimeSource
public static final int AFPServer
public static final int NovellServer
public static final int DomainMember
public static final int PrintServer
public static final int DialinServer
public static final int UnixServer
public static final int NTServer
public static final int WfwServer
public static final int MFPNServer
public static final int NTNonDCServer
public static final int PotentialBrowse
public static final int BackupBrowser
public static final int MasterBrowser
public static final int DomainMaster
public static final int OSFServer
public static final int VMSServer
public static final int Win95Plus
public static final int DFSRoot
public static final int NTCluster
public static final int TerminalServer
public static final int DCEServer
public static final int AlternateXport
public static final int LocalListOnly
public static final int DomainEnum
Method Detail |
public final java.lang.String getComment()
public final java.lang.String getDomainName()
public final int getMajorVersion()
public final int getMinorVersion()
public final java.lang.String getServerName()
public final int getServerType()
public final boolean isDomain()
public final java.lang.String toString()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |