WebSphere:*,type=GAPAgent
MBean GAPAgent
Grid application placement agent for APC and GEPS integration.
Operation Summary | |
---|---|
java.util.List | getJobsForPlacement() Get the list of Jobs For Placement. |
com.ibm.ws.xd.placement.bizgrid.impl.JobForPlacementImpl | dispatchJob( Dispatch the job to the assigned node. |
java.util.List | getJobsForPlacementEntries() Get the list of Foreign Jobs For Placement Entries. |
void | addForeignJob( Add Update a foreign job |
void | removeForeignJob( Remove a foreign job |
void | setGAPMediatorActive( Called by GAPMediator to tell its location. |
void | setGAPMediatorInactive( Called by GAPMediator to tell its is going down. |
void | incrementOutstandingJobs( Called by a foreign GAPAgent to increment outstanding jobs in a endpoint. |
void | decrementOutstandingJobs( Called by a foreign GAPAgent to decrement outstanding jobs in a endpoint. |
void | quiesceEndpoints( Quiesce a list of endpoint servers. |
void | quiesceEndpoint( Quiesce a single endpoint server. |
Operation Detail |
---|
public java.util.List getJobsForPlacement()
Get the list of Jobs For Placement.
administrator
operator
public com.ibm.ws.xd.placement.bizgrid.impl.JobForPlacementImpl dispatchJob(
java.lang.String jobID,
java.lang.String nodeName,
java.lang.String containerName
)
Dispatch the job to the assigned node.
jobID
-
Job ID nodeName
-
Node where the job should be dispatched. containerName
-
Name of the container (DC Cluster name).
administrator
operator
public java.util.List getJobsForPlacementEntries()
Get the list of Foreign Jobs For Placement Entries.
administrator
operator
public void addForeignJob(
java.util.List job4PEntryList
)
Add Update a foreign job
job4PEntryList
-
List of J4PEntries
administrator
operator
public void removeForeignJob(
java.lang.String jobID
)
Remove a foreign job
jobID
-
Job ID
administrator
operator
public void setGAPMediatorActive(
java.lang.String gapMediatorLocation
)
Called by GAPMediator to tell its location.
gapMediatorLocation
-
The location of the GAP Mediator
administrator
operator
public void setGAPMediatorInactive(
java.lang.String gapMediatorLocation
)
Called by GAPMediator to tell its is going down.
gapMediatorLocation
-
The location of the GAP Mediator
administrator
operator
public void incrementOutstandingJobs(
java.lang.String endpointName
)
Called by a foreign GAPAgent to increment outstanding jobs in a endpoint.
endpointName
-
The Endpoint name (node/server).
administrator
operator
public void decrementOutstandingJobs(
java.lang.String endpointName
)
Called by a foreign GAPAgent to decrement outstanding jobs in a endpoint.
endpointName
-
The Endpoint name (node/server).
administrator
operator
public void quiesceEndpoints(
java.util.List endpointsToQuiesce
)
Quiesce a list of endpoint servers.
endpointsToQuiesce
-
List of Endpoints to be quiesced
administrator
operator
public void quiesceEndpoint(
java.lang.String endpointName
)
Quiesce a single endpoint server.
endpointName
-
Name of the Endpoint to be quiesced
administrator
operator