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
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
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 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.