Uses of Class
com.ibm.sensorevent.model.Group

Packages that use Group
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 Group in com.ibm.sensorevent.model
 

Subclasses of Group in com.ibm.sensorevent.model
 class Header
          Header represents one of the three main groups within an IBMSensorEvent.
 class Payload
          Payload represents one of the three main groups within an IBMSensorEvent.
 class PayloadMetaData
          PayloadMetaData represents one of the three main groups within an IBMSensorEvent.
 

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

Subclasses of Group in com.ibm.sensorevent.model.payload
 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 EPCTag
          EPCTag handles tag ID conversion to various EPC formats.
 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 PassiveRFIDTagRead
          PassiveRFIDTagRead represents all the data processed by Premises Server for a passive RFID tag read.
 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 Tag
          Tag represents a tag processed by Premises Server.
 class TagRead
          TagRead represents a tag read processed by Premises Server.
 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 Group
static IGenericGroup TagRead.getInstance(Group group)
          Factory method to create a TagRead from the specified group
static IGenericGroup Tag.getInstance(Group group)
          Factory method to create a Tag from the specified group
static IGenericGroup PassiveRFIDTagRead.getInstance(Group group)
          Factory method to create a PassiveRFIDTagRead from the specified group
static IGenericGroup EPCTag.getInstance(Group group)
          Factory method to create an EPCTag from the specified group
 



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