com.starteam
Class User.LoginHistory

java.lang.Object
  extended by com.starteam.User.LoginHistory
Enclosing class:
User

public static final class User.LoginHistory
extends java.lang.Object

A history of User logins introduced with the 12.0 server release


Method Summary
 DateTime getLastAccess()
          The date and time the User accessed the server
 DateTime getLoginTime()
          The date and time the User logged in
 java.lang.String getWorkstation()
          The workstation used to login
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getWorkstation

public java.lang.String getWorkstation()
The workstation used to login

Returns:
the workstation used to login

getLoginTime

public DateTime getLoginTime()
The date and time the User logged in

Returns:
the date and time the User logged in

getLastAccess

public DateTime getLastAccess()
The date and time the User accessed the server

Returns:
the date and time the User accessed the server


StarTeam SDK 14.0, Build 21
Copyright © 2003-2012 Borland Software Corporation. All rights reserved.