com.sun.jini.mahalo
Interface TxnManager
- All Superinterfaces:
- Administrable, DestroyAdmin, JoinAdmin, Landlord, Remote, ServiceProxyAccessor, TransactionConstants, TransactionManager
- All Known Implementing Classes:
- ActivatableMahaloImpl, NonActivatableMahaloImpl, TransientMahaloImpl, TxnManagerImpl
public interface TxnManager
- extends Remote, Landlord, DestroyAdmin, Administrable, JoinAdmin, ServiceProxyAccessor, TransactionManager
Encapsulates the interface of an implementation of
a TransactionManager
.
- Author:
- Sun Microsystems, Inc.
Field Summary |
static String |
MAHALO
Logger and configuration component name for Norm |
Methods inherited from interface net.jini.admin.JoinAdmin |
addLookupAttributes, addLookupGroups, addLookupLocators, getLookupAttributes, getLookupGroups, getLookupLocators, modifyLookupAttributes, removeLookupGroups, removeLookupLocators, setLookupGroups, setLookupLocators |
MAHALO
static final String MAHALO
- Logger and configuration component name for Norm
- See Also:
- Constant Field Values
manager
TransactionManager manager()
throws RemoteException
- Returns a reference to the
TransactionManager
interface.
- Throws:
RemoteException
getTransaction
Transaction getTransaction(long id)
throws RemoteException,
UnknownTransactionException
- Retrieves a
Transaction
given the
transaction's ID.
- Parameters:
id
- the id
- Throws:
RemoteException
UnknownTransactionException
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.