com.tivoli.twg.engine
Class TWGRemoteJobActivation

java.lang.Object
  extended bycom.tivoli.twg.engine.TWGRemoteJobActivation

public class TWGRemoteJobActivation
extends java.lang.Object

This class is the console representation of a scheduler job activation. It contains the overall status of the job as well as the collection of clients that are the target systems of the job activation.


Method Summary
 int GetClientCount()
          Get the number of clients currently involved in this job activation
 long[] GetClientMoids()
          Get a list of all MOIDs this activation is tracking
 int GetClientStatus(long Moid)
          Get the status for a given MOID
 java.util.Date getDate()
          Get the activation date
 int getID()
          Get the ID for this activation
 com.tivoli.twg.engine.TWGRemoteJob getJob()
          Get the TWGRemoteJob for this activation
 byte[] getJobActData()
          Get the jobActData
 java.lang.String GetLogName()
          Get the log name for this job activation
 int getStatus()
          Get the general status of this job activation
 void updateDelta(byte[] Updates, TWGRemoteJobListener Owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

updateDelta

public void updateDelta(byte[] Updates,
                        TWGRemoteJobListener Owner)

getJob

public com.tivoli.twg.engine.TWGRemoteJob getJob()
Get the TWGRemoteJob for this activation

Returns:
TWGRemoteJob

getID

public int getID()
Get the ID for this activation

Returns:
int

getDate

public java.util.Date getDate()
Get the activation date

Returns:
Data

getStatus

public int getStatus()
Get the general status of this job activation

Returns:
int

GetLogName

public java.lang.String GetLogName()
Get the log name for this job activation

Returns:
String

GetClientCount

public int GetClientCount()
Get the number of clients currently involved in this job activation

Returns:
int

GetClientMoids

public long[] GetClientMoids()
Get a list of all MOIDs this activation is tracking

Returns:
long[]

GetClientStatus

public int GetClientStatus(long Moid)
Get the status for a given MOID

Returns:
int

getJobActData

public byte[] getJobActData()
Get the jobActData

Returns:
byte[]