|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsynchronousNotifiable
if you want to receive asynchronous message notifications you can implement this interface.
| Method Summary | |
|---|---|
void |
notify(byte[] message,
java.lang.String readerName)
when an asynchronous message arrived, this method will be invoked. |
void |
notifyError(LLRPRuntimeException e,
java.lang.String readerName)
this method can be called asynchronously when there occurs an asynchronous error or exception. |
| Method Detail |
|---|
void notify(byte[] message,
java.lang.String readerName)
throws java.rmi.RemoteException
message - the LLRPMessage arrived asynchronously.readerName - the nam eof the reader that read the message.
java.rmi.RemoteException - when there has been an error in the communication.
void notifyError(LLRPRuntimeException e,
java.lang.String readerName)
throws java.rmi.RemoteException
e - the exception that was triggered.readerName - the name of the reader that triggered the error.
java.rmi.RemoteException - when there has been an error in the communication.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||