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

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

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

@Deprecated
public class PremisesAccessLocal
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.  
protected  StatusAdmin getStatusAdmin()
          Deprecated. Gets the Status Admin
protected  TagApiAdmin getTagApiAdmin()
          Deprecated. Gets an object used to query the IBM WebSphere Sensor Events Server tag history
protected  TagCommissioningAdmin getTagCommissioningAdmin()
          Deprecated. Gets the Tag Commissioning Admin
protected  boolean isLocal()
          Deprecated. Determines if this is a local or remote connection
static PremisesAccessLocal 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 PremisesAccessLocal singleton()
Deprecated. 
Singleton Method

Returns:
PremiseAccessLocal 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

isLocal

protected boolean isLocal()
Deprecated. 
Determines if this is a local or remote connection

Returns:
true if local, false if remote

getTagApiAdmin

protected TagApiAdmin getTagApiAdmin()
Deprecated. 
Description copied from class: PremisesAccess
Gets an object used to query the IBM WebSphere Sensor Events Server tag history

Specified by:
getTagApiAdmin in class PremisesAccess
Returns:
TagApiAdmin object

getEPCCommand

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


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