Package | com.pcbsys.nirvana.client |
Class | public class nTransactionAttributes |
Inheritance | nTransactionAttributes Object |
Public Properties
Property | Defined By | ||
---|---|---|---|
store : nStore [read-only]
Gets the nirvana store that will be associated with transactions created from this object
| nTransactionAttributes | ||
TTL : Long
Gets the TTL value that transactions created from this object will have
| nTransactionAttributes |
Public Methods
Method | Defined By | ||
---|---|---|---|
nTransactionAttributes(store:nStore, timeToLive:Number)
Constructs an nTransactionAttributes object associated with the channel specified. | nTransactionAttributes |
Property Detail
store | property |
store:nStore
[read-only] Gets the nirvana store that will be associated with transactions created from this object
Implementation
public function get store():nStore
TTL | property |
TTL:Long
Gets the TTL value that transactions created from this object will have
Implementation
public function get TTL():Long
public function set TTL(value:Long):void
Constructor Detail
nTransactionAttributes | () | Constructor |
public function nTransactionAttributes(store:nStore, timeToLive:Number)
Constructs an nTransactionAttributes object associated with the channel specified. Transactions created with this object will have the Time To Live (TTL) specified.
Parametersstore:nStore — The nirvana store associated with the transaction
| |
timeToLive:Number — The Time To Live (TTL) value that the transaction will have
|
Throws
nTransactionError — If there is an error during the construction, check the message for more information
| |
nStoreNullError — If a null nStore is passed in
| |
com.pcbsys.nirvana.client.error:nTransactionTimeoutExceedsServersError();
— |