|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hyperic.util.HypericEnum
org.hyperic.hq.events.AlertAuxLogProvider
org.hyperic.hq.appdef.galerts.ResourceAuxLogProvider
public class ResourceAuxLogProvider
| Field Summary | |
|---|---|
static ResourceAuxLogProvider |
INSTANCE
|
| Method Summary | |
|---|---|
void |
deleteAll(GalertDef def)
Delete any auxillary logs associated with the specified auxLogId |
AlertAuxLog |
load(int auxLogId,
long timestamp,
java.lang.String desc)
Load a provider-specific AlertAuxLog |
void |
save(int auxLogId,
AlertAuxLog log)
Save an auxillary log (log) to the DB. |
| Methods inherited from class org.hyperic.hq.events.AlertAuxLogProvider |
|---|
findAll, findByCode |
| Methods inherited from class org.hyperic.util.HypericEnum |
|---|
findByCode, findByDescription, getAll, getByCode, getCode, getDescription, getJsonName, getValue, toJSON, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ResourceAuxLogProvider INSTANCE
| Method Detail |
|---|
public AlertAuxLog load(int auxLogId,
long timestamp,
java.lang.String desc)
AlertAuxLogProvider
load in class AlertAuxLogProviderauxLogId - ID of the auxillary log to which to load aux info for
public void save(int auxLogId,
AlertAuxLog log)
AlertAuxLogProviderGalertAuxLog
save in class AlertAuxLogProviderpublic void deleteAll(GalertDef def)
AlertAuxLogProvider
deleteAll in class AlertAuxLogProvider
|
Hyperic HQ Plugin API v. 4.4.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||