|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SensorEventException | |
---|---|
com.ibm.premises.reusable | |
com.ibm.premises.reusable.bae | |
com.ibm.sensorevent.codex | Provides various coder/decoder classes. |
com.ibm.sensorevent.model | Provides the IBM specific sensor event model classes. |
com.ibm.sensorevent.model.birt | Provides the BIRT helper classes. |
com.ibm.sensorevent.model.converter | Provides the converter classes. |
com.ibm.sensorevent.model.generic | Provides the generic sensor event model classes. |
com.ibm.sensorevent.model.generic.converter | Provides the generic converter classes. |
com.ibm.sensorevent.model.payload | Provides the IBM specific sensor event model payload classes. |
com.ibm.sensorevent.service.component.accessor |
Uses of SensorEventException in com.ibm.premises.reusable |
---|
Methods in com.ibm.premises.reusable that throw SensorEventException | |
---|---|
static java.util.List<java.lang.String> |
AbstractRUCAgent.getAllEPCsFromPayload(ISensorEvent event)
For a TagRead or AggregatedTagRead payload, get the tags from the payload For generic map payloads, find tagList keys defined in constants and return its value. |
static java.lang.String |
AbstractRUCAgent.getSingleEPCFromPayload(ISensorEvent event)
For a TagRead payload, get the tag from the payload For an AggregatedTagRead payload, get only the first tag For generic map payloads, find the tag key defined in constants and return its value. |
Uses of SensorEventException in com.ibm.premises.reusable.bae |
---|
Subclasses of SensorEventException in com.ibm.premises.reusable.bae | |
---|---|
class |
BAEConverterException
BAE converter exception |
Uses of SensorEventException in com.ibm.sensorevent.codex |
---|
Subclasses of SensorEventException in com.ibm.sensorevent.codex | |
---|---|
class |
CodexException
CodexException is the exception type thrown by the codex classes in the sensor event model. |
Methods in com.ibm.sensorevent.codex that throw SensorEventException | |
---|---|
static byte[] |
HexBinary.decode(java.lang.String s)
Converts a String to a byte array |
static java.lang.String |
HexBinary.encode(byte[] b)
Converts a byte array to a String |
Uses of SensorEventException in com.ibm.sensorevent.model |
---|
Subclasses of SensorEventException in com.ibm.sensorevent.model | |
---|---|
class |
IBMSensorEventException
IBMSensorEventException is the exception type thrown by classes in the IBM sensor event model. |
Methods in com.ibm.sensorevent.model that throw SensorEventException | |
---|---|
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 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 |
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 ISensorEvent |
IBMSensorEvent.getAggregatedTagReadInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with a PassiveRFIDAggregatedTagReadPayload
payload |
static ISensorEvent |
IBMSensorEvent.getAggregatedTagReadInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with a PassiveRFIDAggregatedTagReadPayload
payload |
static ISensorEvent |
IBMSensorEvent.getAlertDebugInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertDebugPayload |
static ISensorEvent |
IBMSensorEvent.getAlertDebugInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertDebugPayload |
static ISensorEvent |
IBMSensorEvent.getAlertErrorInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertErrorPayload |
static ISensorEvent |
IBMSensorEvent.getAlertErrorInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertErrorPayload |
static ISensorEvent |
IBMSensorEvent.getAlertInfoInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertInfoPayload |
static ISensorEvent |
IBMSensorEvent.getAlertInfoInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertInfoPayload |
static ISensorEvent |
IBMSensorEvent.getAlertWarningInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertWarningPayload |
static ISensorEvent |
IBMSensorEvent.getAlertWarningInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an AlertWarningPayload |
static ISensorEvent |
IBMSensorEvent.getApplicationPingInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an ApplicationPingPayload |
static ISensorEvent |
IBMSensorEvent.getApplicationPingInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an ApplicationPingPayload |
static ISensorEvent |
IBMSensorEvent.getApplicationPongInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an ApplicationPongPayload |
static ISensorEvent |
IBMSensorEvent.getApplicationPongInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an ApplicationPongPayload |
java.lang.String |
Header.getAssetId()
Returns the header's asset ID attribute value |
java.lang.String |
IHeader.getAssetId()
Returns the header's asset ID attribute value |
java.lang.String |
IHeader.getAssetId()
Returns the header's asset ID attribute value |
java.lang.String |
Header.getAssetId()
Returns the header's asset ID attribute value |
long |
Header.getDateTime()
Returns the header's date-time attribute value as a long millisecond value |
long |
IHeader.getDateTime()
Returns the header's date-time attribute value as a long millisecond value |
long |
IHeader.getDateTime()
Returns the header's date-time attribute value as a long millisecond value |
long |
Header.getDateTime()
Returns the header's date-time attribute value as a long millisecond value |
java.lang.String |
Header.getDateTimeAsString()
Returns the header's date-time attribute value as an ISO 8601 date string |
java.lang.String |
IHeader.getDateTimeAsString()
Returns the header's date-time attribute value as an ISO 8601 date string |
java.lang.String |
IHeader.getDateTimeAsString()
Returns the header's date-time attribute value as an ISO 8601 date string |
java.lang.String |
Header.getDateTimeAsString()
Returns the header's date-time attribute value as an ISO 8601 date string |
java.lang.String |
Header.getEventId()
Returns the header's event ID attribute value |
java.lang.String |
IHeader.getEventId()
Returns the header's event ID attribute value |
java.lang.String |
IHeader.getEventId()
Returns the header's event ID attribute value |
java.lang.String |
Header.getEventId()
Returns the header's event ID attribute value |
java.lang.String |
Header.getEventType()
Returns the header's event type attribute value |
java.lang.String |
IHeader.getEventType()
Returns the header's event type attribute value |
java.lang.String |
IHeader.getEventType()
Returns the header's event type attribute value |
java.lang.String |
Header.getEventType()
Returns the header's event type attribute value |
java.lang.String |
Header.getGeoLocation()
Returns the header's geographical location attribute value |
java.lang.String |
IHeader.getGeoLocation()
Returns the header's geographical location attribute value |
java.lang.String |
IHeader.getGeoLocation()
Returns the header's geographical location attribute value |
java.lang.String |
Header.getGeoLocation()
Returns the header's geographical location attribute value |
IHeader |
IBMSensorEvent.getHeader()
Returns the event's header |
IHeader |
ISensorEvent.getHeader()
Returns the event's header |
IHeader |
ISensorEvent.getHeader()
Returns the event's header |
IHeader |
IBMSensorEvent.getHeader()
Returns the event's header |
static ISensorEvent |
IBMSensorEvent.getHeartbeatInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an HeartbeatPayload |
static ISensorEvent |
IBMSensorEvent.getHeartbeatInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an HeartbeatPayload |
static ISensorEvent |
IBMSensorEvent.getIBMSensorEventInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an IBMSensorEventPayload |
static ISensorEvent |
IBMSensorEvent.getIBMSensorEventInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an IBMSensorEventPayload |
static IGenericGroup |
Group.getInstance()
Factory method to create a Group |
static IGenericGroup |
Header.getInstance()
Factory method to create a Header |
static ISensorEvent |
IBMSensorEvent.getInstance()
Factory method to create an ISensorEvent with a default payload |
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 ISensorEvent |
IBMSensorEvent.getInstance()
Factory method to create an ISensorEvent with a default 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 |
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 |
static ISensorEvent |
IBMSensorEvent.getInstance(java.lang.String eventType,
java.util.Map payloadMap)
Factory method to create an ISensorEvent with the specified event type and IBMSensorEventPayload . |
static ISensorEvent |
IBMSensorEvent.getInstance(java.lang.String eventType,
java.util.Map payloadMap)
Factory method to create an ISensorEvent with the specified event type and IBMSensorEventPayload . |
java.lang.String |
Header.getOriginatingEventId()
Returns the header's originating event ID attribute value |
java.lang.String |
IHeader.getOriginatingEventId()
Returns the header's originating event ID attribute value |
java.lang.String |
IHeader.getOriginatingEventId()
Returns the header's originating event ID attribute value |
java.lang.String |
Header.getOriginatingEventId()
Returns the header's originating event ID attribute value |
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. |
java.lang.String |
IPayload.getPayloadClassName()
Returns the payload's class name |
java.lang.String |
Payload.getPayloadClassName()
Returns the payload's class name |
java.lang.String |
Payload.getPayloadClassName()
Returns the payload's class name |
java.lang.String |
IPayload.getPayloadClassName()
Returns the payload's class name |
IPayloadMetaData |
IBMSensorEvent.getPayloadMetaData()
Returns the event's payload metadata |
IPayloadMetaData |
ISensorEvent.getPayloadMetaData()
Returns the event's payload metadata |
IPayloadMetaData |
ISensorEvent.getPayloadMetaData()
Returns the event's payload metadata |
IPayloadMetaData |
IBMSensorEvent.getPayloadMetaData()
Returns the event's payload metadata |
static ISensorEvent |
IBMSensorEvent.getPortalCommandInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an PortalCommandPayload |
static ISensorEvent |
IBMSensorEvent.getPortalCommandInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an PortalCommandPayload |
static ISensorEvent |
IBMSensorEvent.getPortalReportInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an PortalReportPayload |
static ISensorEvent |
IBMSensorEvent.getPortalReportInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an PortalReportPayload |
short |
Header.getPriority()
Returns the header's priority attribute value |
short |
IHeader.getPriority()
Returns the header's priority attribute value |
short |
IHeader.getPriority()
Returns the header's priority attribute value |
short |
Header.getPriority()
Returns the header's priority attribute value |
static ISensorEvent |
IBMSensorEvent.getReloadInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an ReloadPayload |
static ISensorEvent |
IBMSensorEvent.getReloadInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an ReloadPayload |
static ISensorEvent |
IBMSensorEvent.getRestartInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an RestartPayload |
static ISensorEvent |
IBMSensorEvent.getRestartInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an RestartPayload |
java.lang.String |
Header.getSourceApplication()
Returns the header's source application attribute value |
java.lang.String |
IHeader.getSourceApplication()
Returns the header's source application attribute value |
java.lang.String |
IHeader.getSourceApplication()
Returns the header's source application attribute value |
java.lang.String |
Header.getSourceApplication()
Returns the header's source application attribute value |
java.lang.String |
Header.getSourceComponent()
Returns the header's source component attribute value |
java.lang.String |
IHeader.getSourceComponent()
Returns the header's source component attribute value |
java.lang.String |
IHeader.getSourceComponent()
Returns the header's source component attribute value |
java.lang.String |
Header.getSourceComponent()
Returns the header's source component attribute value |
java.lang.String |
Header.getSourceComponentIdType()
Returns the header's source component ID type attribute value |
java.lang.String |
IHeader.getSourceComponentIdType()
Returns the header's source component ID type attribute value |
java.lang.String |
IHeader.getSourceComponentIdType()
Returns the header's source component ID type attribute value |
java.lang.String |
Header.getSourceComponentIdType()
Returns the header's source component ID type attribute value |
java.lang.String |
Header.getSourceComponentType()
Returns the header's source component type attribute value |
java.lang.String |
IHeader.getSourceComponentType()
Returns the header's source component type attribute value |
java.lang.String |
IHeader.getSourceComponentType()
Returns the header's source component type attribute value |
java.lang.String |
Header.getSourceComponentType()
Returns the header's source component type attribute value |
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 |
java.lang.String |
Header.getSourceId()
Returns the header's source ID attribute value |
java.lang.String |
IHeader.getSourceId()
Returns the header's source ID attribute value |
java.lang.String |
IHeader.getSourceId()
Returns the header's source ID attribute value |
java.lang.String |
Header.getSourceId()
Returns the header's source ID attribute value |
java.lang.String |
Header.getSourceLocation()
Returns the header's source component location attribute value |
java.lang.String |
IHeader.getSourceLocation()
Returns the header's source component location attribute value |
java.lang.String |
IHeader.getSourceLocation()
Returns the header's source component location attribute value |
java.lang.String |
Header.getSourceLocation()
Returns the header's source component location attribute value |
java.lang.String |
Header.getSourceLocationType()
Returns the header's source component location type attribute value |
java.lang.String |
IHeader.getSourceLocationType()
Returns the header's source component location type attribute value |
java.lang.String |
IHeader.getSourceLocationType()
Returns the header's source component location type attribute value |
java.lang.String |
Header.getSourceLocationType()
Returns the header's source component location type attribute value |
java.lang.String |
Header.getSourceSubComponent()
Returns the header's source component subcomponent attribute value |
java.lang.String |
IHeader.getSourceSubComponent()
Returns the header's source component subcomponent attribute value |
java.lang.String |
IHeader.getSourceSubComponent()
Returns the header's source component subcomponent attribute value |
java.lang.String |
Header.getSourceSubComponent()
Returns the header's source component subcomponent attribute value |
static ISensorEvent |
IBMSensorEvent.getTagReadFeedbackInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an TagReadFeedbackPayload |
static ISensorEvent |
IBMSensorEvent.getTagReadFeedbackInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an TagReadFeedbackPayload |
static ISensorEvent |
IBMSensorEvent.getTagReadInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an PassiveRFIDTagReadPayload |
static ISensorEvent |
IBMSensorEvent.getTagReadInstance(java.lang.String eventType)
Factory method to create an ISensorEvent with the specified event type and with an PassiveRFIDTagReadPayload |
java.lang.String |
Header.getTargetId()
Returns the header's target ID attribute value |
java.lang.String |
IHeader.getTargetId()
Returns the header's target ID attribute value |
java.lang.String |
IHeader.getTargetId()
Returns the header's target ID attribute value |
java.lang.String |
Header.getTargetId()
Returns the header's target ID attribute value |
static ISensorEvent |
IBMSensorEvent.getTypedInstance(java.lang.String eventType,
java.util.Map payloadMap)
Factory method to create an ISensorEvent with the specified event type and IBMSensorEventPayload . |
static ISensorEvent |
IBMSensorEvent.getTypedInstance(java.lang.String eventType,
java.util.Map payloadMap)
Factory method to create an ISensorEvent with the specified event type and IBMSensorEventPayload . |
java.lang.String |
IBMSensorEvent.getVersion()
Returns the event's version |
java.lang.String |
ISensorEvent.getVersion()
Returns the event's version |
java.lang.String |
ISensorEvent.getVersion()
Returns the event's version |
java.lang.String |
IBMSensorEvent.getVersion()
Returns the event's version |
protected void |
Group.processGroup(java.util.Map map,
IGenericGroup group)
|
protected void |
Group.processGroup(java.util.Map map,
IGenericGroup group)
|
protected static void |
Group.processMap(IGroup group,
java.util.Map map)
|
protected static void |
Group.processMap(IGroup group,
java.util.Map map)
|
protected void |
Group.processTypedGroup(java.util.Map map,
IGenericGroup group)
|
protected void |
Group.processTypedGroup(java.util.Map map,
IGenericGroup group)
|
protected static void |
Group.processTypedMap(IGroup group,
java.util.Map map)
|
protected static void |
Group.processTypedMap(IGroup group,
java.util.Map map)
|
void |
Header.setAssetId(java.lang.String assetId)
Sets the header's asset ID attribute value |
void |
IHeader.setAssetId(java.lang.String assetId)
Sets the header's asset ID attribute value |
void |
IHeader.setAssetId(java.lang.String assetId)
Sets the header's asset ID attribute value |
void |
Header.setAssetId(java.lang.String assetId)
Sets the header's asset ID attribute value |
void |
Header.setDateTime(long dateTime)
Sets the header's date-time attribute value to the long millisecond value |
void |
IHeader.setDateTime(long dateTime)
Sets the header's date-time attribute value to the long millisecond value |
void |
IHeader.setDateTime(long dateTime)
Sets the header's date-time attribute value to the long millisecond value |
void |
Header.setDateTime(long dateTime)
Sets the header's date-time attribute value to the long millisecond value |
void |
Header.setEventId(java.lang.String eventId)
Sets the header's event ID attribute value |
void |
IHeader.setEventId(java.lang.String eventId)
Sets the header's event ID attribute value |
void |
IHeader.setEventId(java.lang.String eventId)
Sets the header's event ID attribute value |
void |
Header.setEventId(java.lang.String eventId)
Sets the header's event ID attribute value |
void |
Header.setEventType(java.lang.String eventType)
Sets the header's event type attribute value |
void |
IHeader.setEventType(java.lang.String eventType)
Sets the header's event type attribute value |
void |
IHeader.setEventType(java.lang.String eventType)
Sets the header's event type attribute value |
void |
Header.setEventType(java.lang.String eventType)
Sets the header's event type attribute value |
void |
Header.setGeoLocation(java.lang.String geoLocation)
Sets the header's geographical location attribute value |
void |
IHeader.setGeoLocation(java.lang.String geoLocation)
Sets the header's geographical location attribute value |
void |
IHeader.setGeoLocation(java.lang.String geoLocation)
Sets the header's geographical location attribute value |
void |
Header.setGeoLocation(java.lang.String geoLocation)
Sets the header's geographical location attribute value |
void |
IBMSensorEvent.setHeader(IHeader header)
Sets the event's header |
void |
ISensorEvent.setHeader(IHeader header)
Sets the event's header |
void |
ISensorEvent.setHeader(IHeader header)
Sets the event's header |
void |
IBMSensorEvent.setHeader(IHeader header)
Sets the event's header |
void |
Header.setOriginatingEventId(java.lang.String originatingEventId)
Sets the header's originating event ID attribute value |
void |
IHeader.setOriginatingEventId(java.lang.String originatingEventId)
Sets the header's originating event ID attribute value |
void |
IHeader.setOriginatingEventId(java.lang.String originatingEventId)
Sets the header's originating event ID attribute value |
void |
Header.setOriginatingEventId(java.lang.String originatingEventId)
Sets the header's originating event ID attribute value |
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 |
void |
IPayload.setPayloadClassName(java.lang.String s)
Sets the payload's class name |
void |
Payload.setPayloadClassName(java.lang.String s)
Sets the payload's class name |
void |
Payload.setPayloadClassName(java.lang.String s)
Sets the payload's class name |
void |
IPayload.setPayloadClassName(java.lang.String s)
Sets the payload's class name |
void |
IBMSensorEvent.setPayloadMetaData(IPayloadMetaData payloadMetaData)
Sets the event's payload metadata |
void |
ISensorEvent.setPayloadMetaData(IPayloadMetaData payloadMetaData)
Sets the event's payload metadata |
void |
ISensorEvent.setPayloadMetaData(IPayloadMetaData payloadMetaData)
Sets the event's payload metadata |
void |
IBMSensorEvent.setPayloadMetaData(IPayloadMetaData payloadMetaData)
Sets the event's payload metadata |
void |
Header.setPriority(short priority)
Sets the header's priority attribute value |
void |
IHeader.setPriority(short priority)
Sets the header's priority attribute value |
void |
IHeader.setPriority(short priority)
Sets the header's priority attribute value |
void |
Header.setPriority(short priority)
Sets the header's priority attribute value |
void |
Header.setSourceApplication(java.lang.String s)
Sets the header's source application attribute value |
void |
IHeader.setSourceApplication(java.lang.String s)
Sets the header's source application attribute value |
void |
IHeader.setSourceApplication(java.lang.String s)
Sets the header's source application attribute value |
void |
Header.setSourceApplication(java.lang.String s)
Sets the header's source application attribute value |
void |
Header.setSourceComponent(java.lang.String s)
Sets the header's source component attribute value |
void |
IHeader.setSourceComponent(java.lang.String s)
Sets the header's source component attribute value |
void |
IHeader.setSourceComponent(java.lang.String s)
Sets the header's source component attribute value |
void |
Header.setSourceComponent(java.lang.String s)
Sets the header's source component attribute value |
void |
Header.setSourceComponentIdType(java.lang.String s)
Sets the header's source component ID type attribute value |
void |
IHeader.setSourceComponentIdType(java.lang.String s)
Sets the header's source component ID type attribute value |
void |
IHeader.setSourceComponentIdType(java.lang.String s)
Sets the header's source component ID type attribute value |
void |
Header.setSourceComponentIdType(java.lang.String s)
Sets the header's source component ID type attribute value |
void |
Header.setSourceComponentType(java.lang.String s)
Sets the header's source component type attribute value |
void |
IHeader.setSourceComponentType(java.lang.String s)
Sets the header's source component type attribute value |
void |
IHeader.setSourceComponentType(java.lang.String s)
Sets the header's source component type attribute value |
void |
Header.setSourceComponentType(java.lang.String s)
Sets the header's source component type attribute value |
void |
Header.setSourceId(java.lang.String targetId)
Sets the header's source ID attribute value |
void |
IHeader.setSourceId(java.lang.String targetId)
Sets the header's source ID attribute value |
void |
IHeader.setSourceId(java.lang.String targetId)
Sets the header's source ID attribute value |
void |
Header.setSourceId(java.lang.String targetId)
Sets the header's source ID attribute value |
void |
Header.setSourceLocation(java.lang.String s)
Sets the header's source component location attribute value |
void |
IHeader.setSourceLocation(java.lang.String s)
Sets the header's source component location attribute value |
void |
IHeader.setSourceLocation(java.lang.String s)
Sets the header's source component location attribute value |
void |
Header.setSourceLocation(java.lang.String s)
Sets the header's source component location attribute value |
void |
Header.setSourceLocationType(java.lang.String s)
Sets the header's source component location type attribute value |
void |
IHeader.setSourceLocationType(java.lang.String s)
Sets the header's source component location type attribute value |
void |
IHeader.setSourceLocationType(java.lang.String s)
Sets the header's source component location type attribute value |
void |
Header.setSourceLocationType(java.lang.String s)
Sets the header's source component location type attribute value |
void |
Header.setSourceSubComponent(java.lang.String s)
Sets the header's source component subcomponent attribute value |
void |
IHeader.setSourceSubComponent(java.lang.String s)
Sets the header's source component subcomponent attribute value |
void |
IHeader.setSourceSubComponent(java.lang.String s)
Sets the header's source component subcomponent attribute value |
void |
Header.setSourceSubComponent(java.lang.String s)
Sets the header's source component subcomponent attribute value |
void |
Header.setTargetId(java.lang.String targetId)
Sets the header's target ID attribute value |
void |
IHeader.setTargetId(java.lang.String targetId)
Sets the header's target ID attribute value |
void |
IHeader.setTargetId(java.lang.String targetId)
Sets the header's target ID attribute value |
void |
Header.setTargetId(java.lang.String targetId)
Sets the header's target ID attribute value |
void |
IBMSensorEvent.setVersion(java.lang.String v)
Sets the event's version |
void |
ISensorEvent.setVersion(java.lang.String v)
Sets the event's version |
void |
ISensorEvent.setVersion(java.lang.String v)
Sets the event's version |
void |
IBMSensorEvent.setVersion(java.lang.String v)
Sets the event's version |
java.util.Map |
Group.toMap()
Converts all values in the group to a java.util.Map of strings |
java.util.Map |
Header.toMap()
Converts the header to a java.util.Map |
java.util.Map |
IBMSensorEvent.toMap()
Converts the event to a java.util.Map |
java.util.Map |
IGroup.toMap()
Converts all values in the group to a java.util.Map of strings |
java.util.Map |
IHeader.toMap()
Converts the header to a java.util.Map |
java.util.Map |
ISensorEvent.toMap()
Converts the event to a java.util.Map |
java.util.Map |
ISensorEvent.toMap()
Converts the event to a java.util.Map |
java.util.Map |
IHeader.toMap()
Converts the header to a java.util.Map |
java.util.Map |
IGroup.toMap()
Converts all values in the group to a java.util.Map of strings |
java.util.Map |
IBMSensorEvent.toMap()
Converts the event to a java.util.Map |
java.util.Map |
Header.toMap()
Converts the header to a java.util.Map |
java.util.Map |
Group.toMap()
Converts all values in the group to a java.util.Map of strings |
java.util.Map |
Group.toTypedMap()
Converts all values in the group to a java.util.Map; the values' data types are preserved |
java.util.Map |
IGroup.toTypedMap()
Converts all values in the group to a java.util.Map; the values' data types are preserved |
java.util.Map |
IGroup.toTypedMap()
Converts all values in the group to a java.util.Map; the values' data types are preserved |
java.util.Map |
Group.toTypedMap()
Converts all values in the group to a java.util.Map; the values' data types are preserved |
void |
IBMSensorEvent.updateEventType(java.lang.String newEventType)
Updates the header's eventType and the payload's eventGroup name to the given new eventType. |
void |
ISensorEvent.updateEventType(java.lang.String newEventType)
Updates the header's eventType and the payload's eventGroup name to the given new eventType. |
void |
ISensorEvent.updateEventType(java.lang.String newEventType)
Updates the header's eventType and the payload's eventGroup name to the given new eventType. |
void |
IBMSensorEvent.updateEventType(java.lang.String newEventType)
Updates the header's eventType and the payload's eventGroup name to the given new eventType. |
Constructors in com.ibm.sensorevent.model that throw SensorEventException | |
---|---|
Group()
Constructs a Group |
|
Group()
Constructs a Group |
|
Group(java.lang.String name)
Constructs a Group with the specified name |
|
Group(java.lang.String name)
Constructs a Group with the specified name |
|
Header()
Constructs a Header |
|
Header()
Constructs a Header |
|
IBMSensorEvent()
Constructs a new IBMSensorEvent |
|
IBMSensorEvent()
Constructs a new IBMSensorEvent |
|
IBMSensorEvent(IPayload payload)
Constructs a new IBMSensorEvent with the specified IPayload |
|
IBMSensorEvent(IPayload payload)
Constructs a new IBMSensorEvent with the specified IPayload |
|
Payload()
Constructs a Payload |
|
Payload()
Constructs a Payload |
|
PayloadMetaData()
Construct a PayloadMetaData |
|
PayloadMetaData()
Construct a PayloadMetaData |
Uses of SensorEventException in com.ibm.sensorevent.model.birt |
---|
Subclasses of SensorEventException in com.ibm.sensorevent.model.birt | |
---|---|
class |
ReportException
ReportException is thrown by Premises Server reports. |
Methods in com.ibm.sensorevent.model.birt that throw SensorEventException | |
---|---|
ISensorEvent |
IBMSensorEventBirtParser.getEvent()
Returns the ISensorEvent |
static IBMSensorEventBirtParser |
IBMSensorEventBirtParser.getInstance(java.lang.String xml)
Factory method to create an IBMSensorEventBirtParser instance for the specified XML string |
java.lang.String |
IBMSensorEventBirtParser.getPayloadMetaData()
Returns a String representing the payload metadata |
java.lang.String |
IBMSensorEventBirtParser.getTagAntenna(java.lang.String tagId)
Returns the 'antenna' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagAntennaByIndex(java.lang.String index)
Returns the 'antenna' value from the current event for the specified tag index |
java.lang.String |
IBMSensorEventBirtParser.getTagCount(java.lang.String tagId)
Returns the 'count' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagCountByIndex(java.lang.String index)
Returns the 'count' value from the current event for the specified tag index |
java.lang.String |
IBMSensorEventBirtParser.getTagDiscovered(java.lang.String tagId)
Returns the 'discovered' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagDiscoveredByIndex(java.lang.String index)
Returns the 'discovered' value from the current event for the specified tag index |
java.lang.String[] |
IBMSensorEventBirtParser.getTagIDs()
Returns a String array of the tag IDs in the current event |
java.lang.String |
IBMSensorEventBirtParser.getTagIdUri(java.lang.String tagId)
Returns the 'ID URI' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagIdUriByIndex(java.lang.String index)
Returns the 'ID URI' value from the current event for the specified tag index |
java.lang.String |
IBMSensorEventBirtParser.getTagRawUri(java.lang.String tagId)
Returns the 'raw URI' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagRawUriByIndex(java.lang.String index)
Returns the 'raw URI' value from the current event for the specified tag index |
java.lang.String[] |
IBMSensorEventBirtParser.getTagRead(java.lang.String tagId)
Returns a String array containing the tag read data for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagReader(java.lang.String tagId)
Returns the 'reader' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagReaderByIndex(java.lang.String index)
Returns the 'reader' value from the current event for the specified tag index |
java.lang.String[][] |
IBMSensorEventBirtParser.getTagReads()
Returns a 2-D String array of all tag read data from the current event; the first dimension is the tag ID; the second dimension is the tag read data for the tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagTagUri(java.lang.String tagId)
Returns the 'tag URI' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagTagUriByIndex(java.lang.String index)
Returns the 'tag URI' value from the current event for the specified tag index |
java.lang.String |
IBMSensorEventBirtParser.getTagUserData(java.lang.String tagId)
Returns the 'tag user data' value from the current event for the specified tag ID |
java.lang.String |
IBMSensorEventBirtParser.getTagUserDataByIndex(java.lang.String index)
Returns the 'tag user data' value from the current event for the specified tag index |
Constructors in com.ibm.sensorevent.model.birt that throw SensorEventException | |
---|---|
IBMSensorEventBirtParser(java.lang.String xml)
Construct an IBMSensorEventBirtParser to process the specified XML string |
Uses of SensorEventException in com.ibm.sensorevent.model.converter |
---|
Subclasses of SensorEventException in com.ibm.sensorevent.model.converter | |
---|---|
class |
ConverterException
ConverterException is the exception type thrown by the converter classes in the sensor event model. |
Methods in com.ibm.sensorevent.model.converter that throw SensorEventException | |
---|---|
protected ISensorEvent |
WBEResponseConverterContentHandler.createSensorEvent(java.util.Map localMap)
|
ISensorEvent |
WBEResponseConverterContentHandler.getSensorEvent()
|
ISensorEvent |
WBEIBMSEConverterContentHandler.getSensorEvent()
|
ISensorEvent[] |
WBEResponseConverterContentHandler.getSensorEvents()
|
protected void |
TypedMapConverter.processTypedMap(IGroup group,
java.util.Map map)
|
CommonBaseEvent |
CBEConverter.toCBE(ISensorEvent event)
Converts an ISensorEvent instance to a CommonBaseEvent instance. |
CommonBaseEvent |
CBEConverter.toCBE(java.lang.String xml)
Converts an XML string to a CommonBaseEvent instance. |
ISensorEvent |
CBEConverter.toIBMSensorEvent(CommonBaseEvent cbe)
Converts a CommonBaseEvent instance to an ISensorEvent instance. |
ISensorEvent |
TypedMapConverter.toIBMSensorEvent(java.util.Map map)
Converts a java.util.Map to an ISensorEvent |
ISensorEvent |
MapConverter.toIBMSensorEvent(java.util.Map map)
Converts a java.util.Map to an ISensorEvent |
ISensorEvent |
XMLConverter.toIBMSensorEvent(javax.xml.parsers.SAXParser sp,
java.lang.String xml)
Converts an XML string in CommonBaseEvent XML format to an ISensorEvent |
ISensorEvent |
WBEConverter.toIBMSensorEvent(javax.xml.parsers.SAXParser sp,
java.lang.String xml)
Converts an XML string in CommonBaseEvent XML format to an ISensorEvent |
ISensorEvent |
XMLConverter.toIBMSensorEvent(java.lang.String xml)
Converts an XML string in CommonBaseEvent XML format to an ISensorEvent |
ISensorEvent |
WBEConverter.toIBMSensorEvent(java.lang.String xml)
|
ISensorEvent |
IConverter.toIBMSensorEvent(java.lang.String xml)
Converts an XML string to an ISensorEvent |
ISensorEvent[] |
WBEConverter.toIBMSensorEvents(javax.xml.parsers.SAXParser sp,
java.lang.String xml)
Converts an XML string in CommonBaseEvent XML format to an ISensorEvent |
ISensorEvent[] |
WBEConverter.toIBMSensorEvents(java.lang.String xml)
|
java.util.Map |
MapConverter.toMap(ISensorEvent ise)
Converts an ISensorEvent to a java.util.Map |
java.lang.String |
CBEConverter.toXMLString(CommonBaseEvent cbe)
Converts a CommonBaseEvent instance to an XML string. |
java.lang.String |
XMLConverter.toXMLString(ISensorEvent event)
Converts an ISensorEvent to an XML string in CommonBaseEvent XML format |
java.lang.String |
WBEConverter.toXMLString(ISensorEvent event)
|
java.lang.String |
IConverter.toXMLString(ISensorEvent event)
Converts an ISensorEvent to an XML string |
Uses of SensorEventException in com.ibm.sensorevent.model.generic |
---|
Subclasses of SensorEventException in com.ibm.sensorevent.model.generic | |
---|---|
class |
GenericEventException
GenericEventException is the exception type thrown by the generic classes in the generic sensor event model. |
Methods in com.ibm.sensorevent.model.generic that throw SensorEventException | |
---|---|
void |
IGenericGroup.addAttribute(IGenericAttribute attribute)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addAttribute(IGenericAttribute attribute)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addAttributeArray(java.lang.String name,
java.lang.Object[] value,
int type)
|
void |
GenericGroup.addAttributeArray(java.lang.String name,
java.lang.Object[] value,
int type)
|
void |
IGenericGroup.addBooleanArrayAttribute(java.lang.String name,
boolean[] value)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addBooleanArrayAttribute(java.lang.String name,
boolean[] value)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addBooleanAttribute(java.lang.String name,
boolean value)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addBooleanAttribute(java.lang.String name,
boolean value)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addByteArrayAttribute(java.lang.String name,
byte[] b)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addByteArrayAttribute(java.lang.String name,
byte[] b)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addByteAttribute(java.lang.String name,
byte b)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addByteAttribute(java.lang.String name,
byte b)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addDateArrayAttribute(java.lang.String name,
java.util.Date[] d)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addDateArrayAttribute(java.lang.String name,
java.util.Date[] d)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addDateArrayAttributeAsLong(java.lang.String name,
long[] l)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addDateArrayAttributeAsLong(java.lang.String name,
long[] l)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addDateAttribute(java.lang.String name,
java.util.Date d)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addDateAttribute(java.lang.String name,
java.util.Date d)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addDateAttributeAsLong(java.lang.String name,
long l)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addDateAttributeAsLong(java.lang.String name,
long l)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addDoubleArrayAttribute(java.lang.String name,
double[] d)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addDoubleArrayAttribute(java.lang.String name,
double[] d)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addDoubleAttribute(java.lang.String name,
double d)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addDoubleAttribute(java.lang.String name,
double d)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addFloatArrayAttribute(java.lang.String name,
float[] f)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addFloatArrayAttribute(java.lang.String name,
float[] f)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addFloatAttribute(java.lang.String name,
float f)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addFloatAttribute(java.lang.String name,
float f)
Adds an attribute to this group's collection of attributes. |
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 |
void |
IGenericGroup.addHexAttribute(java.lang.String name,
byte[] b)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addHexAttribute(java.lang.String name,
byte[] b)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addHexAttribute(java.lang.String name,
java.lang.String s)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addHexAttribute(java.lang.String name,
java.lang.String s)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addIntArrayAttribute(java.lang.String name,
int[] i)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addIntArrayAttribute(java.lang.String name,
int[] i)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addIntAttribute(java.lang.String name,
int i)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addIntAttribute(java.lang.String name,
int i)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addLongArrayAttribute(java.lang.String name,
long[] l)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addLongArrayAttribute(java.lang.String name,
long[] l)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addLongAttribute(java.lang.String name,
long l)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addLongAttribute(java.lang.String name,
long l)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addShortArrayAttribute(java.lang.String name,
short[] s)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addShortArrayAttribute(java.lang.String name,
short[] s)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addShortAttribute(java.lang.String name,
short s)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addShortAttribute(java.lang.String name,
short s)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addStringArrayAttribute(java.lang.String name,
java.lang.String[] s)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addStringArrayAttribute(java.lang.String name,
java.lang.String[] s)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.addStringAttribute(java.lang.String name,
java.lang.String s)
Adds an attribute to this group's collection of attributes. |
void |
GenericGroup.addStringAttribute(java.lang.String name,
java.lang.String s)
Adds an attribute to this group's collection of attributes. |
void |
IGenericGroup.createGroupPath(java.util.List path)
Constructs the nested subgroups using the names specified in path. |
void |
GenericGroup.createGroupPath(java.util.List path)
Constructs the nested subgroups using the names specified in path. |
static java.lang.String |
GenericUtils.formatISO8601Date(java.util.Date d)
Converts the given java.util.Date value as an ISO 8601 date string. |
static java.lang.String |
GenericUtils.formatISO8601Date(long date)
Converts the given long millisecond value as an ISO 8601 date string. |
java.lang.Object[] |
IGenericAttribute.getArrayValue()
Returns the attribute's values as an Object array |
java.lang.Object[] |
GenericAttribute.getArrayValue()
Returns the attribute's values as an Object array |
IGenericAttribute |
IGenericGroup.getAttribute(java.lang.String name)
Returns the attribute from this group with the specified name |
IGenericAttribute |
GenericGroup.getAttribute(java.lang.String name)
Returns the attribute from this group with the specified name |
boolean[] |
IGenericAttribute.getBooleanArrayValue()
Returns the attribute's values as a boolean array |
boolean[] |
GenericAttribute.getBooleanArrayValue()
Returns the attribute's values as a boolean array |
boolean[] |
IGenericGroup.getBooleanAttributeArrayValue(java.lang.String name)
Returns the boolean array attribute value from this group with the specified name |
boolean[] |
GenericGroup.getBooleanAttributeArrayValue(java.lang.String name)
Returns the boolean array attribute value from this group with the specified name |
boolean |
IGenericGroup.getBooleanAttributeValue(java.lang.String name)
Returns the boolean attribute value from this group with the specified name |
boolean |
GenericGroup.getBooleanAttributeValue(java.lang.String name)
Returns the boolean attribute value from this group with the specified name |
boolean |
IGenericAttribute.getBooleanValue()
Returns the attribute's value as a boolean |
boolean |
GenericAttribute.getBooleanValue()
Returns the attribute's value as a boolean |
byte[] |
IGenericAttribute.getByteArrayValue()
Returns the attribute's values as a byte array |
byte[] |
GenericAttribute.getByteArrayValue()
Returns the attribute's values as a byte array |
byte[] |
IGenericGroup.getByteAttributeArrayValue(java.lang.String name)
Returns the byte array attribute value from this group with the specified name |
byte[] |
GenericGroup.getByteAttributeArrayValue(java.lang.String name)
Returns the byte array attribute value from this group with the specified name |
byte |
IGenericGroup.getByteAttributeValue(java.lang.String name)
Returns the byte attribute value from this group with the specified name |
byte |
GenericGroup.getByteAttributeValue(java.lang.String name)
Returns the byte attribute value from this group with the specified name |
byte |
IGenericAttribute.getByteValue()
Returns the attribute's value as a byte |
byte |
GenericAttribute.getByteValue()
Returns the attribute's value as a byte |
java.util.Date[] |
IGenericAttribute.getDateArrayValue()
Returns the attribute's value as a java.util.Date array |
java.util.Date[] |
GenericAttribute.getDateArrayValue()
Returns the attribute's value as a java.util.Date array |
long[] |
IGenericAttribute.getDateArrayValueAsLong()
Returns the attribute's java.util.Date values as an array of long millisecond values |
long[] |
GenericAttribute.getDateArrayValueAsLong()
Returns the attribute's java.util.Date values as an array of long millisecond values |
java.util.Date[] |
IGenericGroup.getDateAttributeArrayValue(java.lang.String name)
Returns the java.util.Date array attribute value from this group with the specified name |
java.util.Date[] |
GenericGroup.getDateAttributeArrayValue(java.lang.String name)
Returns the java.util.Date array attribute value from this group with the specified name |
long[] |
IGenericGroup.getDateAttributeArrayValueAsLong(java.lang.String name)
Returns the java.util.Date values converted to long millisecond array attribute values from this group with the specified name |
long[] |
GenericGroup.getDateAttributeArrayValueAsLong(java.lang.String name)
Returns the java.util.Date values converted to long millisecond array attribute values from this group with the specified name |
java.util.Date |
IGenericGroup.getDateAttributeValue(java.lang.String name)
Returns the java.util.Date attribute value from this group with the specified name |
java.util.Date |
GenericGroup.getDateAttributeValue(java.lang.String name)
Returns the java.util.Date attribute value from this group with the specified name |
long |
IGenericGroup.getDateAttributeValueAsLong(java.lang.String name)
Returns the java.util.Date as a long millisecond attribute value from this group with the specified name |
long |
GenericGroup.getDateAttributeValueAsLong(java.lang.String name)
Returns the java.util.Date as a long millisecond attribute value from this group with the specified name |
java.util.Date |
IGenericAttribute.getDateValue()
Returns the attribute's value as a java.util.Date |
java.util.Date |
GenericAttribute.getDateValue()
Returns the attribute's value as a java.util.Date |
long |
IGenericAttribute.getDateValueAsLong()
Returns the attribute's java.util.Date value as a long millisecond value |
long |
GenericAttribute.getDateValueAsLong()
Returns the attribute's java.util.Date value as a long millisecond value |
double[] |
IGenericAttribute.getDoubleArrayValue()
Returns the attribute's values as a double array |
double[] |
GenericAttribute.getDoubleArrayValue()
Returns the attribute's values as a double array |
double[] |
IGenericGroup.getDoubleAttributeArrayValue(java.lang.String name)
Returns the double array attribute value from this group with the specified name |
double[] |
GenericGroup.getDoubleAttributeArrayValue(java.lang.String name)
Returns the double array attribute value from this group with the specified name |
double |
IGenericGroup.getDoubleAttributeValue(java.lang.String name)
Returns the double attribute value from this group with the specified name |
double |
GenericGroup.getDoubleAttributeValue(java.lang.String name)
Returns the double attribute value from this group with the specified name |
double |
IGenericAttribute.getDoubleValue()
Returns the attribute's value as a double |
double |
GenericAttribute.getDoubleValue()
Returns the attribute's value as a double |
float[] |
IGenericAttribute.getFloatArrayValue()
Returns the attribute's values as a float array |
float[] |
GenericAttribute.getFloatArrayValue()
Returns the attribute's values as a float array |
float[] |
IGenericGroup.getFloatAttributeArrayValue(java.lang.String name)
Returns the float array attribute value from this group with the specified name |
float[] |
GenericGroup.getFloatAttributeArrayValue(java.lang.String name)
Returns the float array attribute value from this group with the specified name |
float |
IGenericGroup.getFloatAttributeValue(java.lang.String name)
Returns the float attribute value from this group with the specified name |
float |
GenericGroup.getFloatAttributeValue(java.lang.String name)
Returns the float attribute value from this group with the specified name |
float |
IGenericAttribute.getFloatValue()
Returns the attribute's value as a float |
float |
GenericAttribute.getFloatValue()
Returns the attribute's value as a float |
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 |
byte[] |
IGenericGroup.getHexAttributeValue(java.lang.String name)
Returns the HexBinary byte array attribute value from this group with the specified name |
byte[] |
GenericGroup.getHexAttributeValue(java.lang.String name)
Returns the HexBinary byte array attribute value from this group with the specified name |
java.lang.String |
IGenericGroup.getHexAttributeValueAsString(java.lang.String name)
Returns the HexBinary String attribute value from this group with the specified name |
java.lang.String |
GenericGroup.getHexAttributeValueAsString(java.lang.String name)
Returns the HexBinary String attribute value from this group with the specified name |
byte[] |
IGenericAttribute.getHexValue()
Returns the attribute's value as an array of hex bytes. |
byte[] |
GenericAttribute.getHexValue()
Returns the attribute's value as an array of hex bytes. |
java.lang.String |
IGenericAttribute.getHexValueAsString()
Returns the attribute's hex byte array value as a String |
java.lang.String |
GenericAttribute.getHexValueAsString()
Returns the attribute's hex byte array value as a String |
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 |
static IGenericEvent |
GenericEvent.getInstance(java.lang.String name)
Factory method to create an IGenericEvent instance |
static IGenericAttribute |
GenericAttribute.getInstance(java.lang.String name)
Factory method to create a IGenericAttribute instance |
int[] |
IGenericAttribute.getIntArrayValue()
Returns the attribute's values as an int array |
int[] |
GenericAttribute.getIntArrayValue()
Returns the attribute's values as an int array |
int[] |
IGenericGroup.getIntAttributeArrayValue(java.lang.String name)
Returns the int array attribute value from this group with the specified name |
int[] |
GenericGroup.getIntAttributeArrayValue(java.lang.String name)
Returns the int array attribute value from this group with the specified name |
int |
IGenericGroup.getIntAttributeValue(java.lang.String name)
Returns the int attribute value from this group with the specified name |
int |
GenericGroup.getIntAttributeValue(java.lang.String name)
Returns the int attribute value from this group with the specified name |
int |
IGenericAttribute.getIntValue()
Returns the attribute's value as an int |
int |
GenericAttribute.getIntValue()
Returns the attribute's value as an int |
long[] |
IGenericAttribute.getLongArrayValue()
Returns the attribute's values as a long array |
long[] |
GenericAttribute.getLongArrayValue()
Returns the attribute's values as a long array |
long[] |
IGenericGroup.getLongAttributeArrayValue(java.lang.String name)
Returns the long array attribute value from this group with the specified name |
long[] |
GenericGroup.getLongAttributeArrayValue(java.lang.String name)
Returns the long array attribute value from this group with the specified name |
long |
IGenericGroup.getLongAttributeValue(java.lang.String name)
Returns the long attribute value from this group with the specified name |
long |
GenericGroup.getLongAttributeValue(java.lang.String name)
Returns the long attribute value from this group with the specified name |
long |
IGenericAttribute.getLongValue()
Returns the attribute's value as a long |
long |
GenericAttribute.getLongValue()
Returns the attribute's value as a long |
static int |
GenericAttribute.getObjectDataType(java.lang.Object obj)
Returns the IGenericType describing the object's data type. |
short[] |
IGenericAttribute.getShortArrayValue()
Returns the attribute's values as a short array |
short[] |
GenericAttribute.getShortArrayValue()
Returns the attribute's values as a short array |
short[] |
IGenericGroup.getShortAttributeArrayValue(java.lang.String name)
Returns the short array attribute value from this group with the specified name |
short[] |
GenericGroup.getShortAttributeArrayValue(java.lang.String name)
Returns the short array attribute value from this group with the specified name |
short |
IGenericGroup.getShortAttributeValue(java.lang.String name)
Returns the short attribute value from this group with the specified name |
short |
GenericGroup.getShortAttributeValue(java.lang.String name)
Returns the short attribute value from this group with the specified name |
short |
IGenericAttribute.getShortValue()
Returns the attribute's value as a short |
short |
GenericAttribute.getShortValue()
Returns the attribute's value as a short |
java.lang.String[] |
IGenericAttribute.getStringArrayValue()
Returns the attribute's values as a String array |
java.lang.String[] |
GenericAttribute.getStringArrayValue()
Returns the attribute's values as a String array |
java.lang.String[] |
IGenericGroup.getStringAttributeArrayValue(java.lang.String name)
Returns the String array attribute value from this group with the specified name |
java.lang.String[] |
GenericGroup.getStringAttributeArrayValue(java.lang.String name)
Returns the String array attribute value from this group with the specified name |
java.lang.String |
IGenericGroup.getStringAttributeValue(java.lang.String name)
Returns the String attribute value from this group with the specified name |
java.lang.String |
GenericGroup.getStringAttributeValue(java.lang.String name)
Returns the String attribute value from this group with the specified name |
java.lang.String |
IGenericAttribute.getStringValue()
Returns the attribute's value as a String |
java.lang.String |
GenericAttribute.getStringValue()
Returns the attribute's value as a String |
static java.util.Date |
GenericUtils.parseISO8601Date(java.lang.String s)
Converts the given ISO 8601 date string into a java.util.Date. |
static java.lang.String |
GenericUtils.replaceAll(java.lang.String target,
java.lang.String toReplace,
java.lang.String toReplaceWith)
Replaces all occurrences of String toReplace with String toReplaceWith in String target |
void |
IGenericAttribute.setArrayValue(java.lang.Object[] value)
Sets the value of this attribute to an Object array |
void |
GenericAttribute.setArrayValue(java.lang.Object[] value)
Sets the value of this attribute to an Object array |
void |
IGenericGroup.setAttributes(java.util.Collection attributes)
Sets this group's collection of attributes |
void |
GenericGroup.setAttributes(java.util.Collection attributes)
Sets this group's collection of attributes |
void |
IGenericAttribute.setBooleanArrayValue(boolean[] b)
Sets the value of this attribute to a boolean array |
void |
GenericAttribute.setBooleanArrayValue(boolean[] b)
Sets the value of this attribute to a boolean array |
void |
IGenericAttribute.setBooleanValue(boolean b)
Sets the value of this attribute to a single boolean value |
void |
GenericAttribute.setBooleanValue(boolean b)
Sets the value of this attribute to a single boolean value |
void |
IGenericAttribute.setByteArrayValue(byte[] b)
Sets the value of this attribute to a byte array |
void |
GenericAttribute.setByteArrayValue(byte[] b)
Sets the value of this attribute to a byte array |
void |
IGenericAttribute.setByteValue(byte b)
Sets the value of this attribute to a single byte value |
void |
GenericAttribute.setByteValue(byte b)
Sets the value of this attribute to a single byte value |
void |
IGenericAttribute.setDateArrayValue(java.util.Date[] d)
Sets the value of this attribute to a java.util.Date array |
void |
GenericAttribute.setDateArrayValue(java.util.Date[] d)
Sets the value of this attribute to a java.util.Date array |
void |
IGenericAttribute.setDateArrayValueAsLong(long[] l)
Sets the value of this attribute to a java.util.Date array converted from the long milliseconds array values |
void |
GenericAttribute.setDateArrayValueAsLong(long[] l)
Sets the value of this attribute to a java.util.Date array converted from the long milliseconds array values |
void |
IGenericAttribute.setDateValue(java.util.Date d)
Sets the value of this attribute to a single java.util.Date value |
void |
GenericAttribute.setDateValue(java.util.Date d)
Sets the value of this attribute to a single java.util.Date value |
void |
IGenericAttribute.setDateValueAsLong(long l)
Sets the value of this attribute to a single java.util.Date value converted from the given long milliseconds value |
void |
GenericAttribute.setDateValueAsLong(long l)
Sets the value of this attribute to a single java.util.Date value converted from the given long milliseconds value |
void |
IGenericAttribute.setDoubleArrayValue(double[] d)
Sets the value of this attribute to a double array |
void |
GenericAttribute.setDoubleArrayValue(double[] d)
Sets the value of this attribute to a double array |
void |
IGenericAttribute.setDoubleValue(double d)
Sets the value of this attribute to a single double value |
void |
GenericAttribute.setDoubleValue(double d)
Sets the value of this attribute to a single double value |
void |
IGenericAttribute.setFloatArrayValue(float[] f)
Sets the value of this attribute to a float array |
void |
GenericAttribute.setFloatArrayValue(float[] f)
Sets the value of this attribute to a float array |
void |
IGenericAttribute.setFloatValue(float f)
Sets the value of this attribute to a single float value |
void |
GenericAttribute.setFloatValue(float f)
Sets the value of this attribute to a single float value |
void |
IGenericGroup.setGroups(java.util.Collection groups)
Sets this group's collection of subgroups |
void |
IGenericEvent.setGroups(java.util.Collection groups)
Sets this event's collection of groups |
void |
GenericGroup.setGroups(java.util.Collection groups)
Sets this group's collection of subgroups |
void |
GenericEvent.setGroups(java.util.Collection groups)
Sets this event's collection of groups |
void |
IGenericAttribute.setHexValue(byte[] b)
Sets the value of this attribute to a single HexBinary string converted from the given byte array. |
void |
GenericAttribute.setHexValue(byte[] b)
Sets the value of this attribute to a single HexBinary string converted from the given byte array. |
void |
IGenericAttribute.setHexValue(java.lang.String s)
Sets the value of this attribute to a single HexBinary string converted from the given byte array. |
void |
GenericAttribute.setHexValue(java.lang.String s)
Sets the value of this attribute to a single HexBinary string converted from the given byte array. |
void |
IGenericAttribute.setIntArrayValue(int[] i)
Sets the value of this attribute to an int array |
void |
GenericAttribute.setIntArrayValue(int[] i)
Sets the value of this attribute to an int array |
void |
IGenericAttribute.setIntValue(int i)
Sets the value of this attribute to a single int value |
void |
GenericAttribute.setIntValue(int i)
Sets the value of this attribute to a single int value |
void |
IGenericAttribute.setLongArrayValue(long[] l)
Sets the value of this attribute to a long array |
void |
GenericAttribute.setLongArrayValue(long[] l)
Sets the value of this attribute to a long array |
void |
IGenericAttribute.setLongValue(long l)
Sets the value of this attribute to a single long value |
void |
GenericAttribute.setLongValue(long l)
Sets the value of this attribute to a single long value |
void |
IGenericGroup.setName(java.lang.String name)
Sets the name of this group |
void |
IGenericEvent.setName(java.lang.String id)
Sets the name of this event |
void |
IGenericAttribute.setName(java.lang.String name)
Sets the name of this attribute |
void |
GenericGroup.setName(java.lang.String name)
Sets the name of this group |
void |
GenericEvent.setName(java.lang.String name)
Sets the name of this event |
void |
GenericAttribute.setName(java.lang.String name)
Sets the name of this attribute |
void |
IGenericAttribute.setShortArrayValue(short[] s)
Sets the value of this attribute to a short array |
void |
GenericAttribute.setShortArrayValue(short[] s)
Sets the value of this attribute to a short array |
void |
IGenericAttribute.setShortValue(short s)
Sets the value of this attribute to a single short value |
void |
GenericAttribute.setShortValue(short s)
Sets the value of this attribute to a single short value |
void |
IGenericAttribute.setStringArrayValue(java.lang.String[] s)
Sets the value of this attribute to a String array |
void |
GenericAttribute.setStringArrayValue(java.lang.String[] s)
Sets the value of this attribute to a String array |
void |
IGenericAttribute.setStringValue(java.lang.String s)
Sets the value of this attribute to a single String value |
void |
GenericAttribute.setStringValue(java.lang.String s)
Sets the value of this attribute to a single String value |
void |
IGenericAttribute.setValue(java.lang.Object value)
Sets the value of this attribute to a single Object value |
void |
GenericAttribute.setValue(java.lang.Object value)
Sets the value of this attribute; value may be a single Object or an Object[] |
static java.lang.String[] |
GenericUtils.split(java.lang.String s,
java.lang.String delim)
Splits the string at the delimiter (this method is necessary for J2ME environments instead of calling String.split) |
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. |
java.lang.String |
IGenericAttribute.valueAsString()
Returns a string representation of this attribute's value |
Constructors in com.ibm.sensorevent.model.generic that throw SensorEventException | |
---|---|
GenericAttribute(java.lang.String name)
Constructs a new GenericAttribute with the specified name |
|
GenericEvent(java.lang.String name)
Constructs a GenericEvent with the specified name |
|
GenericGroup(java.lang.String name)
Constructs a GenericGroup with the specified name |
Uses of SensorEventException in com.ibm.sensorevent.model.generic.converter |
---|
Methods in com.ibm.sensorevent.model.generic.converter that throw SensorEventException | |
---|---|
java.lang.String |
IGenericConverter.toString(IGenericEvent event)
Converts an IGenericEvent to a String |
java.lang.String |
GenericConverter.toString(IGenericEvent event)
Converts an IGenericEvent to a String |
Uses of SensorEventException in com.ibm.sensorevent.model.payload |
---|
Methods in com.ibm.sensorevent.model.payload that throw SensorEventException | |
---|---|
void |
TagRead.addTag(Tag tag)
Adds the specified Tag to this payload |
void |
ITagRead.addTag(Tag tag)
Adds the specified Tag to this payload |
void |
PassiveRFIDTagReadPayload.addTagRead(PassiveRFIDTagRead tagread)
Adds the specified PassiveRFIDTagRead
to this payload's event group |
void |
PassiveRFIDAggregatedTagReadPayload.addTagRead(PassiveRFIDTagRead tagread)
Adds the specified PassiveRFIDTagRead
to this payload's event group |
void |
Tag.addTagUserData(java.lang.String name,
java.lang.String value)
Add the name/value pair to the tag metadata |
void |
ITag.addTagUserData(java.lang.String name,
java.lang.String value)
Add the name/value pair to the tag metadata |
void |
IBMSensorEventPayload.copyFields(ISensorEventPayload sourcePayload)
Copies the fields unique to this class (such as event group) and to its super class from the source payload into this payload. |
void |
PassiveRFIDAggregatedTagReadPayload.copyFields(PassiveRFIDAggregatedTagReadPayload sourcePayload)
Copies the fields unique to this class (such as payload class name) from the source payload into this payload |
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. |
java.util.List |
IBMSensorEventPayload.getAllGenericTagIDs()
Return a list of all tag IDs from the event group. |
int |
PassiveRFIDTagRead.getAntenna()
Returns the antenna attribute value |
java.lang.String |
EPCTag.getAsIDURI()
Returns this EPCTag's pure identity URI attribute value (the Premises Server's ID URI format) |
java.lang.String |
EPCTag.getAsRawURI()
Return this EPCTag's raw hex URI attribute value (the Premises Server's raw URI format) |
java.lang.String |
EPCTag.getAsTagURI()
Returns this EPCTag's tag URI attribute value (the Premises Server's tag URI format) |
int |
PassiveRFIDTagRead.getCount()
Returns the count attribute value |
long |
PassiveRFIDTagRead.getDiscovered()
Returns the discovered attribute value |
java.util.List |
HeartbeatPayload.getDownList()
Return a list of IDs that have a status of 'DOWN' |
EPCTag |
PassiveRFIDTagReadPayload.getEPCTag()
Returns the EPC from the payload |
EPCTag |
PassiveRFIDTagReadPayload.getEPCTag(java.lang.String tagreadname)
Returns the EPC from the payload for the specific tag read |
EPCTag |
PassiveRFIDAggregatedTagReadPayload.getEPCTag(java.lang.String tagreadname)
Return the EPC tag from the payload for the specific tag read |
java.util.List |
PassiveRFIDAggregatedTagReadPayload.getEPCTags()
Returns a list of all EPCTags from the payload |
IGroup |
ISensorEventPayload.getEventGroup()
Returns this payload's event group |
IGroup |
IBMSensorEventPayload.getEventGroup()
Returns this payload's event group |
java.lang.String |
IBMSensorEventPayload.getGenericTagID()
Return a the tag ID from the event group in string attribute "com.ibm.premises.reusable.tag". |
java.lang.String |
IBMSensorEventPayload.getGenericTagIDFromAttribute(java.lang.String attrName)
Return a the tag ID from the event group in string attribute attrName. |
java.util.List |
IBMSensorEventPayload.getGenericTagIDs()
Return a list of all tag IDs from the event group in string array attribute "com.ibm.premises.reusable.taglist". |
java.util.List |
IBMSensorEventPayload.getGenericTagIDsFromAttribute(java.lang.String attrName)
Return a list of all tag IDs from the event group in string array attribute attrName. |
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 |
java.util.Collection |
PassiveRFIDAggregatedTagReadPayload.getParentEPCs()
Returns this payload's parent EPC definitions |
java.lang.String |
TagRead.getReaderID()
Returns the reader ID from this payload |
java.lang.String |
ITagRead.getReaderID()
Returns the reader ID from this payload |
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 |
java.lang.String |
Tag.getTagID()
Returns the tag ID attribute value |
java.lang.String |
PassiveRFIDTagReadPayload.getTagID()
Returns the tag ID from the payload |
java.lang.String |
ITag.getTagID()
Returns the tag ID attribute value |
java.lang.String |
Tag.getTagID(java.lang.String name)
Returns the value of the specified attribute name |
java.lang.String |
PassiveRFIDTagReadPayload.getTagID(java.lang.String tagreadname)
Returns the tag ID from the payload for the specific tag read |
java.lang.String |
PassiveRFIDAggregatedTagReadPayload.getTagID(java.lang.String tagreadname)
Returns the tag ID from the payload for the specific tag read |
java.lang.String |
ITag.getTagID(java.lang.String name)
Returns the value of the specified attribute name |
java.util.List |
PassiveRFIDAggregatedTagReadPayload.getTagIDs()
Returns a list of all tag IDs from the 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 |
java.util.Collection |
PassiveRFIDAggregatedTagReadPayload.getTagReads()
Returns all PassiveRFIDTagRead
from within this payload's event group |
java.lang.String |
Tag.getTagUserData(java.lang.String name)
Returns the value of tag metadata with the specified name |
java.lang.String |
ITag.getTagUserData(java.lang.String name)
Returns the value of tag metadata with the specified name |
java.util.Map |
Tag.getTagUserDataMap()
Returns all tag metadata as a java.util.Map |
java.util.List |
HeartbeatPayload.getUpList()
Return a list of IDs that have a status of 'UP' |
java.lang.String |
TagReadReportPayload.getValue()
Returns this payload's value |
java.lang.String |
ReportPayload.getValue()
Returns this payload's value |
java.lang.String |
CommandPayload.getValue()
Returns this payload's value |
boolean |
HeartbeatPayload.isDown(java.lang.String id)
Return true if the ID has a status of 'DOWN' |
boolean |
HeartbeatPayload.isUp(java.lang.String id)
Return true if the ID has a status of 'UP' |
protected static CommandPayload |
CommandPayload.processMap(java.util.Map map,
CommandPayload payload)
Copies known attributes from the map to the payload |
protected static ReportPayload |
ReportPayload.processMap(java.util.Map map,
ReportPayload payload)
Copies known attributes from the map to the payload |
protected static TagReadReportPayload |
TagReadReportPayload.processMap(java.util.Map map,
TagReadReportPayload payload)
Copies known attributes from the map to the payload |
static IGenericGroup |
TagReadReportPayload.processMap(java.lang.String name,
java.util.Map container,
IGenericGroup tagReadGroup)
|
static PassiveRFIDTagRead |
TagReadReportPayload.processTagMap(java.util.Map map,
java.lang.String tagID)
Creates a PassiveRFIDTagRead
from the data in the map for the specified tag ID |
void |
PassiveRFIDTagRead.setAntenna(int antenna)
Sets the attenna attribute value |
void |
PassiveRFIDTagRead.setCount(int count)
Sets the count attribute value |
void |
PassiveRFIDTagRead.setDiscovered(long discovered)
Sets the discovered attribute value |
void |
ISensorEventPayload.setEventGroup(IGroup group)
Sets this payload's event group |
void |
IBMSensorEventPayload.setEventGroup(IGroup group)
Sets this payload's event group |
void |
TagRead.setReaderID(java.lang.String reader)
Sets the reader ID for this payload |
void |
ITagRead.setReaderID(java.lang.String reader)
Sets the reader ID for this payload |
void |
Tag.setTagID(java.lang.String value)
Sets the tag ID attribute value |
void |
ITag.setTagID(java.lang.String value)
Sets the tag ID attribute value |
void |
EPCTag.setTagID(java.lang.String value)
Sets this EPCTag's tag ID attribute value. |
void |
Tag.setTagID(java.lang.String id,
java.lang.String value)
Sets the String attribute to the specified id and value |
void |
ITag.setTagID(java.lang.String id,
java.lang.String value)
Sets the String attribute to the specified id and value |
void |
TagReadReportPayload.setValue(java.lang.String s)
Sets this payload's value |
void |
ReportPayload.setValue(java.lang.String s)
Sets this payload's value |
void |
CommandPayload.setValue(java.lang.String s)
Sets this payload's value |
java.util.Map |
PassiveRFIDTagReadPayload.toAmitMap()
Converts this PassiveRFIDTagReadPayload to a java.util.Map used by AMIT |
java.util.Map |
PassiveRFIDAggregatedTagReadPayload.toAmitMap()
Converts this PassiveRFIDTagReadPayload to a java.util.Map used by AMIT |
java.util.Map |
TagReadReportPayload.toMap()
Converts this payload to a java.util.Map of strings |
java.util.Map |
ReportPayload.toMap()
Converts this payload to a java.util.Map of strings |
java.util.Map |
PassiveRFIDTagReadPayload.toMap()
Converts this PassiveRFIDTagReadPayload to a java.util.Map |
java.util.Map |
PassiveRFIDTagRead.toMap()
Converts this PassivedRFIDTagRead to a java.util.Map |
java.util.Map |
PassiveRFIDAggregatedTagReadPayload.toMap()
Converts this PassiveRFIDAggregatedTagReadPayload to a java.util.Map |
java.util.Map |
IBMSensorEventPayload.toMap()
Converts this payload to a java.util.Map of strings |
java.util.Map |
CommandPayload.toMap()
Converts this payload to a java.util.Map of strings |
java.util.Map |
PassiveRFIDTagRead.toMap(java.util.Collection attrCol,
java.util.Collection groupCol,
java.util.Map map)
|
java.util.Map |
TagReadReportPayload.toTypedMap()
Returns the same result as toMap |
java.util.Map |
ReportPayload.toTypedMap()
Returns the same result as toMap |
java.util.Map |
PassiveRFIDTagReadPayload.toTypedMap()
Returns the same result as toMap |
java.util.Map |
PassiveRFIDAggregatedTagReadPayload.toTypedMap()
Returns the same result as toMap |
java.util.Map |
IBMSensorEventPayload.toTypedMap()
Converts this payload to a java.util.Map; the values' data types are preserved |
java.util.Map |
CommandPayload.toTypedMap()
Returns the same result as toMap |
java.util.Map |
PassiveRFIDTagReadPayload.toWarehouseSampleAmitMap()
Converts this PassiveRFIDTagReadPayload to a java.util.Map used by the Warehouse Sample using AMIT rules |
java.util.Map |
PassiveRFIDAggregatedTagReadPayload.toWarehouseSampleAmitMap()
Converts this PassiveRFIDTagReadPayload to a java.util.Map used by AMIT |
Constructors in com.ibm.sensorevent.model.payload that throw SensorEventException | |
---|---|
AlertDebugPayload(java.lang.String eventType)
Constructs an AlertDebugPayload for the specified event type |
|
AlertErrorPayload(java.lang.String eventType)
Constructs an AlertErrorPayload for the specified event type |
|
AlertInfoPayload(java.lang.String eventType)
Constructs an AlertInfoPayload for the specified event type |
|
AlertWarningPayload(java.lang.String eventType)
Constructs an AlertWarningPayload for the specified event type |
|
ApplicationPingPayload(java.lang.String eventType)
Constructs an ApplicationPingPayload for the specified event type |
|
ApplicationPongPayload(java.lang.String eventType)
Constructs an ApplicationPongPayload for the specified event type |
|
CommandPayload()
Constructs a CommandPayload |
|
CommandPayload(java.lang.String eventType)
Construts a CommandPayload for the specified event type |
|
EPCTag()
Constructs an EPCTag |
|
EPCTag(java.lang.String newname)
Constructs an EPCTag with the specified name |
|
HeartbeatPayload(java.lang.String eventType)
Constructs an HeartbeatPayload for the specified event type |
|
IBMSensorEventPayload()
Constructs an IBMSensorEventPayload |
|
IBMSensorEventPayload(IGroup eventGroup)
Constructs an IBMSensorEventPayload with the given event group |
|
IBMSensorEventPayload(java.lang.String eventType)
Constructs an IBMSensorEventPayload with an event group whose name is the specified event type |
|
PassiveRFIDAggregatedTagReadPayload()
Constructs a PassiveRFIDAggregatedTagReadPayload |
|
PassiveRFIDAggregatedTagReadPayload(java.lang.String eventType)
Construts a PassiveRFIDAggregatedTagReadPayload for the specified event type |
|
PassiveRFIDTagRead()
Constructs a PassiveRFIDTagRead |
|
PassiveRFIDTagRead(java.lang.String newname)
Constructs a PasstiveRFIDTagRead the with the specified name |
|
PassiveRFIDTagReadPayload()
Constructs a PassiveRFIDTagReadPayload |
|
PassiveRFIDTagReadPayload(java.lang.String eventType)
Construts a PassiveRFIDTagReadPayload for the specified event type |
|
PortalCommandPayload()
Constructs a PortalCommandPayload |
|
PortalCommandPayload(java.lang.String eventType)
Constructs a PortalCommandPayload for the specified event type |
|
PortalReportPayload()
Constructs a PortalReportPayload |
|
PortalReportPayload(java.lang.String eventType)
Constructs a PortalReportPayload for the specified event type |
|
ReloadPayload()
Constructs an empty ReloadPayload |
|
ReloadPayload(java.lang.String eventType)
Constructs a ReloadPayload for the specified event type |
|
ReportPayload()
Constructs a ReportPayload |
|
ReportPayload(java.lang.String eventType)
Construts a ReportPayload for the specified event type |
|
RestartPayload(java.lang.String eventType)
Constructs a RestartPayload for the specified event type |
|
Tag()
Constructs a Tag group with a default name |
|
Tag(java.lang.String name)
Construts a Tag group with the specified name |
|
TagRead()
Constructs a TagRead group with a default name |
|
TagRead(java.lang.String newname)
Construts a TagRead group with the specified name |
|
TagReadFeedbackPayload()
Constructs a TagReadFeedbackPayload |
|
TagReadFeedbackPayload(java.lang.String eventType)
Constructs a TagReadFeedbackPayload for the specified event type |
|
TagReadReportPayload()
Constructs a TagReadReportPayload |
|
TagReadReportPayload(java.lang.String eventType)
Constructs a TagReadReportPayload for the specified event type |
Uses of SensorEventException in com.ibm.sensorevent.service.component.accessor |
---|
Methods in com.ibm.sensorevent.service.component.accessor that throw SensorEventException | |
---|---|
ISensorEvent |
AccessorBaseHelper.convertMapToCompleteEvent(java.util.Map event_map)
Create ISensorEvent object from event Map Then call handleIBMSensorEvent |
ISensorEvent |
AccessorBaseHelper.convertMapToEventPayload(java.util.Map event_payload_map)
Deprecated. Use AccessorBaseHelper.convertMapToEventPayload(Map,String,String) instead |
ISensorEvent |
AccessorBaseHelper.convertMapToEventPayload(java.util.Map event_payload_map,
java.lang.String eventType,
java.lang.String sourceId)
Create ISensorEvent object from event payload Map Then call handleIBMSensorEvent |
ISensorEvent |
AccessorBaseHelper.convertStringToEvent(java.lang.String event_xml)
Create ISensorEvent object from event XML Then call handleIBMSensorEvent |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |