com.ibm.rfid.premises.app.access
Class PremisesAccessRemote

java.lang.Object
  extended by com.ibm.rfid.premises.app.access.PremisesAccess
      extended by com.ibm.rfid.premises.app.access.PremisesAccessRemote

Deprecated. As of IBM WebSphere Sensor Events v6.2, replaced by #SensorEventsAPIAccessRemote

@Deprecated
public class PremisesAccessRemote
extends PremisesAccess


Method Summary
protected  DeviceCommandsAdmin getDeviceCommandsAdmin()
          Deprecated. Gets the Device Commands Admin
protected  DeviceConfigAdmin getDeviceConfigAdmin()
          Deprecated. Gets the Device Config Admin
protected  DeviceDataAdmin getDeviceDataAdmin()
          Deprecated. Gets the Device Data Admin
protected  EPCCommands getEPCCommand()
          Deprecated.  
 java.lang.String getHostname()
          Deprecated. Gets the current hostname value that is used to formulate an "endpoint" string required for Web Service calls.
 java.lang.String getPort()
          Deprecated. get port used for web service access (default: 9080)
protected  StatusAdmin getStatusAdmin()
          Deprecated. Gets the Status Admin
protected  TagApiAdmin getTagApiAdmin()
          Deprecated. Gets the Tag Api Admin to query tag history
protected  TagCommissioningAdmin getTagCommissioningAdmin()
          Deprecated. Gets the Tag Commissioning Admin
 void setHostname(java.lang.String string)
          Deprecated. Sets the hostname, which is then used to formulate an "endpoint" string required for Web Service calls.
 void setPort(java.lang.String string)
          Deprecated. set port used for web service access (default: 9080)
static PremisesAccessRemote singleton()
          Deprecated. Singleton Method
 
Methods inherited from class com.ibm.rfid.premises.app.access.PremisesAccess
clearALEData, decodeEPCValue, deleteControllerMetaData, deleteLocationMetaData, getALEData, getAllController, getAllDevices, getAllDevicesByCategoryName, getAllLocation, getAllPrinters, getAllPrintTemplates, getAllReaders, getController, getControllerMetaData, getDevice, getDeviceIDByCategoryName, getDeviceStatus, getEpcEncodingfromUrn, getEpcTagData, getEpcTagDataByBusinessRef, getHistoryForTag, getItemReferenceIdByUrn, getLocation, getLocationMetaData, getPremisesPropertiesKeyValue, getPrintDetails, getPrintDetailsByBusinessRef, getPrinter, getPrinterType, getPrintJob, getPrintJobIdByUrn, getPrintJobs, getPrintJobStatus, getPrintTemplatesOfType, getReader, getReaderStatus, getReaderType, getSupplyChainProfile, getSupplyChainProfiles, getTagHistoriesForLocation, getTagHistoriesForReader, printJob, sendAcceptToLightStack, sendLocationMetaData, sendRejectToLightStack, setControllerMetaData, setLocationMetaData, setLocationMetaDataAndStartLocation, startLocation, stopLocation, turnDeviceOff, turnDeviceOn, turnReaderOff, turnReaderOn, updateControllerMetaData, updateLocationMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

singleton

public static PremisesAccessRemote singleton()
Deprecated. 
Singleton Method

Returns:
PremiseAccessRemote instance

getDeviceConfigAdmin

protected DeviceConfigAdmin getDeviceConfigAdmin()
Deprecated. 
Gets the Device Config Admin

Specified by:
getDeviceConfigAdmin in class PremisesAccess
Returns:
the DeviceConfigAdmin

getDeviceCommandsAdmin

protected DeviceCommandsAdmin getDeviceCommandsAdmin()
Deprecated. 
Gets the Device Commands Admin

Specified by:
getDeviceCommandsAdmin in class PremisesAccess
Returns:
the DeviceCommandsAdmin

getStatusAdmin

protected StatusAdmin getStatusAdmin()
Deprecated. 
Gets the Status Admin

Specified by:
getStatusAdmin in class PremisesAccess
Returns:
the StatusAdmin

getDeviceDataAdmin

protected DeviceDataAdmin getDeviceDataAdmin()
Deprecated. 
Gets the Device Data Admin

Specified by:
getDeviceDataAdmin in class PremisesAccess
Returns:
the DeviceDataAdmin

getTagCommissioningAdmin

protected TagCommissioningAdmin getTagCommissioningAdmin()
Deprecated. 
Gets the Tag Commissioning Admin

Specified by:
getTagCommissioningAdmin in class PremisesAccess
Returns:
the TagCommissioningAdmin

getTagApiAdmin

protected TagApiAdmin getTagApiAdmin()
Deprecated. 
Gets the Tag Api Admin to query tag history

Specified by:
getTagApiAdmin in class PremisesAccess
Returns:
TagApiAdmin object

getEPCCommand

protected EPCCommands getEPCCommand()
Deprecated. 
Specified by:
getEPCCommand in class PremisesAccess

getHostname

public java.lang.String getHostname()
Deprecated. 
Gets the current hostname value that is used to formulate an "endpoint" string required for Web Service calls.

Returns:
hostname

setHostname

public void setHostname(java.lang.String string)
Deprecated. 
Sets the hostname, which is then used to formulate an "endpoint" string required for Web Service calls.

Parameters:
string - representing the hostname of the IBM WebSphere Sensor Events Server

getPort

public java.lang.String getPort()
Deprecated. 
get port used for web service access (default: 9080)

Returns:
port

setPort

public void setPort(java.lang.String string)
Deprecated. 
set port used for web service access (default: 9080)

Parameters:
string - port to be set


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