Splunk MINT SDK for iOS  4.0
 All Data Structures Files Functions Enumerations Enumerator Properties Macros
Class Methods | Properties
TrStop Class Reference

Inherits Transaction.

Class Methods

(TrStop *) + getInstanceWithTransactionId:transactionName:appEnvironment:duration:reason:andCompletedStatus:
 

Properties

NSNumber * duration
 
NSString * status
 
NSString * reason
 
- Properties inherited from Transaction
NSString * name
 
NSString * transactionId
 

Method Documentation

+ (TrStop*) getInstanceWithTransactionId: (NSString *)  transactionId
transactionName: (NSString *)  transactionName
appEnvironment: (MintAppEnvironment *)  anAppEnvironment
duration: (NSNumber *)  aDuration
reason: (NSString *)  aReason
andCompletedStatus: (NSString *)  aCompletedStatus 

Creates a new TrStop instance.

Parameters
transactionIdThe transaction ID of the TrStart instance, auto-generated when the TrStart instance is created.
transactionNameThe unique transaction name of the TrStart instance.
anAppEnvironmentA MintAppEnvironment instance.
aDurationThe duration of the transaction, in seconds.
aReasonThe reason the transaction stopped, was cancelled, or failed.
aCompletedStatusThe completion status of the transaction.
Returns
A TrStop instance reference

Property Documentation

- (NSNumber*) duration
readwritenonatomicstrong

The duration of the transaction, in seconds.

- (NSString*) reason
readwritenonatomicstrong

The reason the transaction stopped, was cancelled, or failed.

- (NSString*) status
readwritenonatomicstrong

The status of the transaction.


The documentation for this class was generated from the following file: