Contents
class solace.CacheRequestResult
This class is not exposed for construction by API users. A CacheRequestResult object is provided on the callback (see solace.CacheCBInfo.cacheRequestCallback when a cache request completes.
An object that indicates the termination of a cache request, and provides details how it concluded.
Constructor Top
CacheRequestResult ( ) |
Methods Top
String | getError ( ) | |
solace.CacheReturnCode | getReturnCode ( ) | |
solace.CacheReturnSubcode | getReturnSubcode ( ) | |
solace.Destination | getTopic ( ) |
Constructor details
Top
CacheRequestResult
( )
This class is not exposed for construction by API users. A CacheRequestResult object is
provided on the callback (see solace.CacheCBInfo.cacheRequestCallback when a cache
request completes.
An object that indicates the termination of a cache request, and provides details how it
concluded.
This class is not exposed for construction by API users. A CacheRequestResult object is provided on the callback (see solace.CacheCBInfo.cacheRequestCallback when a cache request completes.
An object that indicates the termination of a cache request, and provides details how it concluded.
Methods Detail Top
public
String
getError
( )
Gets the error, if any, associated with the returned result.
Gets the return code from the cache request result.
Gets the return subcode from the cache request result.
Gets the topic object associated with the cache request.