|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.llrp.adaptor.config.ReaderConfiguration
public class ReaderConfiguration
a prototype holding all the settings needed for a reader.
| Constructor Summary | |
|---|---|
ReaderConfiguration(java.lang.String readerName,
java.lang.String readerIp,
int readerPort,
boolean readerClientInitiated,
boolean connectImmediately)
constructor for the prototype. |
|
| Method Summary | |
|---|---|
java.lang.String |
getReaderIp()
returns the ip of the reader. |
java.lang.String |
getReaderName()
returns the name of the reader. |
int |
getReaderPort()
returns the port of the reader. |
boolean |
isConnectImmediately()
flags whether this reader connects immediately after setup. |
boolean |
isReaderClientInitiated()
flags whether this reader opens the connection or not. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReaderConfiguration(java.lang.String readerName,
java.lang.String readerIp,
int readerPort,
boolean readerClientInitiated,
boolean connectImmediately)
readerName - the name of the reader.readerIp - the ip of the reader.readerPort - the port of the reader.readerClientInitiated - flags whether this reader opens the connection or not.connectImmediately - flags whether this reader connects immediately after setup.| Method Detail |
|---|
public java.lang.String getReaderName()
public java.lang.String getReaderIp()
public int getReaderPort()
public boolean isReaderClientInitiated()
public boolean isConnectImmediately()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||