public static class Transaction.Created extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
Lease |
lease
The lease.
|
Transaction |
transaction
The transaction.
|
Constructor and Description |
---|
Created(AtomicSerial.GetArg arg)
AtomicSerial constructor.
|
Created(Transaction transaction,
Lease lease)
Simple constructor.
|
public final Transaction transaction
public final Lease lease
public Created(Transaction transaction, Lease lease)
transaction
- the transaction createdlease
- the lease grantedpublic Created(AtomicSerial.GetArg arg) throws IOException
arg
- IOException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.