com.platform.ego.impl
Class ActivityInfo

java.lang.Object
  extended by com.platform.ego.impl.ActivityInfo

public class ActivityInfo
extends java.lang.Object

ActivityInfo provides detailed information of workload activity. This class is mainly used in functions that query information directly from the EGO Server.

Version:
1.2.3

Constructor Summary
ActivityInfo()
           
 
Method Summary
 java.lang.String getActivityID()
          Get ID of activity.
 ActivityRequest getActivityRequest()
          Get request of activity.
 java.lang.String getAllocID()
          Get ID of allocation that activity uses.
 java.lang.String getConsumerName()
          Get name of consumer that activity uses.
 java.util.Calendar getEndTime()
          Get time when activity finished.
 int getExecGID()
          Get execution gid of activity.
 java.lang.String getExecHome()
          Get execution home directoy of activity.
 int getExecUID()
          Get execution user id of activity.
 java.lang.String getExitReason()
          Get exit reason of activity.
 int getExitStatus()
          Get exit status of activity.
 java.lang.String getName()
          Get name of activity.
 int getPemPGID()
          Get pem pgid of activity.
 int getPemPID()
          Get pem pid of activity.
 int getPGID()
          Get pgid of activity.
 int getPID()
          Get pid of activity.
 java.lang.String getResourceName()
          Get name of resource that activity uses.
 RRUsage getRRUsage()
          Get runtime resource usage of activity.
 SRUsage getSRUsage()
          Get os-level resource usage of activity.
 java.util.Calendar getStartTime()
          Get time when activity starts.
 ActivityState getState()
          Get activity state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActivityInfo

public ActivityInfo()
Method Detail

getActivityID

public java.lang.String getActivityID()
Get ID of activity.

Returns:
ID of activity.

getActivityRequest

public ActivityRequest getActivityRequest()
Get request of activity.

Returns:
request of activity.

getAllocID

public java.lang.String getAllocID()
Get ID of allocation that activity uses.

Returns:
ID of allocation.

getConsumerName

public java.lang.String getConsumerName()
Get name of consumer that activity uses.

Returns:
name of consumer.

getEndTime

public java.util.Calendar getEndTime()
Get time when activity finished.

Returns:
finish time.

getExecGID

public int getExecGID()
Get execution gid of activity.

Returns:
execution gid.

getExecHome

public java.lang.String getExecHome()
Get execution home directoy of activity.

Returns:
execution home directoy.

getExecUID

public int getExecUID()
Get execution user id of activity.

Returns:
execution id.

getExitReason

public java.lang.String getExitReason()
Get exit reason of activity.

Returns:
exit reason.

getExitStatus

public int getExitStatus()
Get exit status of activity.

Returns:
exit status.

getName

public java.lang.String getName()
Get name of activity.

Returns:
name of activity.

getPemPGID

public int getPemPGID()
Get pem pgid of activity.

Returns:
pem pgid of activity.

getPemPID

public int getPemPID()
Get pem pid of activity.

Returns:
pem pid of activity.

getPGID

public int getPGID()
Get pgid of activity.

Returns:
pgid of activity.

getPID

public int getPID()
Get pid of activity.

Returns:
pid of activity.

getResourceName

public java.lang.String getResourceName()
Get name of resource that activity uses.

Returns:
name of resource.

getRRUsage

public RRUsage getRRUsage()
Get runtime resource usage of activity.

Returns:
runtime resource usage.

getSRUsage

public SRUsage getSRUsage()
Get os-level resource usage of activity.

Returns:
os-level resource usage.

getStartTime

public java.util.Calendar getStartTime()
Get time when activity starts.

Returns:
start time.

getState

public ActivityState getState()
Get activity state.

Returns:
activity state.


Copyright (C) 1992-2007 Platform Computing Corporation