|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGroup | |
---|---|
com.ibm.sensorevent.model | Provides the IBM specific sensor event model classes. |
com.ibm.sensorevent.model.converter | Provides the converter classes. |
com.ibm.sensorevent.model.payload | Provides the IBM specific sensor event model payload classes. |
Uses of IGroup in com.ibm.sensorevent.model |
---|
Subinterfaces of IGroup in com.ibm.sensorevent.model | |
---|---|
interface |
IHeader
IHeader is the interface representing the class Header . |
interface |
IPayload
IPayload is the interface representing the class Payload . |
interface |
IPayloadMetaData
IPayloadMetaData is the interface representing the class PayloadMetaData . |
Classes in com.ibm.sensorevent.model that implement IGroup | |
---|---|
class |
Group
Group represents a GenericGroup in the
IBM sensor event 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 . |
Methods in com.ibm.sensorevent.model that return IGroup | |
---|---|
IGroup |
Header.getSourceGroup()
Returns the header's source component subgroup |
IGroup |
IHeader.getSourceGroup()
Returns the header's source component subgroup |
IGroup |
IHeader.getSourceGroup()
Returns the header's source component subgroup |
IGroup |
Header.getSourceGroup()
Returns the header's source component subgroup |
Methods in com.ibm.sensorevent.model with parameters of type IGroup | |
---|---|
protected static void |
Group.processMap(IGroup group,
java.util.Map map)
|
protected static void |
Group.processMap(IGroup group,
java.util.Map map)
|
protected static void |
Group.processTypedMap(IGroup group,
java.util.Map map)
|
protected static void |
Group.processTypedMap(IGroup group,
java.util.Map map)
|
Uses of IGroup in com.ibm.sensorevent.model.converter |
---|
Methods in com.ibm.sensorevent.model.converter with parameters of type IGroup | |
---|---|
protected void |
TypedMapConverter.processTypedMap(IGroup group,
java.util.Map map)
|
Uses of IGroup in com.ibm.sensorevent.model.payload |
---|
Subinterfaces of IGroup in com.ibm.sensorevent.model.payload | |
---|---|
interface |
ISensorEventPayload
ISensorEventPayload is the interface representing the class IBMSensorEventPayload . |
interface |
ITag
ITag is the interface representing the class Tag . |
interface |
ITagRead
ITagRead is the interface representing the class TagRead . |
Classes in com.ibm.sensorevent.model.payload that implement IGroup | |
---|---|
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. |
Fields in com.ibm.sensorevent.model.payload declared as IGroup | |
---|---|
protected IGroup |
IBMSensorEventPayload.eventGroup
The group within the IBMSensorEventPayload containing all attributes and subgroups |
Methods in com.ibm.sensorevent.model.payload that return IGroup | |
---|---|
IGroup |
ISensorEventPayload.getEventGroup()
Returns this payload's event group |
IGroup |
IBMSensorEventPayload.getEventGroup()
Returns this payload's event group |
Methods in com.ibm.sensorevent.model.payload with parameters of type IGroup | |
---|---|
static IGenericGroup |
IBMSensorEventPayload.getInstance(IGroup eventGroup)
Factory method to create an IBMSensorEventPayload with the given event group |
void |
ISensorEventPayload.setEventGroup(IGroup group)
Sets this payload's event group |
void |
IBMSensorEventPayload.setEventGroup(IGroup group)
Sets this payload's event group |
Constructors in com.ibm.sensorevent.model.payload with parameters of type IGroup | |
---|---|
IBMSensorEventPayload(IGroup eventGroup)
Constructs an IBMSensorEventPayload with the given event group |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |