|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rfid.premises.app.access.SensorEventsAPIAccess
com.ibm.rfid.premises.app.access.SensorEventsAPIAccessRemote
public class SensorEventsAPIAccessRemote
This class extends SensorEventsAPIAccess
and represents a connection
to a remote IBM WebSphere Sensor Events installation. This class relies on Web
Services to make remote calls to the IBM WebSphere Sensor Events.
SensorEventsAPIAccess
,
SensorEventsAPIAccessLocal
,
SensorEventsAPIContext
Method Summary | |
---|---|
protected DeviceCommandsAdmin |
getDeviceCommandsAdmin()
Gets the Device Commands Admin |
protected DeviceConfigAdmin |
getDeviceConfigAdmin()
Gets the Device Config Admin |
protected DeviceDataAdmin |
getDeviceDataAdmin()
Gets the Device Data Admin |
protected EPCCommands |
getEPCCommand()
|
java.lang.String |
getHostname()
Gets the current hostname value that is used to formulate an "endpoint" string required for Web Service calls. |
java.lang.String |
getPort()
get port used for web service access (default: 9080) |
protected StatusAdmin |
getStatusAdmin()
Gets the Status Admin |
protected TagApiAdmin |
getTagApiAdmin()
Gets the Tag Api Admin to query tag history |
protected TagCommissioningAdmin |
getTagCommissioningAdmin()
Gets the Tag Commissioning Admin |
void |
setHostname(java.lang.String string)
Sets the hostname, which is then used to formulate an "endpoint" string required for Web Service calls. |
void |
setPort(java.lang.String string)
set port used for web service access (default: 9080) |
static SensorEventsAPIAccessRemote |
singleton()
Singleton Method |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SensorEventsAPIAccessRemote singleton()
protected DeviceConfigAdmin getDeviceConfigAdmin()
getDeviceConfigAdmin
in class SensorEventsAPIAccess
protected DeviceCommandsAdmin getDeviceCommandsAdmin()
getDeviceCommandsAdmin
in class SensorEventsAPIAccess
protected StatusAdmin getStatusAdmin()
getStatusAdmin
in class SensorEventsAPIAccess
protected DeviceDataAdmin getDeviceDataAdmin()
getDeviceDataAdmin
in class SensorEventsAPIAccess
protected TagCommissioningAdmin getTagCommissioningAdmin()
getTagCommissioningAdmin
in class SensorEventsAPIAccess
protected TagApiAdmin getTagApiAdmin()
getTagApiAdmin
in class SensorEventsAPIAccess
protected EPCCommands getEPCCommand()
getEPCCommand
in class SensorEventsAPIAccess
public java.lang.String getHostname()
public void setHostname(java.lang.String string)
string
- representing the hostname of the IBM WebSphere Sensor Eventspublic java.lang.String getPort()
public void setPort(java.lang.String string)
string
- port to be set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |