com.starbase.starteam
Class ClientApplication

java.lang.Object
  |
  +--com.starbase.starteam.ClientApplication

public class ClientApplication
extends java.lang.Object

Manages information about the client application. This information is reported to the StarTeam Server for diagnostic purposes. Diagnostic information is used by StarTeam Server versions 6.0 and later.


Method Summary
static java.lang.String getDescription()
          Gets a verbose description of the client application.
static java.lang.String getName()
          Gets the client application name.
static void setName(java.lang.String name)
          Sets the client application name.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public static java.lang.String getName()
Gets the client application name.

Returns:
The client application name. Default is "<Unknown Application>". To report a specific application name to the StarTeam Server for diagnostic purposes, set the application name prior to connecting.

setName

public static void setName(java.lang.String name)
Sets the client application name.

Parameters:
name - The client application name. Default is "<Unknown Application>". To report a specific application name to the StarTeam Server for diagnostic purposes, set the application name prior to connecting.

getDescription

public static java.lang.String getDescription()
Gets a verbose description of the client application. For example: "<Unknown Application>; SDK 6.0.0.039; JVM 1.4.2_01-b06; Windows XP".

Returns:
A verbose description of the client application. This information is communicated to the StarTeam Server at connect time, for diagnostic purposes.


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