Interface RetValPipeIf
- All Known Implementing Classes:
AbstractSimpleRspNode
,ExpMethodResponseNode
,IMethodResponseNode
,IReturnValueNode
,MethodResponseNode
,SimpleExpRspNode
,SimpleRspNode
public interface RetValPipeIf
RetValPipeIf is a FIFO interface which helps PULL parsing.
-
Method Summary
Modifier and TypeMethodDescriptionint
getReturnValueCountreadReturnValue
-
Method Details
-
getReturnValueCount
int getReturnValueCount()getReturnValueCount- Returns:
- the currently available return values
-
readReturnValue
Object readReturnValue()readReturnValue- Returns:
- a return value Object from a FIFO
-