|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.starbase.starteam.ClientApplication
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 |
public static java.lang.String getName()
public static void setName(java.lang.String name)
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.public static java.lang.String getDescription()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||