net.jini.core.transaction.server
Class TransactionManager.Created
java.lang.Object
  
net.jini.core.transaction.server.TransactionManager.Created
- All Implemented Interfaces: 
 - Serializable
 
- Enclosing interface:
 - TransactionManager
 
public static class TransactionManager.Created
- extends Object
- implements Serializable
  
Class that holds return values from create methods.
- See Also:
 - Serialized Form
 
| 
Field Summary | 
 long | 
id
 
          The transaction ID. | 
 Lease | 
lease
 
          The lease. | 
 
 
 
 
id
public final long id
- The transaction ID.
 
lease
public final Lease lease
- The lease.
 
TransactionManager.Created
public TransactionManager.Created(long id,
                                  Lease lease)
- Simple constructor.
- Parameters:
 id - the transaction IDlease - the lease granted
 
toString
public String toString()
- Overrides:
 toString in class Object
 
 
Copyright © GigaSpaces.