Uses of Class
xal.ca.AbstractBatchGetRequest
Packages that use AbstractBatchGetRequest
-
Uses of AbstractBatchGetRequest in xal.ca
Subclasses of AbstractBatchGetRequest in xal.caModifier and TypeClassDescriptionclassbatch of CA Get requests including value only with convenient batch operationsclassbatch of CA Get requests including value, status, severity and timestamp with convenient batch operationsMethods in xal.ca with parameters of type AbstractBatchGetRequestModifier and TypeMethodDescriptionvoidBatchGetRequestListener.batchRequestCompleted(AbstractBatchGetRequest<R> request, int recordCount, int exceptionCount) Event indicating that the batch request is completevoidBatchGetRequestListener.exceptionInBatch(AbstractBatchGetRequest<R> request, Channel channel, Exception exception) Event indicating that an exception has been thrown for a channelvoidBatchGetRequestListener.recordReceivedInBatch(AbstractBatchGetRequest<R> request, Channel channel, R recordType) event indicating that a get event has been completed for a channel