|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.twg.engine.TWGJobActivation
Field Summary | |
---|---|
static int |
ACT_ADD_NEW_CLIENT
|
static int |
ACT_UPDATE_CLIENT
|
static int |
ACT_UPDATE_STATUS
|
Method Summary | |
---|---|
void |
activationStatusChanged(TWGTaskActivation act,
int status)
This method is part of the TWGTaskActivationListener interface. |
void |
addTZPendedClient(long moid)
|
void |
Cancel()
|
void |
clientStatusChanged(TWGTaskActivation act,
TWGLocalManagedObject lmo,
int status)
This method is part of the TWGTaskActivationListener interface. |
void |
filterMOSChangeNotify(TWGFilter filt,
TWGManagedObjectSet mos,
IntValueSet add_mo_ids,
IntValueSet chg_mo_ids,
IntValueSet del_mo_ids)
Notification method for reporting changes in the membership of the TWGManagedObjectSet associated with the TWGFilter. |
void |
filterSubscribeEnded(TWGFilter filt)
Notifcation of end of subscription to filter : called if filter deleted |
protected void |
finalize()
|
byte[] |
flatten()
|
int |
GetClientStatus(long moid)
Get the client status for specified managed object. |
int |
getCurrentTaskIndexForMO(int moid)
Get index of current task/subtask of given managed object in activation |
java.util.Date |
GetDate()
|
int |
GetID()
|
com.tivoli.twg.engine.TWGJob |
getJob()
|
byte[] |
GetJobActData()
|
java.lang.String |
GetLogName()
Get the name of the log to use for logging status messages during this task activation. |
long[] |
GetMoids()
|
int |
GetStatus()
|
boolean |
IsActive()
|
void |
managedObjectStateChange(TWGManagedObject twgmo,
int oldstate,
int newstate)
Notificaton method for TWGManagedObject state changes. |
void |
SetJobActData(byte[] jobActData)
|
void |
skip(LongValueSet moids)
|
void |
Start(LongValueSet moidset,
LongValueSet foidset)
|
void |
Update(LongValueSet moidset,
LongValueSet foidset,
byte[] jobActData)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ACT_UPDATE_STATUS
public static final int ACT_UPDATE_CLIENT
public static final int ACT_ADD_NEW_CLIENT
Method Detail |
protected void finalize() throws java.lang.Throwable
java.lang.Throwable
public void Update(LongValueSet moidset, LongValueSet foidset, byte[] jobActData)
public void Start(LongValueSet moidset, LongValueSet foidset)
public boolean IsActive()
public void filterMOSChangeNotify(TWGFilter filt, TWGManagedObjectSet mos, IntValueSet add_mo_ids, IntValueSet chg_mo_ids, IntValueSet del_mo_ids)
TWGFilterSubscriber
filterMOSChangeNotify
in interface TWGFilterSubscriber
filt
- - TWGFilter notifying of changemos
- - TWGManagedObjectSet associated with changed filteradd_mo_ids
- - Set of TWGManagedObject persistent IDs added to
the TWGManagedObjectSetchg_mo_ids
- - Set of TWGManagedObject persistent IDs changed in
the TWGManagedObjectSetdel_mo_ids
- - Set of TWGManagedObject persistent IDs deleted
from the TWGManagedObjectSetpublic void filterSubscribeEnded(TWGFilter filt)
TWGFilterSubscriber
filterSubscribeEnded
in interface TWGFilterSubscriber
filt
- - TWGFilter ending subscriptionpublic void Cancel()
public com.tivoli.twg.engine.TWGJob getJob()
public int GetID()
public java.util.Date GetDate()
public int GetStatus()
public long[] GetMoids()
public int GetClientStatus(long moid)
public java.lang.String GetLogName()
public byte[] GetJobActData()
public void SetJobActData(byte[] jobActData)
public byte[] flatten()
public void activationStatusChanged(TWGTaskActivation act, int status)
activationStatusChanged
in interface TWGTaskActivationListener
act
- TWGTaskActivation object that had a state changestatus
- the new status of the activationpublic void addTZPendedClient(long moid)
public void skip(LongValueSet moids)
public void clientStatusChanged(TWGTaskActivation act, TWGLocalManagedObject lmo, int status)
clientStatusChanged
in interface TWGTaskActivationListener
act
- TWGTaskActivation object that had client with a state changelmo
- TWGLocalManagedObject representing the clientstatus
- the new status of the clientpublic int getCurrentTaskIndexForMO(int moid)
moid
- - managed object ID
public void managedObjectStateChange(TWGManagedObject twgmo, int oldstate, int newstate)
TWGManagedObjectStateListener
managedObjectStateChange
in interface TWGManagedObjectStateListener
twgmo
- - Reference to TWGManagedObject which changed stateoldstate
- - Previous state of TWGManagedObject instancenewstate
- - New state of TWGManagedObject instance
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |