|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface must be implemented by the class that handles dynamic updates to the Scheduler GUI. It provides the entry point for asynchronous update notifications received from the server.
Method Summary | |
---|---|
void |
jobActivationClientUpdated(TWGRemoteJobActivation act,
long moid,
int status)
Notify console that client was updated in a job activation. |
void |
jobActivationCreated(TWGRemoteJobActivation act)
Notify console that a job activation was created. |
void |
jobActivationDeleted(TWGRemoteJobActivation act)
Notify console that a job activation was deleted. |
void |
jobActivationUpdated(TWGRemoteJobActivation act,
int status)
Notify console that a job activation was updated. |
void |
jobAttachedToTrigger(long joid,
long troid)
Notify console that a job was attached to a trigger. |
void |
jobCreated(com.tivoli.twg.engine.TWGRemoteJob job)
Notify console that a job was created. |
void |
jobDeleted(long joid)
Notify console that a job was deleted. |
void |
jobDetachedFromTrigger(long joid,
long troid)
Notify console that a job was detached from a trigger. |
void |
jobEnabled(com.tivoli.twg.engine.TWGRemoteJob job,
boolean flag)
Notify console that a job's enabled state was changed. |
void |
jobRenamed(com.tivoli.twg.engine.TWGRemoteJob job,
java.lang.String label)
Notify console that a job was renamed. |
void |
triggerCreated(com.tivoli.twg.engine.TWGRemoteTrigger trigger)
Notify console that a new trigger was created. |
void |
triggerDeleted(long troid)
Notify console that a trigger was deleted. |
void |
triggerUpdated(com.tivoli.twg.engine.TWGRemoteTrigger trigger)
Notify console that a trigger was updated. |
Method Detail |
public void triggerCreated(com.tivoli.twg.engine.TWGRemoteTrigger trigger)
trigger
- a new TWGRemoteTriggerpublic void triggerUpdated(com.tivoli.twg.engine.TWGRemoteTrigger trigger)
trigger
- the TWGRemoteTrigger that was updatedpublic void triggerDeleted(long troid)
troid
- the id of the trigger that was deleted.public void jobCreated(com.tivoli.twg.engine.TWGRemoteJob job)
job
- a new TWGJobpublic void jobDeleted(long joid)
joid
- the id of the job that was deleted.public void jobRenamed(com.tivoli.twg.engine.TWGRemoteJob job, java.lang.String label)
job
- the job that was renamedlabel
- new label for the jobpublic void jobEnabled(com.tivoli.twg.engine.TWGRemoteJob job, boolean flag)
job
- the job that was enabled or disabledflag
- true for enabled, false for disabledpublic void jobAttachedToTrigger(long joid, long troid)
joid
- the ID of the job that was attachedtroid
- the ID of the trigger it was attached topublic void jobDetachedFromTrigger(long joid, long troid)
joid
- the ID of the job that was detachedtroid
- the ID of the trigger it was detached frompublic void jobActivationCreated(TWGRemoteJobActivation act)
act
- the job activation that was createdpublic void jobActivationUpdated(TWGRemoteJobActivation act, int status)
act
- the activation that was updatedstatus
- the new status of the job activationpublic void jobActivationClientUpdated(TWGRemoteJobActivation act, long moid, int status)
act
- the activation with the client that was updatedmoid
- the managed object ID of the updated clientstatus
- the new status of the clientpublic void jobActivationDeleted(TWGRemoteJobActivation act)
act
- the job activation being deleted
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |