public class AgentInventoryStatusUpdateJob extends Object implements org.quartz.Job
| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_TRIGGER_GROUP_NAME |
static String |
KEY_TRIGGER_NAME |
static String |
PLATFORMS_COMMA_LIST |
static String |
SERVERS_COMMA_LIST |
| Constructor and Description |
|---|
AgentInventoryStatusUpdateJob() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(org.quartz.JobExecutionContext context) |
static void |
externalizeJobValues(org.quartz.JobDataMap jobDataMap,
String key,
List<org.rhq.core.domain.resource.Resource> resources) |
static void |
internalizeJobValues(javax.persistence.EntityManager entityManager,
String valuesCsvList,
List<org.rhq.core.domain.resource.Resource> resources) |
public static final String PLATFORMS_COMMA_LIST
public static final String SERVERS_COMMA_LIST
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,
List<org.rhq.core.domain.resource.Resource> resources)
public static void internalizeJobValues(javax.persistence.EntityManager entityManager,
String valuesCsvList,
List<org.rhq.core.domain.resource.Resource> resources)
public void execute(org.quartz.JobExecutionContext context)
throws org.quartz.JobExecutionException
execute in interface org.quartz.Joborg.quartz.JobExecutionExceptionCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.