net.jini.core.transaction
Class NestableTransaction.Created

java.lang.Object
  |
  +--net.jini.core.transaction.NestableTransaction.Created

public static class NestableTransaction.Created
extends java.lang.Object
implements java.io.Serializable

Class that holds return values from create methods.

See Also:
Serialized Form

Field Summary
 Lease lease
          The lease.
 NestableTransaction transaction
          The transaction.
 
Constructor Summary
NestableTransaction.Created(NestableTransaction 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

transaction

public final NestableTransaction transaction
The transaction.

lease

public final Lease lease
The lease.
Constructor Detail

NestableTransaction.Created

public NestableTransaction.Created(NestableTransaction transaction,
                                   Lease lease)
Simple constructor.
Parameters:
transaction - the transaction created
lease - the lease granted


Copyright © 1999 Sun Microsystems, Inc. All rights reserved