recordName
. Throws an exception if the metrics implementation is configured with a fixed set of record names and recordName
is not in that set.
@param recordName the name of the record
@throws MetricsException if recordName conflicts with configuration data
For use as input creator with CciTemplate's execute
methods, this method should create a populated Record instance. For use as output Record creator, it should return an empty Record instance.
@param recordFactory the CCI RecordFactory (never null
, but not guaranteed to besupported by the connector: its create methods might throw NotSupportedException)
@return the Record instance
@throws ResourceException if thrown by a CCI method, to be auto-convertedto a DataAccessException
@throws DataAccessException in case of custom exceptions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|