|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.jcifs.CifsWorkstationInfo
Informations about the workstation
CifsRemoteAdmin.getWorkstationInfo()
Method Summary | |
java.lang.String |
getAllDomains()
Returns all domains in which the computer is enlisted |
java.lang.String |
getDomain()
Returns the domain to which the workstation belongs |
java.lang.String |
getLogonDomain()
Returns the domain for which a user is logged on |
int |
getMajorVersion()
Returns the major version number of the networking software the workstation is running. |
int |
getMinorVersion()
Returns the minor version number of the networking software the workstation is running. |
java.lang.String |
getUserName()
Returns user who is logged on at the workstation |
java.lang.String |
getWorkstationName()
Returns the name of the workstation |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Method Detail |
public java.lang.String getWorkstationName()
public java.lang.String getUserName()
public java.lang.String getDomain()
public int getMajorVersion()
public int getMinorVersion()
public java.lang.String getLogonDomain()
public java.lang.String getAllDomains()
|
Norbert Hranitzky | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |