|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectControllerBase
com.ibm.rfid.premises.entities.Controller
public class Controller
Controller is the class used to describe a configured Controller object on an IBM WebSphere Sensor Events. This class provides access to the following Controller 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 Controller objects found on the IBM WebSphere Sensor Events
Server.
To define a controller, go to the IBM WebSphere Sensor Events Server Admin Console
Constructor Summary | |
---|---|
Controller(ControllerBase controller)
Base constructor, used by PremisesAccess |
Method Summary | |
---|---|
java.lang.String |
getCategory()
Gets the category name of the Configuration Group for the given Controller ID |
java.lang.String |
getConfigGrp()
Gets the Controller Configuration Group |
java.lang.String |
getControllerId()
Gets the Controller unique ID |
java.lang.String[] |
getLocationId()
Gets the String Array of Location ID's for the Controller |
java.util.HashMap |
getMetadata()
Gets the Metadata Object for the Controler ID |
java.lang.String |
getUserName()
Gets the user name of the Controller |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Controller(ControllerBase controller)
Method Detail |
---|
public java.util.HashMap getMetadata() throws PremisesAccessException
PremisesAccessException
public java.lang.String getUserName()
public java.lang.String getConfigGrp()
public java.lang.String getControllerId()
public java.lang.String[] getLocationId()
public java.lang.String getCategory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |