com.starbase.starteam
Interface ServerSession


public interface ServerSession

Represents a user's session with the server. Note: Though this class is public, it is for internal use only.


Method Summary
 GUID getID()
          Returns the session identifier.
 int getUserID()
          Returns the user ID for the logged in to this session.
 

Method Detail

getID

public GUID getID()
Returns the session identifier.

Returns:
the session identifier.

getUserID

public int getUserID()
Returns the user ID for the logged in to this session.

Returns:
the user ID for the logged in to this session.


StarTeam SDK 10.4, Build 36
Copyright © 2003-2008 Borland Software Corporation. All rights reserved.