GAPMediator MBean

Partial ObjectName:
WebSphere:*,type=GAPMediator


MBean GAPMediator

Grid application placement mediator for APC integration with scheduler.


Operation Summary
voidpushChangedJobs(java.util.List jobForPlacementList, java.lang.String gapAgentLocation)
           Inform APC acceptor of changes to one or more jobs.
voidpushRemovedJobs(java.util.List jobIDList)
           Inform APC acceptor of jobs which have been removed from the system
voidjobTakeOver(java.lang.String jobID, java.lang.String gapAgentLocation)
           Notification that the LRScheduler located at gapAgentLocation is taking over this job.

Operation Detail

pushChangedJobs

public void pushChangedJobs(java.util.List jobForPlacementList, java.lang.String gapAgentLocation)
Inform APC acceptor of changes to one or more jobs.
Parameters:
jobForPlacementList - List of changed jobs
gapAgentLocation - Call back scheduler node name

pushRemovedJobs

public void pushRemovedJobs(java.util.List jobIDList)
Inform APC acceptor of jobs which have been removed from the system
Parameters:
jobIDList - List of removed jobIDs

jobTakeOver

public void jobTakeOver(java.lang.String jobID, java.lang.String gapAgentLocation)
Notification that the LRScheduler located at gapAgentLocation is taking over this job.
Parameters:
jobID - The job
gapAgentLocation - Call back scheduler node name

Copyright IBM Corp. 1996 - 2007