GigaSpaces XAP 9.0 API

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

java.lang.Object
  extended by 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.
 
Constructor Summary
TransactionManager.Created(long id, 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

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
Method Detail

toString

public String toString()
Overrides:
toString in class Object

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.