Uses of Class
com.ibm.rfid.premises.app.access.SensorEventsAPIAccessException

Packages that use SensorEventsAPIAccessException
com.ibm.rfid.premises.app.access Provides access to IBM WebSephere Sensor Events functionality 
 

Uses of SensorEventsAPIAccessException in com.ibm.rfid.premises.app.access
 

Methods in com.ibm.rfid.premises.app.access that throw SensorEventsAPIAccessException
 void SensorEventsAPIAccess.clearALEData(java.lang.String location)
          clears the ALE Data for a given location
 java.util.Map<java.lang.String,java.lang.String> SensorEventsAPIAccess.decodeEPCValue(java.lang.String epcVal)
          Decodes given EPC Hex value and retrun map for all the decoded values.
 void SensorEventsAPIAccess.deleteControllerMetaData(java.lang.String controllerid, java.lang.String keyname)
          Deletes the metadata key and value for the given Controller object
 void SensorEventsAPIAccess.deleteLocationMetaData(java.lang.String locationid, java.lang.String keyname)
          Deletes the metadata key and value for the given Location object
 ECReports[] SensorEventsAPIAccess.getALEData(java.lang.String location)
          gets the ECReports for a given location/reader
 java.lang.String[] SensorEventsAPIAccess.getAllChildLocation(java.lang.String locationid)
          Get all the child location id's for given location id Location id's will be in ascending order for example we have location topology - STORE 1 -> L99 -> L100 -> L101 -> L102 and get we try to child locations for L99 following will be array layout returned by API Array[0]L100 Array[1]L101 Array[2]L102 Array[3]L103
 Controller[] SensorEventsAPIAccess.getAllController()
          Gets all Controller objects defined in the WebSphere Sensor Events
 Device[] SensorEventsAPIAccess.getAllDevices()
          Gets all Device objects defined in the WebSphere Sensor Events
 Device[] SensorEventsAPIAccess.getAllDevicesByCategoryName(java.lang.String category)
          Gets all Device objects defined in the WebSphere Sensor Events for given Device Category
 Location[] SensorEventsAPIAccess.getAllLocation()
          Gets all Location objects defined in the WebSphere Sensor Events
 java.lang.String[] SensorEventsAPIAccess.getAllParentLocation(java.lang.String locationid)
          Get all the parent location id's for given location id Location id's will be in descending order for example we have location topology - STORE 1 -> L99 -> L100 -> L101 -> L102 and get we try to parent locations for L102 following will be array layout returned by API Array[0]L101 Array[1]L100 Array[2]L99 Array[3]STORE 1
 PassiveRFIDReader[] SensorEventsAPIAccess.getAllPassiveRFIDReader()
          Gets all PassiveRFIDReader objects defined in the WebSphere Sensor Events
 Printer[] SensorEventsAPIAccess.getAllPrinters()
          Gets all printers defined in the IBM WebSphere Sensor Events
 PrintTemplate[] SensorEventsAPIAccess.getAllPrintTemplates()
          Gets all of the print templates
 Controller SensorEventsAPIAccess.getController(java.lang.String controllerid)
          Gets the Controller object with the specified Controller ID
 java.util.HashMap<java.lang.String,java.lang.String> SensorEventsAPIAccess.getControllerMetaData(java.lang.String controllerid)
          Gets the metdadata values for given Controller
 Device SensorEventsAPIAccess.getDevice(java.lang.String deviceid)
          Gets the Device with the specified device ID
 java.lang.String[] SensorEventsAPIAccess.getDeviceIDByCategoryName(java.lang.String category)
          Gets all Device objects defined in the WebSphere Sensor Events for given Device Category
 java.lang.String SensorEventsAPIAccess.getDeviceStatus(java.lang.String locationId)
          Gets the device status
 java.lang.String[] SensorEventsAPIAccess.getEpcTagData(java.lang.String printJobId)
          Gets the EPC Tag Data for a specific print job
 java.lang.String[] SensorEventsAPIAccess.getEpcTagDataByBusinessRef(java.lang.String businessRef)
          Gets the EPC Tag Data for a specific business reference
 HistoryForTagOutput[] SensorEventsAPIAccess.getHistoryForTag(long startDateTime, java.lang.String tag)
          gets the TagHistories For given EPC Tag ID
 java.lang.String SensorEventsAPIAccess.getItemReferenceIdByUrn(java.lang.String urn)
          Gets an item reference from WebSphere Sensor Events based on human readable epc urn e.g., "sgtin-64:0.1234567.100110.1" note: urns stored in WebSphere Sensor Events are prepended with "urn:epc:tag:".
 Location SensorEventsAPIAccess.getLocation(java.lang.String locationid)
          Gets the Location object with the specified Location ID or Location Alias
 java.util.HashMap<java.lang.String,java.lang.String> SensorEventsAPIAccess.getLocationMetaData(java.lang.String locationid)
          Gets the metadata values for given Location
 PassiveRFIDReader SensorEventsAPIAccess.getPassiveRFIDReader(java.lang.String id)
          Gets all PassiveRFIDReader objects defined in the WebSphere Sensor Events
 java.lang.String SensorEventsAPIAccess.getPremisesPropertiesKeyValue(java.lang.String key)
          Gets the key value from System Agent
 PrintDetails SensorEventsAPIAccess.getPrintDetails(java.lang.String printJobId)
          Gets the PrintDetails for a specific print job
 PrintDetails[] SensorEventsAPIAccess.getPrintDetailsByBusinessRef(java.lang.String businessRefId)
          Gets the PrintDetails using a specified business reference ID
 Printer SensorEventsAPIAccess.getPrinter(java.lang.String deviceid)
          Gets the printer with the specified device ID
 PrinterType SensorEventsAPIAccess.getPrinterType(java.lang.String printerTypeId)
          Gets the PrinterType using the specified printer type ID
 PrintJob SensorEventsAPIAccess.getPrintJob(java.lang.String printJobId)
          Get registered print job
 java.lang.String SensorEventsAPIAccess.getPrintJobIdByUrn(java.lang.String urn)
          Gets a print job id from WebSphere Sensor Events based on human readable epc urn e.g., "sgtin-64:0.1234567.100110.1" note: urns stored in WebSphere Sensor Events are prepended with "urn:epc:tag:".
 PrintJob[] SensorEventsAPIAccess.getPrintJobs()
          Get all of the print jobs that have been registered.
 java.lang.String SensorEventsAPIAccess.getPrintJobStatus(java.lang.String printJobId)
          Get status for the given Print Job ID
 PrintTemplate[] SensorEventsAPIAccess.getPrintTemplatesOfType(java.lang.String printerTypeId)
          Gets the Print templates of the specified type
 SupplyChainProfile SensorEventsAPIAccess.getSupplyChainProfile(java.lang.String id)
          Gets the SupplyChainProfile with a specified ID
 SupplyChainProfile[] SensorEventsAPIAccess.getSupplyChainProfiles()
          Gets all of the SupplyChainProfiles that are currently defined
 TagHistoriesForReaderOutput[] SensorEventsAPIAccess.getTagHistoriesForReader(long startDateTime, java.lang.String readerId)
          gets the TagHistories For given Reader/Device ID
 java.lang.String SensorEventsAPIAccess.printJob(java.lang.String locationid, java.lang.String printerid, PrintDetails pd)
          Sends a print job command to the IBM WebSphere Sensor Events
 void SensorEventsAPIAccess.publish(java.lang.String message)
          Publishes message to IBM WebSphere Sensor Events messaging infrastructure.
 void SensorEventsAPIAccess.publishOutBound(java.lang.String message)
          Publishes message to IBM WebSphere Sensor Events output channel.
 void SensorEventsAPIAccess.sendAcceptToLightStack(java.lang.String locationid)
          Sends an accept message to the light stack at the specified location
 void SensorEventsAPIAccess.sendApplicationPongPayload(java.lang.String applicationPingPayload)
          Send applicationpong payload to Data Capture
 void SensorEventsAPIAccess.sendLocationMetaData(java.lang.String locationId, boolean isDelete, java.util.Map<java.lang.String,java.lang.String> attributes)
          This API call will send IBMSensorEvent to the Data Capture Controller.
 void SensorEventsAPIAccess.sendRejectToLightStack(java.lang.String locationid)
          Sends a reject message to the light stack at the specified location
 void SensorEventsAPIAccess.setControllerMetaData(java.lang.String controllerid, java.util.HashMap<java.lang.String,java.lang.String> metadata)
          Sets the Controller object with given metadata values
 void SensorEventsAPIAccess.setGPIO(java.lang.String eventType, java.lang.String locationid, java.lang.String payloadvalue)
          Sets GPIO setting and sends ON/OFF message for given EventType and Location ID
 void SensorEventsAPIAccess.setLocationMetaData(java.lang.String locationid, java.util.HashMap<java.lang.String,java.lang.String> metadata)
          Sets the Location object with given metadata values
 void SensorEventsAPIAccess.setLocationMetaDataAndStartLocation(java.lang.String locationid, java.util.HashMap<java.lang.String,java.lang.String> metadata)
          Sets metadata and starts the given location object
 void SensorEventsAPIAccess.startLocation(java.lang.String locationid)
          Sends a start Location command to the given location ID
 void SensorEventsAPIAccess.stopLocation(java.lang.String locationid)
          Sends a stop location command to the given Location
 void SensorEventsAPIAccess.updateControllerMetaData(java.lang.String controllerid, java.util.HashMap<java.lang.String,java.lang.String> metadata)
          Updates the Controller object with given metadata values
 void SensorEventsAPIAccess.updateLocationMetaData(java.lang.String locationid, java.util.HashMap<java.lang.String,java.lang.String> metadata)
          Updates the Location object with given metadata values
 



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