|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectDeviceBase
com.ibm.rfid.premises.entities.PassiveRFIDReader
public class PassiveRFIDReader
PassiveRFIDReader is the class used to describe a configured PassiveRFIDReader object for the IBM WebSphere Sensor Events Server. This class provides access to the following PassiveRFIDReader properties:
The above properties are read-only. Although they are settable using the
setter functions described below, they only affect the data stored in this class instance and should
only be used by the PremisesAccess
class to create PassiveRFIDReader objects found on the IBM WebSphere Sensor Events
Server.
To define a reader, go to the IBM WebSphere Sensor Events Server Admin Console
Constructor Summary | |
---|---|
PassiveRFIDReader(DeviceBase device)
|
Method Summary | |
---|---|
java.lang.String |
getCategory()
Gets the category name of the device |
java.lang.String |
getConfigGrp()
Gets the Device's Configuration Group |
java.lang.String |
getDeviceId()
Gets the Device's ID |
java.lang.String |
getLocationId()
Gets the Device's Location ID |
java.util.HashMap |
getMetadata()
Retruns devie metadata object collection as HashMap |
java.lang.String |
getStatus()
Gets the device's most recent status |
java.lang.String |
getUserName()
Gets the user name of the Device |
void |
setGPIOPIN(java.util.Map gpioPin)
Sets the GPIO pins key valued on PassiveRFIDReader Object. |
void |
start()
sends a start command to the location of the device |
void |
stop()
sends stop command to location of device |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PassiveRFIDReader(DeviceBase device)
Method Detail |
---|
public void start()
PremisesAccessException
public java.util.HashMap getMetadata()
public void stop()
SensorEventsAPIAccessException
public java.lang.String getUserName()
public java.lang.String getStatus()
SensorEventsAPIAccessException
public java.lang.String getConfigGrp()
public java.lang.String getDeviceId()
public java.lang.String getLocationId()
public java.lang.String getCategory()
public void setGPIOPIN(java.util.Map gpioPin)
Map
- containing GPIO keys and values (i.e key = o1, value = true or / and key = o2, value= false )
SensorEventsAPIAccessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |