com.starteam
Class Server.Session

java.lang.Object
  extended by com.starteam.Server.Session
Enclosing class:
Server

public static final class Server.Session
extends java.lang.Object

Represents a user's session with the server.


Method Summary
 GUID getID()
          Returns a GUID of the server session
 User getUser()
          Returns the user of the server session
 java.lang.String toString()
          Returns a string representation of the Server Session.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getID

public GUID getID()
Returns a GUID of the server session

Returns:
GUID

getUser

public User getUser()
Returns the user of the server session

Returns:
user

toString

public java.lang.String toString()
Returns a string representation of the Server Session.

Overrides:
toString in class java.lang.Object
Returns:
String


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