public abstract class ARChunkReceiveProcessor extends ARChunkProcessorBase implements IARChunkReceivable
CHUNK_PROCESSOR_KEY| Constructor and Description |
|---|
ARChunkReceiveProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
postProcess(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
post process the data collected from all rounds.
|
void |
retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
retrieve the current chunk from the rpc out, and append it to ones
received before.
|
end, getRoundNumber, hasNextRound, init, isFirstRound, nextRound, setRoundNumber, setServerCharSetName, shouldRetryequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitend, getRoundNumber, hasNextRound, init, isFirstRound, nextRound, setRoundNumberpublic void retrieveChunkingData(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
throws ARException
ApiThreadLocalStorageBlock.setInternalChunkingObj(), which is available among all chunks and thread safe.retrieveChunkingData in interface IARChunkReceivableARExceptionpublic void postProcess(com.bmc.arsys.arrpc.xdr.ArRpcXdrOut out)
throws ARException
postProcess in interface IARChunkReceivableout - ARException? Copyright 2013 BMC Software, Inc.