net.sf.jour.rt.agent
Class SystemInfoEvent

java.lang.Object
  extended bynet.sf.jour.rt.agent.SystemInfoEvent
All Implemented Interfaces:
Event, java.io.Serializable

public class SystemInfoEvent
extends java.lang.Object
implements Event

Provide SystemInfo information. Dual role to be stored in log and to be able to access global SystemInfo Created on 05.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.1 $ ($Author: vlads $) $Date: 2004/12/06 17:11:48 $
Author:
vlads
See Also:
Serialized Form

Field Summary
protected static org.apache.log4j.Logger log
           
 
Constructor Summary
SystemInfoEvent()
           
 
Method Summary
 java.lang.String getHostID()
           
 java.lang.String getRunID()
           
 long getStartTime()
           
static SystemInfoEvent instance()
           
(package private)  boolean isStatic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.log4j.Logger log
Constructor Detail

SystemInfoEvent

public SystemInfoEvent()
Method Detail

instance

public static SystemInfoEvent instance()

isStatic

boolean isStatic()

getHostID

public java.lang.String getHostID()

getRunID

public java.lang.String getRunID()

getStartTime

public long getStartTime()
Returns:
Returns the System start Time in Millis.


Copyright © 2004 sourceforge. All Rights Reserved.