|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPayload
IPayload is the interface representing the class Payload
.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
void |
copyFields(IPayload sourcePayload)
Copies the fields unique to this class (such as payload class name) from the source payload into this payload |
java.lang.String |
getPayloadClassName()
Returns the payload's class name |
void |
setPayloadClassName(java.lang.String s)
Sets the payload's class name |
Methods inherited from interface com.ibm.sensorevent.model.IGroup |
---|
toMap, toTypedMap |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getPayloadClassName() throws SensorEventException
SensorEventException
void setPayloadClassName(java.lang.String s) throws SensorEventException
SensorEventException
void copyFields(IPayload sourcePayload) throws SensorEventException
sourcePayload
- the source payload
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |