|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opcfoundation.ua.utils.AbstractState<ReadState,ServiceResultException>
org.opcfoundation.ua.transport.AsyncRead
public class AsyncRead
AsyncRead class.
| Constructor Summary | |
|---|---|
AsyncRead()
Constructor for AsyncRead. |
|
| Method Summary | |
|---|---|
void |
attemptSetError(ServiceResultException e)
attemptSetError. |
IEncodeable |
getMessage()
getMessage. |
void |
setComplete(IEncodeable msg)
setComplete. |
void |
setError(ServiceResultException e)
setError. |
| Methods inherited from class org.opcfoundation.ua.utils.AbstractState |
|---|
addStateListener, addStateNotifiable, assertNoError, attemptSetState, clearError, getError, getState, hasError, isStateTransitionAllowed, onListenerException, onStateTransition, removeStateListener, removeStateNotifiable, setState, setState, waitForState, waitForState, waitForStateUninterruptibly |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AsyncRead()
Constructor for AsyncRead.
| Method Detail |
|---|
public IEncodeable getMessage()
getMessage.
IEncodeable object.public void setError(ServiceResultException e)
setError.
setError in class AbstractState<ReadState,ServiceResultException>e - a ServiceResultException object.public void attemptSetError(ServiceResultException e)
attemptSetError.
e - a ServiceResultException object.public void setComplete(IEncodeable msg)
setComplete.
msg - a IEncodeable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||