|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.core.transaction.Transaction.Created
Class that holds return values from create methods.
Field Summary | |
Lease |
lease
The lease. |
Transaction |
transaction
The transaction. |
Constructor Summary | |
Transaction.Created(Transaction transaction,
Lease lease)
Simple constructor. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public final Transaction transaction
public final Lease lease
Constructor Detail |
public Transaction.Created(Transaction transaction, Lease lease)
transaction
- the transaction createdlease
- the lease granted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |