jpl.eda.archive.activity
Class ClientInfo

java.lang.Object
  extended byjpl.eda.activity.Incident
      extended byjpl.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

Field Summary
 
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
 

Constructor Detail

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.
Method Detail

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.