GigaSpaces XAP 9.0 API

net.jini.core.transaction
Class NestableTransaction.Created

java.lang.Object
  extended by net.jini.core.transaction.NestableTransaction.Created
All Implemented Interfaces:
Serializable
Enclosing interface:
NestableTransaction

public static class NestableTransaction.Created
extends Object
implements 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.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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
Method Detail

toString

public String toString()
Overrides:
toString in class Object

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.