|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.sensorevent.model.generic.GenericGroup
com.ibm.sensorevent.model.Group
com.ibm.sensorevent.model.Payload
com.ibm.sensorevent.model.payload.IBMSensorEventPayload
com.ibm.sensorevent.model.payload.ReportPayload
com.ibm.sensorevent.model.payload.AlertDebugPayload
public class AlertDebugPayload
AlertDebugPayload represents alert debug events sent from Data Capture to Premises Server.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Fields inherited from class com.ibm.sensorevent.model.payload.ReportPayload |
---|
ATTR_VALUE |
Fields inherited from class com.ibm.sensorevent.model.payload.IBMSensorEventPayload |
---|
ATTR_TAG_KEY_INOUT, ATTR_TAGLIST_KEY_INOUT, eventGroup |
Fields inherited from class com.ibm.sensorevent.model.Payload |
---|
payloadClassName |
Fields inherited from class com.ibm.sensorevent.model.generic.GenericGroup |
---|
attributes, groups, name |
Constructor Summary | |
---|---|
protected |
AlertDebugPayload(java.lang.String eventType)
Constructs an AlertDebugPayload for the specified event type |
Method Summary | |
---|---|
static IGenericGroup |
fromMap(java.util.Map map,
java.lang.String eventType)
Creates an AlertDebugPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
getInstance()
Factory method to create an AlertDebugPayload |
static IGenericGroup |
getInstance(IPayload sourcePayload)
Factory method to create an AlertDebugPayload from the specified payload |
static IGenericGroup |
getInstance(java.lang.String eventType)
Factory method to create an AlertDebugPayload for the specified event type |
Methods inherited from class com.ibm.sensorevent.model.payload.ReportPayload |
---|
getValue, processMap, setValue, toMap, toTypedMap |
Methods inherited from class com.ibm.sensorevent.model.payload.IBMSensorEventPayload |
---|
copyFields, fromMap, fromMap, fromTypedMap, fromTypedMap, fromTypedMap, getAllGenericTagIDs, getEventGroup, getGenericTagID, getGenericTagIDFromAttribute, getGenericTagIDs, getGenericTagIDsFromAttribute, getInstance, setEventGroup |
Methods inherited from class com.ibm.sensorevent.model.Payload |
---|
copyFields, copyGroup, getPayloadClassName, setPayloadClassName, toString |
Methods inherited from class com.ibm.sensorevent.model.Group |
---|
processGroup, processMap, processTypedGroup, processTypedMap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.ibm.sensorevent.model.IPayload |
---|
copyFields, getPayloadClassName, setPayloadClassName |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
protected AlertDebugPayload(java.lang.String eventType) throws SensorEventException
eventType
- the event type
SensorEventException
Method Detail |
---|
public static IGenericGroup getInstance() throws SensorEventException
SensorEventException
public static IGenericGroup getInstance(java.lang.String eventType) throws SensorEventException
eventType
- the event type
SensorEventException
public static IGenericGroup getInstance(IPayload sourcePayload) throws SensorEventException
sourcePayload
- the payload to copy from
SensorEventException
public static IGenericGroup fromMap(java.util.Map map, java.lang.String eventType) throws SensorEventException
map
- source java.util.MapeventType
- the event type
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |