|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.jini.core.transaction.server.TransactionManager.Created
Class that holds return values from create methods.
Field Summary | |
long |
id
The transaction id. |
Lease |
lease
The lease. |
Constructor Summary | |
TransactionManager.Created(long id,
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 long id
public final Lease lease
Constructor Detail |
public TransactionManager.Created(long id, Lease lease)
id
- the transaction idlease
- the lease granted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |