Uses of Interface
com.ibm.sensorevent.model.IPayload

Packages that use IPayload
com.ibm.sensorevent.model Provides the IBM specific sensor event model classes. 
com.ibm.sensorevent.model.payload Provides the IBM specific sensor event model payload classes. 
 

Uses of IPayload in com.ibm.sensorevent.model
 

Classes in com.ibm.sensorevent.model that implement IPayload
 class Payload
          Payload represents one of the three main groups within an IBMSensorEvent.
 

Fields in com.ibm.sensorevent.model declared as IPayload
protected  IPayload IBMSensorEvent.payload
          The event's payload
protected  IPayload IBMSensorEvent.payload
          The event's payload
 

Methods in com.ibm.sensorevent.model that return IPayload
 IPayload IBMSensorEvent.getPayload()
          Returns the event's payload.
 IPayload ISensorEvent.getPayload()
          Returns the event's payload.
 IPayload ISensorEvent.getPayload()
          Returns the event's payload.
 IPayload IBMSensorEvent.getPayload()
          Returns the event's payload.
 

Methods in com.ibm.sensorevent.model with parameters of type IPayload
 void IPayload.copyFields(IPayload sourcePayload)
          Copies the fields unique to this class (such as payload class name) from the source payload into this payload
 void Payload.copyFields(IPayload sourcePayload)
          Copies the fields unique to this class (such as payload class name) from the source payload into this payload
 void Payload.copyFields(IPayload sourcePayload)
          Copies the fields unique to this class (such as payload class name) from the source payload into this payload
 void IPayload.copyFields(IPayload sourcePayload)
          Copies the fields unique to this class (such as payload class name) from the source payload into this payload
static IGenericGroup Payload.getInstance(IPayload sourcePayload)
          Factory method to create an IPayload from the specified payload
static IGenericGroup Payload.getInstance(IPayload sourcePayload)
          Factory method to create an IPayload from the specified payload
static ISensorEvent IBMSensorEvent.getInstance(java.lang.String eventType, IPayload payload)
          Factory method to create an ISensorEvent with the specified event type and IPayload
static ISensorEvent IBMSensorEvent.getInstance(java.lang.String eventType, IPayload payload)
          Factory method to create an ISensorEvent with the specified event type and IPayload
 void IBMSensorEvent.setPayload(IPayload payload)
          Sets the event's payload
 void ISensorEvent.setPayload(IPayload payload)
          Sets the event's payload
 void ISensorEvent.setPayload(IPayload payload)
          Sets the event's payload
 void IBMSensorEvent.setPayload(IPayload payload)
          Sets the event's payload
 

Constructors in com.ibm.sensorevent.model with parameters of type IPayload
IBMSensorEvent(IPayload payload)
          Constructs a new IBMSensorEvent with the specified IPayload
IBMSensorEvent(IPayload payload)
          Constructs a new IBMSensorEvent with the specified IPayload
 

Uses of IPayload in com.ibm.sensorevent.model.payload
 

Subinterfaces of IPayload in com.ibm.sensorevent.model.payload
 interface ISensorEventPayload
          ISensorEventPayload is the interface representing the class IBMSensorEventPayload.
 

Classes in com.ibm.sensorevent.model.payload that implement IPayload
 class AlertDebugPayload
          AlertDebugPayload represents alert debug events sent from Data Capture to Premises Server.
 class AlertErrorPayload
          AlertErrorPayload represents alert error events sent from Data Capture to Premises Server.
 class AlertInfoPayload
          AlertInfoPayload represents alert info events sent from Data Capture to Premises Server.
 class AlertWarningPayload
          AlertWarningPayload represents alert warning events sent from Data Capture to Premises Server.
 class ApplicationPingPayload
          ApplicationPingPayload represents ping events sent from Premises Server to Data Capture.
 class ApplicationPongPayload
          ApplicationPongPayload represents pong events sent from Data Capture to Premises Server.
 class CommandPayload
          CommandPayload is the superclass of all payloads sent to Data Capture from Premises Server.
 class HeartbeatPayload
          HeartbeatPayload represents heartbeat events sent from Data Capture to Premises Server.
 class IBMSensorEventPayload
          IBMSensorEventPayload is the superclass of all payloads within the IBM sensor event model.
 class PassiveRFIDAggregatedTagReadPayload
          PassiveRFIDAggregatedTagReadPayload represents passive RFID aggregated tag read events sent from Data Capture to Premises Server.
 class PassiveRFIDTagReadPayload
          PassiveRFIDTagReadPayload represents passive RFID tag read events sent from Data Capture to Premises Server.
 class PortalCommandPayload
          PortalCommandPayload represents command events sent from Premises Server to Data Capture.
 class PortalReportPayload
          PortalReportPayload represents portal report events sent from Data Capture to Premises Server.
 class ReloadPayload
          ReloadPayload represents reload events sent from Premises Server to Data Capture.
 class ReportPayload
          ReportPayload is the superclass of all payloads (except tag reads) sent from Data Capture to Premises Server.
 class RestartPayload
          RestartPayload represents restart events sent from Premises Server to Data Capture.
 class TagReadFeedbackPayload
          TagReadFeedbackPayload represents tag read feedback events sent from Data Capture to Premises Server.
 class TagReadReportPayload
          TagReadReportPayload is the superclass of all tag reads sent from Data Capture to Premises Server.
 

Methods in com.ibm.sensorevent.model.payload with parameters of type IPayload
static IGenericGroup TagReadFeedbackPayload.getInstance(IPayload sourcePayload)
          Factory method to create a TagReadFeedbackPayload from the specified payload
static IGenericGroup RestartPayload.getInstance(IPayload sourcePayload)
          Factory method to create a RestartPayload from the specified payload
static IGenericGroup ReloadPayload.getInstance(IPayload sourcePayload)
          Factory method to create a ReloadPayload from the specified payload
static IGenericGroup PortalReportPayload.getInstance(IPayload sourcePayload)
          Factory method to create a PortalReportPayload from the specified payload
static IGenericGroup PortalCommandPayload.getInstance(IPayload sourcePayload)
          Factory method to create a PortalCommandPayload from the specified payload
static IGenericGroup PassiveRFIDTagReadPayload.getInstance(IPayload sourcePayload)
          Factory method to create a PassiveRFIDTagReadPayload from the specified payload
static IGenericGroup PassiveRFIDAggregatedTagReadPayload.getInstance(IPayload sourcePayload)
          Factory method to create a PassiveRFIDAggregatedTagReadPayload from the specified payload
static IGenericGroup IBMSensorEventPayload.getInstance(IPayload sourcePayload)
          Factory method to create a IBMSensorEventPayload from the specified payload
static IGenericGroup HeartbeatPayload.getInstance(IPayload sourcePayload)
          Factory method to create an HeartbeatPayload from the specified payload
static IGenericGroup ApplicationPongPayload.getInstance(IPayload sourcePayload)
          Factory method to create an ApplicationPongPayload from the specified payload
static IGenericGroup ApplicationPingPayload.getInstance(IPayload sourcePayload)
          Factory method to create an ApplicationPingPayload from the specified payload
static IGenericGroup AlertWarningPayload.getInstance(IPayload sourcePayload)
          Factory method to create an AlertWarningPayload from the specified payload
static IGenericGroup AlertInfoPayload.getInstance(IPayload sourcePayload)
          Factory method to create an AlertInfoPayload from the specified payload
static IGenericGroup AlertErrorPayload.getInstance(IPayload sourcePayload)
          Factory method to create an AlertErrorPayload from the specified payload
static IGenericGroup AlertDebugPayload.getInstance(IPayload sourcePayload)
          Factory method to create an AlertDebugPayload from the specified payload
 



Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.