WebSphere:*,type=GAPMediator
MBean GAPMediator
Grid application placement mediator for APC integration with scheduler.
Operation Summary | |
void | pushChangedJobs( Inform APC acceptor of changes to one or more jobs. |
void | pushRemovedJobs( Inform APC acceptor of jobs which have been removed from the system |
void | jobTakeOver( Notification that the LRScheduler located at gapAgentLocation is taking over this job. |
Operation Detail |
public void pushChangedJobs(java.util.List jobForPlacementList,
java.lang.String gapAgentLocation
)
jobForPlacementList
-
List of changed jobsgapAgentLocation
-
Call back scheduler node name
public void pushRemovedJobs(java.util.List jobIDList
)
jobIDList
-
List of removed jobIDs
public void jobTakeOver(java.lang.String jobID,
java.lang.String gapAgentLocation
)
jobID
-
The jobgapAgentLocation
-
Call back scheduler node name