Class NestableTransaction.Created
java.lang.Object
net.jini.core.transaction.NestableTransaction.Created
- All Implemented Interfaces:
Serializable
- Enclosing interface:
NestableTransaction
Class that holds return values from create methods.
- Since:
- 1.0
- Author:
- Sun Microsystems, Inc.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal LeaseThe lease.final NestableTransactionThe transaction. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
transaction
The transaction. -
lease
The lease.
-
-
Constructor Details
-
Created
Simple constructor.- Parameters:
transaction- the transaction createdlease- the lease granted
-
-
Method Details
-
toString
-