public interface Reply extends Session, org.refcodes.exception.mixins.ExceptionAccessor.ExceptionProperty<Throwable>
InstanceIdAccessor.InstanceIdMutator, InstanceIdAccessor.InstanceIdPropertySessionIdAccessor.SessionIdMutator, SessionIdAccessor.SessionIdPropertyorg.refcodes.exception.mixins.ExceptionAccessor.ExceptionMutator<E>, org.refcodes.exception.mixins.ExceptionAccessor.ExceptionProperty<E extends Throwable>| Modifier and Type | Method and Description |
|---|---|
Object |
getReturnValue()
Returns the return value of a method call.
|
boolean |
hasReply()
Returns true if this reply is not empty and waiting to be feeded with a
reply.
|
boolean |
isException()
Returns true if the reply carries an exception which occurred when
executing the method call.
|
boolean |
isReturnValue()
Returns true if the reply carries a valid return value.
|
void |
setException(Throwable aException) |
void |
setReply(Reply methodReply)
Sets a reply.
|
void |
setReturnValue(Object returnValue) |
getInstanceIdgetSessionIdObject getReturnValue()
boolean isException()
boolean isReturnValue()
void setReturnValue(Object returnValue)
returnValue - Description is currently not available!void setReply(Reply methodReply)
methodReply - An object of type BlueprintMethodReply from which the
replied values (throwable or return value) will be taken.void setException(Throwable aException)
setException in interface org.refcodes.exception.mixins.ExceptionAccessor.ExceptionMutator<Throwable>boolean hasReply()
Copyright © 2015. All rights reserved.