Copyright @ 2001 SAP. All Rights Reserved.

com.sap.util.monitor.jarm
Class ActionOverview

java.lang.Object
  |
  +--com.sap.util.monitor.jarm.ActionOverview
All Implemented Interfaces:
java.io.Serializable

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

Structure contains the data to be shown for an action call.

The fields are public, to allow faster access on them. Unused String fields could be null or space. Timestamps are in 'ms' as returned by System.currentTimeMillis(). Undefined / not provided values for time and data is indicated by ConfMonitor.UNDEFTIME and ConfMonitor.UNDEFDATA.

See Also:
Serialized Form

Field Summary
 java.lang.String actionCompName
          component which fires action
 java.lang.String actionText
          text of action call
 long actionTS
          timestamp when action started
 
Constructor Summary
ActionOverview()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

actionText

public java.lang.String actionText
text of action call

actionCompName

public java.lang.String actionCompName
component which fires action

actionTS

public long actionTS
timestamp when action started
Constructor Detail

ActionOverview

public ActionOverview()

Copyright @ 2001 SAP. All Rights Reserved.