|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGRemoteJobActivation
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 |
public void updateDelta(byte[] Updates, TWGRemoteJobListener Owner)
public com.tivoli.twg.engine.TWGRemoteJob getJob()
public int getID()
public java.util.Date getDate()
public int getStatus()
public java.lang.String GetLogName()
public int GetClientCount()
public long[] GetClientMoids()
public int GetClientStatus(long Moid)
public byte[] getJobActData()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |