Package | Description |
---|---|
com.bmc.arsys.api.chunking | |
com.bmc.arsys.apitransport.chunking | |
com.bmc.arsys.apitransport.session |
Modifier and Type | Class and Description |
---|---|
class |
ARChunkExport
This is a chunk send processor.
|
class |
ARChunkGetEntryBlob
Chunking helper class for ArGetEntryBlob call
|
class |
ARChunkGetListEntry
Chunking process for getListEntry
No compression involved.
|
class |
ARChunkGetListEntryWithFields
Chunking helper class for ArGetListEntryWithFields call
|
class |
ARChunkGetListEntryWithMultiSchemaFields
Chunking helper class for ARChunkGetListEntryWithMultiSchemaFields call
|
class |
ARChunkGetListValuesFromEntries |
class |
ARChunkGetListValuesFromMultiSchemaEntries |
class |
ARChunkGetMultipleEntries
Chunking helper class for ArGetMultipleEntries call
|
class |
ARChunkGetSupportFile
Chunking helper class for ArGetSupportFile call
|
class |
ARChunkImport
Chunking helper class for ArImport call
|
class |
ARChunkMultipleImage
Helper class to pass in the correct ArGetMultipleImages14Out rpc class for base chunking processor ARChunkArrayBuffer whith
process the AR chunking data for Rpc chunking calls involves
Only the buf[] array data is receiving in chunks.
|
class |
ARChunkSetCreateSupportFile
Chunking helper class for ArSetSupportFile or ArCreateSupportFile call
|
Modifier and Type | Interface and Description |
---|---|
interface |
IARChunkReceivable
Interface for receiving chunking data processor
|
interface |
IARChunkSendable
Interface for sending chunking data processor
|
Modifier and Type | Class and Description |
---|---|
class |
ARChunkArrayBuffer
Base class to process the AR chunking data for Rpc chunking calls involves
only on a buffer array in Ar*Out.
|
class |
ARChunkProcessorBase
Base class for chunking processor
If caller need reserve any object among chunking calls other than chunking process internal reserved objects,
caller can use
ApiThreadLocalStorageBlock .setInternalChunkingObj(), which is available among all chunks and thread safe. |
class |
ARChunkReceiveProcessor
Process the AR chunking data for Rpc receiving chunking calls.
|
class |
ARChunkSendProcessor
Process the AR Rpc sending chunk API calls, which implements IARChunkSendable.
|
class |
ARChunkStatusBuffer
Helper class to pass in the correct ArStatusBuffer12Out rpc class for base chunking processor ARChunkArrayBuffer whith
process the AR chunking data for Rpc chunking calls involves
Only the buf[] array data is receiving in chunks.
|
Modifier and Type | Method and Description |
---|---|
static IARChunkable |
ARChunkProcessorFactory.createProcessor(int procedureNumber)
Returns a corresponding ARChunkProcessor for procedureNumber.
|
Modifier and Type | Method and Description |
---|---|
IARChunkable |
ApiThreadLocalStorageBlock.getChunkProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
ApiThreadLocalStorageBlock.setChunkProcessor(IARChunkable chunkProcessor) |
? Copyright 2013 BMC Software, Inc.