public class AgentRequestFullAvailabilityJob extends Object implements org.quartz.Job
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENTS |
static String |
KEY_TRIGGER_GROUP_NAME |
static String |
KEY_TRIGGER_NAME |
| Constructor and Description |
|---|
AgentRequestFullAvailabilityJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
static void |
externalizeJobValues(org.quartz.JobDataMap jobDataMap,
String key,
Collection<org.rhq.core.domain.resource.Agent> agents) |
static List<org.rhq.core.domain.resource.Agent> |
internalizeJobValues(String valuesCsvList) |
public static final String AGENTS
public static final String KEY_TRIGGER_NAME
public static final String KEY_TRIGGER_GROUP_NAME
public static void externalizeJobValues(org.quartz.JobDataMap jobDataMap,
String key,
Collection<org.rhq.core.domain.resource.Agent> agents)
public static List<org.rhq.core.domain.resource.Agent> internalizeJobValues(String valuesCsvList)
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionCopyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.