jpl.eda.archive.activity
Class ClientInfo
java.lang.Object
jpl.eda.activity.Incident
jpl.eda.archive.activity.ClientInfo
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public class ClientInfo
- extends jpl.eda.activity.Incident
This class represents the client identification for an activity.
- Version:
- $Revision: 1.1 $
- Author:
- S. Hardman
- See Also:
- Serialized Form
| Fields inherited from class jpl.eda.activity.Incident |
time |
|
Constructor Summary |
ClientInfo(java.lang.String userName,
java.lang.String hostName,
java.lang.String hostAddress,
java.lang.String osName)
This constructor first calls the Incident constructor and then sets the parameters. |
|
Method Summary |
java.lang.String |
toString()
Return the contents of this class. |
| Methods inherited from class jpl.eda.activity.Incident |
compareTo, equals, getActivityID, getTime, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ClientInfo
public ClientInfo(java.lang.String userName,
java.lang.String hostName,
java.lang.String hostAddress,
java.lang.String osName)
- This constructor first calls the
Incident constructor and then sets the parameters.
- Parameters:
userName - The user name associated with the account.hostName - The network name of the machine.hostAddress - The network address of the machine.osName - The operating system installed on the host machine.
toString
public java.lang.String toString()
- Return the contents of this class.
- Returns:
- The user name, host name, host address and operating system name identifiers in a string.
Copyright © 1999-2005 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.