|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.rfid.premises.app.entities.Device
com.ibm.rfid.premises.app.entities.printing.Printer
public class Printer
A Printer object represents an rfid printer that has been defined on the IBM WebSphere Sensor Events Server.
To define a printer, go to the IBM WebSphere Sensor Events Server Admin Console
Constructor Summary | |
---|---|
Printer(BasePrinter bp)
Base Constructor, used by PremisesAccess |
Method Summary | |
---|---|
java.lang.String |
getChannelId()
Gets the channel ID of the Printer |
java.lang.String |
getIpAddress()
Gets the IP address of the Printer |
java.lang.String |
getIpPort()
Gets the IP port of the Printer |
PrinterType |
getPrinterType()
Gets the Printer type |
java.lang.String |
getPrinterTypeId()
Gets the Printer type ID |
java.lang.String |
getUserName()
Gets the user name of the Printer |
java.lang.String |
submit(PrintDetails sp)
Submits a PrintDetails for this particular Printer object |
Methods inherited from class com.ibm.rfid.premises.app.entities.Device |
---|
getDeviceId, getLocationId |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Printer(BasePrinter bp)
Method Detail |
---|
public java.lang.String submit(PrintDetails sp) throws PremisesAccessException
sp
- PrintDetails to be submitted
PremisesAccessException
public java.lang.String getUserName()
public java.lang.String getChannelId()
public java.lang.String getIpAddress()
public java.lang.String getIpPort()
public java.lang.String getPrinterTypeId()
public PrinterType getPrinterType() throws PremisesAccessException
PremisesAccessException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |