org.hyperic.sigar
Class Who

java.lang.Object
  extended by org.hyperic.sigar.Who
All Implemented Interfaces:
java.io.Serializable

public class Who
extends java.lang.Object
implements java.io.Serializable

Who sigar class.

See Also:
Serialized Form

Constructor Summary
Who()
           
 
Method Summary
 void gather(Sigar sigar)
           
 java.lang.String getDevice()
          Get the device.
 java.lang.String getHost()
          Get the host.
 long getTime()
          Get the time.
 java.lang.String getUser()
          Get the user.
 java.util.Map toMap()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Who

public Who()
Method Detail

gather

public void gather(Sigar sigar)
            throws SigarException
Throws:
SigarException

getUser

public java.lang.String getUser()
Get the user.

Supported Platforms: Undocumented.

Returns:
user

getDevice

public java.lang.String getDevice()
Get the device.

Supported Platforms: Undocumented.

Returns:
device

getHost

public java.lang.String getHost()
Get the host.

Supported Platforms: Undocumented.

Returns:
host

getTime

public long getTime()
Get the time.

Supported Platforms: Undocumented.

Returns:
time

toMap

public java.util.Map toMap()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright ? 2004-2009 Hyperic. All Rights Reserved.