com.platform.ego.impl
Class ActivityStateChange

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

public class ActivityStateChange
extends java.lang.Object

ActivityStateChange notifies the user with information from EGO when an activity state changes. This class is used while calling onActivityStateChange() to show EGO notifications.

Version:
1.2.3

Constructor Summary
ActivityStateChange()
           
 
Method Summary
 java.lang.String getActivityID()
          Get ID of activity.
 java.lang.String getAllocID()
          Get ID of allocation that activity runs on.
 java.lang.String getClientName()
          Get name of client that started activity.
 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

ActivityStateChange

public ActivityStateChange()
Method Detail

getActivityID

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

Returns:
ID of activity.

getAllocID

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

Returns:
ID of allocation.

getClientName

public java.lang.String getClientName()
Get name of client that started activity.

Returns:
name of client.

getState

public ActivityState getState()
Get activity state.

Returns:
activity state.


Copyright (C) 1992-2007 Platform Computing Corporation