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

Packages that use ISensorEvent
com.ibm.premises.reusable   
com.ibm.premises.reusable.aggregation   
com.ibm.premises.reusable.bae   
com.ibm.premises.reusable.commissioning   
com.ibm.premises.reusable.decommissioning   
com.ibm.premises.reusable.disaggregation   
com.ibm.premises.reusable.epc   
com.ibm.premises.reusable.info   
com.ibm.premises.reusable.observation   
com.ibm.premises.reusable.printing   
com.ibm.premises.reusable.validation   
com.ibm.premises.reusable.wbe   
com.ibm.sensorevent.engine.baseagent Provides base task agent support. 
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.service.component.accessor   
 

Uses of ISensorEvent in com.ibm.premises.reusable
 

Methods in com.ibm.premises.reusable with parameters of type ISensorEvent
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.
protected  java.util.HashMap<java.lang.String,java.lang.String> AbstractRUCAgent.getJMSHeaderProperties(ISensorEvent ise)
          Read JMS header properties (given by a specific jmsheader prefix in the key) from event metadata Always looks for JMS header properties in the payload metadata Only looks for JMS header properties in the location metadata if include.location.context is true.
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.
protected  void AbstractRUCAgent.publishEvent(java.lang.String eventType, java.lang.String topic, ISensorEvent event)
           
protected  void AbstractRUCAgent.publishOutboundUsingTopicFromProps(java.lang.String messageXML, ISensorEvent ise)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.aggregation
 

Methods in com.ibm.premises.reusable.aggregation with parameters of type ISensorEvent
 void Aggregation.addToAggregationEvent(java.lang.String profileId, ISensorEvent event)
           
 void Aggregation.aggregateEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.bae
 

Methods in com.ibm.premises.reusable.bae with parameters of type ISensorEvent
protected  java.lang.String BAEConverter.createCBE(ISensorEvent ise, java.lang.String creationTime, java.util.Map<java.lang.String,java.lang.String> locationMetadata, Asset asset)
           
protected  java.lang.String BAEConverter.createCBE(ISensorEvent ise, java.lang.String creationTime, java.util.Map<java.lang.String,java.lang.String> locationMetadata, PassiveRFIDTagRead prtr, Asset asset)
           
protected  java.lang.String BAEConverter.createCBE(ISensorEvent ise, java.lang.String creationTime, java.lang.String tagReadName, java.util.Map<java.lang.String,java.lang.String> locationMetadata, Asset asset)
           
protected  java.lang.String BAEConverter.createHeader(ISensorEvent ise)
           
protected  java.lang.String BAEConverter.createPayload(ISensorEvent ise)
           
protected  java.lang.String BAEConverter.createPayload(ISensorEvent ise, PassiveRFIDTagRead prtr)
           
protected  java.lang.String BAEConverter.createPayloadMetaData(ISensorEvent ise, java.util.Map<java.lang.String,java.lang.String> locationMetadata)
           
 java.lang.String BAE.generateBAEEvent(ISensorEvent event)
           
 void BAE.publishBAEOutboundEvent(ISensorEvent event)
           
 java.lang.String BAEConverter.toXMLString(ISensorEvent ise, java.util.Map<java.lang.String,java.lang.String> locationMetadata, java.util.List<Asset> assets)
           
 java.lang.String BAEConverter.toXMLString(ISensorEvent ise, java.util.Map<java.lang.String,java.lang.String> locationMetadata, java.util.Map<java.lang.String,Asset> assets)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.commissioning
 

Methods in com.ibm.premises.reusable.commissioning with parameters of type ISensorEvent
 void Commissioning.commissionEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.decommissioning
 

Methods in com.ibm.premises.reusable.decommissioning with parameters of type ISensorEvent
 void Decommissioning.decommissionEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.disaggregation
 

Methods in com.ibm.premises.reusable.disaggregation with parameters of type ISensorEvent
 void Disaggregation.addToDisaggregationEvent(java.lang.String profileId, ISensorEvent event)
           
 void Disaggregation.disaggregateEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.epc
 

Methods in com.ibm.premises.reusable.epc with parameters of type ISensorEvent
 java.lang.String[] EPC.epcgenEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.info
 

Methods in com.ibm.premises.reusable.info with parameters of type ISensorEvent
 java.util.Map<java.lang.String,java.lang.Object>[] Info.getInfoEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.observation
 

Methods in com.ibm.premises.reusable.observation with parameters of type ISensorEvent
 void Observation.observeEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.printing
 

Methods in com.ibm.premises.reusable.printing with parameters of type ISensorEvent
 java.lang.String Printing.printEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.validation
 

Methods in com.ibm.premises.reusable.validation with parameters of type ISensorEvent
 boolean Validation.validateEvent(ISensorEvent event)
           
 

Uses of ISensorEvent in com.ibm.premises.reusable.wbe
 

Methods in com.ibm.premises.reusable.wbe with parameters of type ISensorEvent
 java.lang.String WBE.generateWBEXMLEvent(ISensorEvent event)
           
 void WBE.publishToWBEEvent(ISensorEvent event)
          Generate a WBE XML packet from the ISensorEvent and publish it to WBE using a local or remote direct queue
 void WBE.publishToWBEOutboundEvent(ISensorEvent event)
          Generate a WBE XML packet from the ISensorEvent and publish it to WBE using the Output Channel Framework.
 

Uses of ISensorEvent in com.ibm.sensorevent.engine.baseagent
 

Fields in com.ibm.sensorevent.engine.baseagent declared as ISensorEvent
protected  ISensorEvent AbstractTaskAgent.ise
           
 

Methods in com.ibm.sensorevent.engine.baseagent with parameters of type ISensorEvent
protected  java.util.HashMap<java.lang.String,java.lang.String> AbstractTaskAgent.addHeader(java.util.HashMap<java.lang.String,java.lang.String> props, ISensorEvent ise)
           
 void ITaskAgent.broadCast(ISensorEvent ibmse)
          Publishes the event to the topic generated from the event's sourceId and eventType
 void AbstractTaskAgent.broadCast(ISensorEvent ibmse)
          Publishes the event to the topic generated from the event's sourceId and eventType
 void ITaskAgent.broadCast(java.lang.String topic, ISensorEvent ibmse)
          Publishes the event to the topic
 void AbstractTaskAgent.broadCast(java.lang.String topic, ISensorEvent ibmse)
          Publishes the event to the topic
protected  java.lang.String AbstractTaskAgent.getXML(ISensorEvent ise)
          Returns the ISensorEvent converted to XML
protected abstract  void IBMSEAbstractTaskAgent.onIBMSensorEvent(ISensorEvent ibmse)
          Message handler specific to processing sensor events; this method must be implemented in a subclass
 void ITaskAgent.publishOutbound(ISensorEvent ibmse)
          Publishes the event to its outbound topic
 void AbstractTaskAgent.publishOutbound(ISensorEvent ibmse)
          Takes the IBM Sensor event then converts it into XML then publishes the XML to the Premises Server output channel framework.
 

Uses of ISensorEvent in com.ibm.sensorevent.model
 

Classes in com.ibm.sensorevent.model that implement ISensorEvent
 class IBMSensorEvent
          IBMSensorEvent represents the event type processed by Data Capture and Premises Server within the IBM sensor event model.
 

Methods in com.ibm.sensorevent.model that return ISensorEvent
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
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 ISensorEvent IBMSensorEvent.getInstance()
          Factory method to create an ISensorEvent with a default payload
static ISensorEvent IBMSensorEvent.getInstance()
          Factory method to create an ISensorEvent with a default payload
static ISensorEvent IBMSensorEvent.getInstance(java.lang.String eventType, IPayload payload)
          Factory method to create an ISensorEvent with the specified event type and IPayload
static ISensorEvent IBMSensorEvent.getInstance(java.lang.String eventType, IPayload payload)
          Factory method to create an ISensorEvent with the specified event type and IPayload
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.
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
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
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
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.
 

Uses of ISensorEvent in com.ibm.sensorevent.model.birt
 

Fields in com.ibm.sensorevent.model.birt declared as ISensorEvent
protected  ISensorEvent IBMSensorEventBirtParser.event
          The ISensorEvent to process
 

Methods in com.ibm.sensorevent.model.birt that return ISensorEvent
 ISensorEvent IBMSensorEventBirtParser.getEvent()
          Returns the ISensorEvent
 

Uses of ISensorEvent in com.ibm.sensorevent.model.converter
 

Methods in com.ibm.sensorevent.model.converter that return ISensorEvent
protected  ISensorEvent WBEResponseConverterContentHandler.createSensorEvent(java.util.Map localMap)
           
 ISensorEvent XMLConverterContentHandler.getSensorEvent()
          Returns the ISensorEvent for this content handler
 ISensorEvent WBEResponseConverterContentHandler.getSensorEvent()
           
 ISensorEvent WBEIBMSEConverterContentHandler.getSensorEvent()
           
 ISensorEvent[] WBEResponseConverterContentHandler.getSensorEvents()
           
 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)
           
 

Methods in com.ibm.sensorevent.model.converter with parameters of type ISensorEvent
 void WBEIBMSEConverterContentHandler.setSensorEvent(ISensorEvent sensorEvent)
           
 CommonBaseEvent CBEConverter.toCBE(ISensorEvent event)
          Converts an ISensorEvent instance to a CommonBaseEvent instance.
 java.util.Map MapConverter.toMap(ISensorEvent ise)
          Converts an ISensorEvent to a java.util.Map
 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 ISensorEvent in com.ibm.sensorevent.service.component.accessor
 

Methods in com.ibm.sensorevent.service.component.accessor that return ISensorEvent
 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
 

Methods in com.ibm.sensorevent.service.component.accessor with parameters of type ISensorEvent
protected abstract  void AccessorHelper.handleIBMSensorEvent(ISensorEvent event)
          This method gets called by the framework when onMessage is called and the message is an ISensorEvent in some form Assumes the necessary conversion to ISensorEvent has been done.
 



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