net.jini.core.transaction.server
Class TransactionManager.Created

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

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

Class that holds return values from create methods.

See Also:
Serialized Form

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

id

public final long id
The transaction id.

lease

public final Lease lease
The lease.
Constructor Detail

TransactionManager.Created

public TransactionManager.Created(long id,
                                  Lease lease)
Simple constructor.
Parameters:
id - the transaction id
lease - the lease granted


Copyright © 1999 Sun Microsystems, Inc. All rights reserved