org.sblim.cimclient.internal.cimxml.sax.node

Interface RetValPipeIf

public interface RetValPipeIf

RetValPipeIf is a FIFO interface which helps PULL parsing.
Method Summary
abstract intgetReturnValueCount()
getReturnValueCount
abstract ObjectreadReturnValue()
readReturnValue

Method Detail

getReturnValueCount

public abstract int getReturnValueCount()
getReturnValueCount

Returns: the currently available return values

readReturnValue

public abstract Object readReturnValue()
readReturnValue

Returns: a return value Object from a FIFO

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