public class ARChunkProcessorFactory extends Object
| Constructor and Description |
|---|
ARChunkProcessorFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IARChunkable |
createProcessor(int procedureNumber)
Returns a corresponding ARChunkProcessor for procedureNumber.
|
static boolean |
isChunkingSupportedCall(int procedureNumber)
Check if this procedure supports chunking
|
static boolean |
isReceiveChunkingOnOutputParamCall(int procedureNumber)
Check if this procedure supports receiving chunk data
|
static boolean |
isSendChunkingOnInputParamCall(int procedureNumber)
Check if this procedure supports sending chunk data
|
public static IARChunkable createProcessor(int procedureNumber)
procedureNumber - public static boolean isChunkingSupportedCall(int procedureNumber)
procedureNumber - public static boolean isSendChunkingOnInputParamCall(int procedureNumber)
procedureNumber - public static boolean isReceiveChunkingOnOutputParamCall(int procedureNumber)
procedureNumber - ? Copyright 2013 BMC Software, Inc.