|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IGenericGroup | |
---|---|
com.ibm.sensorevent.model | Provides the IBM specific sensor event model classes. |
com.ibm.sensorevent.model.generic | Provides the generic sensor event model classes. |
com.ibm.sensorevent.model.payload | Provides the IBM specific sensor event model payload classes. |
Uses of IGenericGroup in com.ibm.sensorevent.model |
---|
Subinterfaces of IGenericGroup in com.ibm.sensorevent.model | |
---|---|
interface |
IGroup
IGroup is the interface representing the class Group . |
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 IGenericGroup | |
---|---|
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 IGenericGroup | |
---|---|
static IGenericGroup |
Group.fromMap(java.util.Map map)
Converts a java.util.Map to an IGenericGroup . |
static IGenericGroup |
Header.fromMap(java.util.Map map)
Factory method to create a Header from a java.util.Map |
static IGenericGroup |
Header.fromMap(java.util.Map map)
Factory method to create a Header from a java.util.Map |
static IGenericGroup |
Group.fromMap(java.util.Map map)
Converts a java.util.Map to an IGenericGroup . |
static IGenericGroup |
Group.fromTypedMap(java.util.Map map)
Converts a java.util.Map to an IGenericGroup . |
static IGenericGroup |
Group.fromTypedMap(java.util.Map map)
Converts a java.util.Map to an IGenericGroup . |
static IGenericGroup |
Group.getInstance()
Factory method to create a Group |
static IGenericGroup |
Header.getInstance()
Factory method to create a Header |
static IGenericGroup |
Payload.getInstance()
Factory method to create an empty Payload |
static IGenericGroup |
PayloadMetaData.getInstance()
Factory method to create a PayloadMetaData |
static IGenericGroup |
PayloadMetaData.getInstance()
Factory method to create a PayloadMetaData |
static IGenericGroup |
Payload.getInstance()
Factory method to create an empty Payload |
static IGenericGroup |
Header.getInstance()
Factory method to create a Header |
static IGenericGroup |
Group.getInstance()
Factory method to create a Group |
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 IGenericGroup |
Group.getInstance(java.lang.String name)
Factory method to create a Group with the specified name |
static IGenericGroup |
Group.getInstance(java.lang.String name)
Factory method to create a Group with the specified name |
Methods in com.ibm.sensorevent.model with parameters of type IGenericGroup | |
---|---|
static void |
Payload.copyGroup(IGenericGroup sourceGroup,
IGenericGroup targetGroup)
Copies the attributes and subgroups from the source group
into the target group |
static void |
Payload.copyGroup(IGenericGroup sourceGroup,
IGenericGroup targetGroup)
Copies the attributes and subgroups from the source group
into the target group |
protected void |
Group.processGroup(java.util.Map map,
IGenericGroup group)
|
protected void |
Group.processGroup(java.util.Map map,
IGenericGroup group)
|
protected void |
Group.processTypedGroup(java.util.Map map,
IGenericGroup group)
|
protected void |
Group.processTypedGroup(java.util.Map map,
IGenericGroup group)
|
Uses of IGenericGroup in com.ibm.sensorevent.model.generic |
---|
Classes in com.ibm.sensorevent.model.generic that implement IGenericGroup | |
---|---|
class |
GenericGroup
A GenericGroup contains attributes and other groups. |
Methods in com.ibm.sensorevent.model.generic that return IGenericGroup | |
---|---|
IGenericGroup |
IGenericGroup.getGroup(java.lang.String name)
Returns the subgroup with the specified name |
IGenericGroup |
IGenericEvent.getGroup(java.lang.String id)
Returns the group with the specified name |
IGenericGroup |
GenericGroup.getGroup(java.lang.String name)
Returns the subgroup with the specified name |
IGenericGroup |
GenericEvent.getGroup(java.lang.String name)
Returns the group with the specified name |
static IGenericGroup |
GenericGroup.getInstance()
Factory method to create a new IGenericGroup instance |
static IGenericGroup |
GenericGroup.getInstance(java.lang.String name)
Factory method to create a new IGenericGroup instance |
IGenericGroup |
IGenericGroup.traverseGroupPath(java.util.List path)
Returns the last nested subgroup specified in path. |
IGenericGroup |
IGenericEvent.traverseGroupPath(java.util.List path)
Returns the last nested group specified in path. |
IGenericGroup |
GenericGroup.traverseGroupPath(java.util.List path)
Returns the last nested subgroup specified in path. |
IGenericGroup |
GenericEvent.traverseGroupPath(java.util.List path)
Returns the last nested group specified in path. |
Methods in com.ibm.sensorevent.model.generic with parameters of type IGenericGroup | |
---|---|
void |
IGenericGroup.addGroup(IGenericGroup group)
Adds a subgroup to this group |
void |
IGenericEvent.addGroup(IGenericGroup group)
Adds a group to this event |
void |
GenericGroup.addGroup(IGenericGroup group)
Adds a subgroup to this group |
void |
GenericEvent.addGroup(IGenericGroup group)
Adds a group to this event |
Uses of IGenericGroup in com.ibm.sensorevent.model.payload |
---|
Subinterfaces of IGenericGroup 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 IGenericGroup | |
---|---|
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 that return IGenericGroup | |
---|---|
static IGenericGroup |
IBMSensorEventPayload.fromMap(java.util.Map map)
Converts the specified java.util.Map into a IGenericGroup. |
static IGenericGroup |
TagReadFeedbackPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates a TagReadFeedbackPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
RestartPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates a RestartPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
ReloadPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates a ReloadPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
PortalReportPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates a PortalReportPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
PortalCommandPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates a PortalCommandPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
PassiveRFIDTagReadPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates a PassiveRFIDTagReadPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
PassiveRFIDAggregatedTagReadPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates a PassiveRFIDAggregatedTagReadPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
IBMSensorEventPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Converts the specified java.util.Map into an IBMSensorEventPayload whose name is eventType. |
static IGenericGroup |
HeartbeatPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates an HeartbeatPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
ApplicationPongPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates an ApplicationPongPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
ApplicationPingPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates an ApplicationPingPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
AlertWarningPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates an AlertWarningPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
AlertInfoPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates an AlertInfoPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
AlertErrorPayload.fromMap(java.util.Map map,
java.lang.String eventType)
Creates an AlertErrorPayload from the specified java.util.Map and for the event type |
static IGenericGroup |
AlertDebugPayload.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 |
IBMSensorEventPayload.fromMap(java.lang.String eventType,
java.util.Map map)
Converts the specified java.util.Map into an IBMSensorEventPayload whose name is eventType. |
static IGenericGroup |
IBMSensorEventPayload.fromTypedMap(java.util.Map map)
Converts the specified java.util.Map into a IGenericGroup. |
static IGenericGroup |
IBMSensorEventPayload.fromTypedMap(java.util.Map map,
java.lang.String eventType)
Converts the specified java.util.Map into an IBMSensorEventPayload whose name is eventType. |
static IGenericGroup |
IBMSensorEventPayload.fromTypedMap(java.lang.String eventType,
java.util.Map map)
Converts the specified java.util.Map into an IBMSensorEventPayload whose name is eventType. |
static IGenericGroup |
TagReadFeedbackPayload.getInstance()
Factory method to create a TagReadFeedbackPayload |
static IGenericGroup |
TagRead.getInstance()
Factory method to create a TagRead with a default name |
static IGenericGroup |
Tag.getInstance()
Factory method to create a Tag with a default name |
static IGenericGroup |
RestartPayload.getInstance()
Factory method to create a RestartPayload |
static IGenericGroup |
ReloadPayload.getInstance()
Factory method to create a ReloadPayload |
static IGenericGroup |
PortalReportPayload.getInstance()
Factory method to create a PortalReportPayload |
static IGenericGroup |
PortalCommandPayload.getInstance()
Factory method to create a PortalCommandPayload |
static IGenericGroup |
PassiveRFIDTagReadPayload.getInstance()
Factory method to create a PassiveRFIDTagReadPayload |
static IGenericGroup |
PassiveRFIDTagRead.getInstance()
Factory method to create a PassiveRFIDTagRead |
static IGenericGroup |
PassiveRFIDAggregatedTagReadPayload.getInstance()
Factory method to create a PassiveRFIDAggregatedTagReadPayload |
static IGenericGroup |
IBMSensorEventPayload.getInstance()
Factory method to create an IBMSensorEventPayload without an event group. |
static IGenericGroup |
HeartbeatPayload.getInstance()
Factory method to create an HeartbeatPayload |
static IGenericGroup |
EPCTag.getInstance()
Factory method to create an EPCTag |
static IGenericGroup |
ApplicationPongPayload.getInstance()
Factory method to create an ApplicationPingPayload |
static IGenericGroup |
ApplicationPingPayload.getInstance()
Factory method to create an ApplicationPingPayload |
static IGenericGroup |
AlertWarningPayload.getInstance()
Factory method to create an AlertWarningPayload |
static IGenericGroup |
AlertInfoPayload.getInstance()
Factory method to create an AlertInfoPayload |
static IGenericGroup |
AlertErrorPayload.getInstance()
Factory method to create an AlertErrorPayload |
static IGenericGroup |
AlertDebugPayload.getInstance()
Factory method to create an AlertDebugPayload |
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 |
static IGenericGroup |
IBMSensorEventPayload.getInstance(IGroup eventGroup)
Factory method to create an IBMSensorEventPayload with the given event group |
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 |
static IGenericGroup |
TagReadFeedbackPayload.getInstance(java.lang.String eventType)
Factory method to create a TagReadFeedbackPayload for the specified event type |
static IGenericGroup |
TagRead.getInstance(java.lang.String newname)
Factory method to create a TagRead with the specified name |
static IGenericGroup |
Tag.getInstance(java.lang.String newname)
Factory method to create a Tag with the specified name |
static IGenericGroup |
RestartPayload.getInstance(java.lang.String eventType)
Factory method to create a RestartPayload for the specified event type |
static IGenericGroup |
ReloadPayload.getInstance(java.lang.String eventType)
Factory method to create a ReloadPayload for the specified event type |
static IGenericGroup |
PortalReportPayload.getInstance(java.lang.String eventType)
Factory method to create a PortalReportPayload for the specified event type |
static IGenericGroup |
PortalCommandPayload.getInstance(java.lang.String eventType)
Factory method to create a PortalCommandPayload for the specified event type |
static IGenericGroup |
PassiveRFIDTagReadPayload.getInstance(java.lang.String eventType)
Factory method to create a PassiveRFIDTagReadPayload for the specified event type |
static IGenericGroup |
PassiveRFIDTagRead.getInstance(java.lang.String newname)
Factory method to create a PassiveRFIDTagRead with the specified name |
static IGenericGroup |
PassiveRFIDAggregatedTagReadPayload.getInstance(java.lang.String eventType)
Factory method to create a PassiveRFIDAggregatedTagReadPayload for the specified event type |
static IGenericGroup |
IBMSensorEventPayload.getInstance(java.lang.String eventType)
Factory method to create an IBMSensorEventPayload with an event group whose name is the specified event type |
static IGenericGroup |
HeartbeatPayload.getInstance(java.lang.String eventType)
Factory method to create an HeartbeatPayload for the specified event type |
static IGenericGroup |
EPCTag.getInstance(java.lang.String newname)
Factory method to create an EPCTag with the specified name |
static IGenericGroup |
ApplicationPongPayload.getInstance(java.lang.String eventType)
Factory method to create an ApplicationPongPayload for the specified event type |
static IGenericGroup |
ApplicationPingPayload.getInstance(java.lang.String eventType)
Factory method to create an ApplicationPingPayload for the specified event type |
static IGenericGroup |
AlertWarningPayload.getInstance(java.lang.String eventType)
Factory method to create an AlertWarningPayload for the specified event type |
static IGenericGroup |
AlertInfoPayload.getInstance(java.lang.String eventType)
Factory method to create an AlertInfoPayload for the specified event type |
static IGenericGroup |
AlertErrorPayload.getInstance(java.lang.String eventType)
Factory method to create an AlertErrorPayload for the specified event type |
static IGenericGroup |
AlertDebugPayload.getInstance(java.lang.String eventType)
Factory method to create an AlertDebugPayload for the specified event type |
IGenericGroup |
TagRead.getTag()
Returns the TAG group from this payload |
IGenericGroup |
PassiveRFIDTagRead.getTag()
Returns the EPCTag for this PassiveRFIDTagRead |
IGenericGroup |
ITagRead.getTag()
Returns the TAG group from this payload |
IGenericGroup |
TagRead.getTag(java.lang.String tagname)
Returnsthe specified ITag from this payload |
IGenericGroup |
ITagRead.getTag(java.lang.String tagname)
Returnsthe specified ITag from this payload |
IGenericGroup |
PassiveRFIDTagReadPayload.getTagRead()
Returns the PassiveRFIDTagRead
from within this payload's event group |
IGenericGroup |
PassiveRFIDTagReadPayload.getTagRead(java.lang.String tagreadname)
Returns the specific ITagRead
from this payload's event group |
IGenericGroup |
PassiveRFIDAggregatedTagReadPayload.getTagRead(java.lang.String tagreadname)
Returns the specific ITagRead
from this payload's event group |
static IGenericGroup |
TagReadReportPayload.processMap(java.lang.String name,
java.util.Map container,
IGenericGroup tagReadGroup)
|
Methods in com.ibm.sensorevent.model.payload with parameters of type IGenericGroup | |
---|---|
static IGenericGroup |
TagReadReportPayload.processMap(java.lang.String name,
java.util.Map container,
IGenericGroup tagReadGroup)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |