org.sblim.cimclient.internal.cimxml.sax.node
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
 int getReturnValueCount()
          getReturnValueCount
 Object readReturnValue()
          readReturnValue
 

Method Detail

getReturnValueCount

int getReturnValueCount()
getReturnValueCount

Returns:
the currently available return values

readReturnValue

Object readReturnValue()
readReturnValue

Returns:
a return value Object from a FIFO


Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.