A B C D E F G H I K L M N O P R S T U V

A

add(DatabaseStatistics) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
AddedItemEvent - Class in hu.netmind.beankeeper.event
Event indicates, that the specified item was added to the specified container.
AddedItemEvent(Object, String, Object) - Constructor for class hu.netmind.beankeeper.event.AddedItemEvent
 
addListener(ExtendedConfigurationListener) - Method in interface hu.netmind.beankeeper.ConfigurationTracker
Add a listener to the configuration tracker.
AttributeEvent - Class in hu.netmind.beankeeper.event
All events which revolve around the change to one given object's attriubte should extend this superclass.
AttributeEvent(Object, String) - Constructor for class hu.netmind.beankeeper.event.AttributeEvent
 

B

begin() - Method in interface hu.netmind.beankeeper.Transaction
Start the transaction.

C

CacheMBean - Interface in hu.netmind.beankeeper.management
Management interface of cache.
clear() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
clear() - Method in interface hu.netmind.beankeeper.management.CacheMBean
 
ClearedContainerEvent - Class in hu.netmind.beankeeper.event
Indicates, that the given attribute in the given object, which is a container type, was cleared (or cleaned).
ClearedContainerEvent(Object, String) - Constructor for class hu.netmind.beankeeper.event.ClearedContainerEvent
 
close() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
Close this map, deregister from transaction listener.
close() - Method in class hu.netmind.beankeeper.Store
Close the store, and release all resources.
commit() - Method in interface hu.netmind.beankeeper.Transaction
Commit a transaction.
ConcurrentModificationException - Exception in hu.netmind.beankeeper
Exception is thrown, if an object is about to be saved in a transaction, but the same object (or another representation of the same data) is under modification in another thread.
ConcurrentModificationException(SessionInfo, Object[], String) - Constructor for exception hu.netmind.beankeeper.ConcurrentModificationException
 
ConcurrentModificationException(SessionInfo, Object[], String, Throwable) - Constructor for exception hu.netmind.beankeeper.ConcurrentModificationException
 
configurationReload() - Method in interface hu.netmind.beankeeper.ExtendedConfigurationListener
Called when everything changes.
ConfigurationTracker - Interface in hu.netmind.beankeeper
Configuration can be queried and altered through this tracker.
ContainerItemEvent - Class in hu.netmind.beankeeper.event
Event about a container item.
ContainerItemEvent(Object, String, Object) - Constructor for class hu.netmind.beankeeper.event.ContainerItemEvent
 
containsKey(Object) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
containsValue(Object) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
CreateObjectEvent - Class in hu.netmind.beankeeper.event
This event is generated if an object is inserted (created).
CreateObjectEvent(Object) - Constructor for class hu.netmind.beankeeper.event.CreateObjectEvent
 

D

DatabaseStatistics - Class in hu.netmind.beankeeper
Keeps statistics of database usage.
Note: It is thread-safe.
DatabaseStatistics() - Constructor for class hu.netmind.beankeeper.DatabaseStatistics
 
DatabaseStatistics(int, int, int, int, int) - Constructor for class hu.netmind.beankeeper.DatabaseStatistics
 
DeleteObjectEvent - Class in hu.netmind.beankeeper.event
This event is generated if an object is deleted (removed).
DeleteObjectEvent(Object) - Constructor for class hu.netmind.beankeeper.event.DeleteObjectEvent
 
DynamicObject - Interface in hu.netmind.beankeeper
All objects implementing this interface are considered "dynamic", which means they can define their own attributes,attribute types and the table their "class" dynamically.
Note however, that when you change the set of attributes for this kind of objects, their representation in the database will change.

E

entrySet() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
equals(Object) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
EventDispatcher - Interface in hu.netmind.beankeeper
Dispatches all events from the library internals to all registered listeners.
ExtendedConfigurationListener - Interface in hu.netmind.beankeeper
This interface listens to standard configuration events, and full reload events.

F

find(String) - Method in class hu.netmind.beankeeper.Store
Query an object from the datastore.
find(String, Object[]) - Method in class hu.netmind.beankeeper.Store
Same as find(statement).
findSingle(String, Object[]) - Method in class hu.netmind.beankeeper.Store
Same as find(statement,parameters), but the result should be a single object.
findSingle(String) - Method in class hu.netmind.beankeeper.Store
Same as find(statement), but the result should be a single object.

G

get(Object) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
getAttributeName() - Method in class hu.netmind.beankeeper.event.AttributeEvent
 
getConfiguration() - Method in interface hu.netmind.beankeeper.ConfigurationTracker
Get the configuration for the library.
getConfigurationTracker() - Method in class hu.netmind.beankeeper.Store
Get the configuration tracker for this Store.
getConnection() - Method in interface hu.netmind.beankeeper.Transaction
Get the connection to the database from this transaction.
getCreationDate() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the creation date of this version of the object.
getDeleteCount() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getDeleteCount() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getDeleteTime() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getDeleteTime() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getEndSerial() - Method in interface hu.netmind.beankeeper.Transaction
Get the serial when this transaction ended.
getEventDispatcher() - Method in class hu.netmind.beankeeper.Store
Get the event dispatcher in which the caller may register listeners.
getFindCount() - Method in interface hu.netmind.beankeeper.management.OperationsStatisticsMBean
 
getFindTime() - Method in interface hu.netmind.beankeeper.management.OperationsStatisticsMBean
 
getHitCount() - Method in interface hu.netmind.beankeeper.management.CacheMBean
 
getInsertCount() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getInsertCount() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getInsertTime() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getInsertTime() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getItem() - Method in class hu.netmind.beankeeper.event.ContainerItemEvent
 
getLastCurrentSerial() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the last serial this object was known to be current.
getLockTracker() - Method in class hu.netmind.beankeeper.Store
Get the lock tracker.
getMetas() - Method in class hu.netmind.beankeeper.event.ObjectsFinalizationEvent
 
getMissCount() - Method in interface hu.netmind.beankeeper.management.CacheMBean
 
getNewState() - Method in class hu.netmind.beankeeper.event.NodeStateChangeEvent
 
getNodeId() - Method in class hu.netmind.beankeeper.event.RemoteStateChangeEvent
 
getNodeId() - Method in class hu.netmind.beankeeper.event.RemoteTransactionPostCommitEvent
 
getObject() - Method in class hu.netmind.beankeeper.event.ObjectEvent
 
getObjectClass() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the object class.
getObjectCount() - Method in interface hu.netmind.beankeeper.management.CacheMBean
 
getObjects() - Method in exception hu.netmind.beankeeper.ConcurrentModificationException
Returns the object which could not be modified.
getOldState() - Method in class hu.netmind.beankeeper.event.NodeStateChangeEvent
 
getOriginalObject() - Method in class hu.netmind.beankeeper.event.ModifyObjectEvent
Get the original object before the change occured.
getPersistenceDynamicName() - Method in interface hu.netmind.beankeeper.DynamicObject
Get the dynamic name of the class.
getPersistenceEnd() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the end serial.
getPersistenceId() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the persistence id of the object.
getPersistenceId(Object) - Method in class hu.netmind.beankeeper.Store
Get the persistence id for an object.
getPersistenceMetaData(Object) - Method in class hu.netmind.beankeeper.Store
Get the persistence meta-data object for a given object.
getPersistenceStart() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the creation serial number of this version.
getProvider() - Method in interface hu.netmind.beankeeper.LockTracker
Get the session provider of locks.
getRegistrationSerial() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the serial number on which this object was registered into the tracker.
getRemoveCount() - Method in interface hu.netmind.beankeeper.management.OperationsStatisticsMBean
 
getRemoveDate() - Method in interface hu.netmind.beankeeper.PersistenceMetaData
Get the deletion date of this version of the object.
getRemoveTime() - Method in interface hu.netmind.beankeeper.management.OperationsStatisticsMBean
 
getResultCount() - Method in interface hu.netmind.beankeeper.management.CacheMBean
 
getSaveCount() - Method in interface hu.netmind.beankeeper.management.OperationsStatisticsMBean
 
getSaveTime() - Method in interface hu.netmind.beankeeper.management.OperationsStatisticsMBean
 
getSchemaCount() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getSchemaCount() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getSchemaTime() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getSchemaTime() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getSelectCount() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getSelectCount() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getSelectTime() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getSelectTime() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getSerial() - Method in class hu.netmind.beankeeper.event.ObjectsFinalizationEvent
 
getSerial() - Method in interface hu.netmind.beankeeper.Transaction
Get the serial number when this transaction began.
getSessionInfo() - Method in exception hu.netmind.beankeeper.ConcurrentModificationException
Returns the transaction which currently locks the object that could not be modified.
getSessionInfo() - Method in interface hu.netmind.beankeeper.SessionInfoProvider
Return the session information for a lock operation.
getStats() - Method in interface hu.netmind.beankeeper.Transaction
Get statistics from this transaction.
getTotalCount() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getTransaction() - Method in class hu.netmind.beankeeper.event.TransactionEvent
 
getTransaction(int) - Method in interface hu.netmind.beankeeper.TransactionTracker
Get a transaction.
getTransactionTracker() - Method in class hu.netmind.beankeeper.Store
Get the transaction tracker associated with this store.
getTxSerial() - Method in class hu.netmind.beankeeper.event.ObjectsFinalizationEvent
 
getTxSerial() - Method in class hu.netmind.beankeeper.event.RemoteTransactionPostCommitEvent
 
getUpdateCount() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getUpdateCount() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 
getUpdateTime() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
getUpdateTime() - Method in interface hu.netmind.beankeeper.management.SQLStatisticsMBean
 

H

handle(PersistenceEvent) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
Listen for transaction events.
handle(PersistenceEvent) - Method in interface hu.netmind.beankeeper.PersistenceEventListener
Handle the event from the library.
hashCode() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
hasTransaction(Long) - Method in interface hu.netmind.beankeeper.TransactionTracker
Determines whether the given transaction is a valid open transaction in this tracker or not.
hu.netmind.beankeeper - package hu.netmind.beankeeper
 
hu.netmind.beankeeper.event - package hu.netmind.beankeeper.event
 
hu.netmind.beankeeper.helper - package hu.netmind.beankeeper.helper
 
hu.netmind.beankeeper.management - package hu.netmind.beankeeper.management
 

I

isEmpty() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
isOriginalValue(String, Object) - Method in class hu.netmind.beankeeper.event.ModifyObjectEvent
Determine whether an original attribute was equals to the given value.
isRollbackOnly() - Method in interface hu.netmind.beankeeper.Transaction
Returns whether this transaction was marked "rollback only".

K

keySet() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 

L

lock(Object) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object.
lock(Object, int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object with wait period given.
lock(Object, SessionInfo) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object with the session information given.
lock(Object[]) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects.
lock(Object[], int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects.
lock(Object[], SessionInfo, int, boolean, boolean) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects with all possible parameters specified.
lockEnsureCurrent(Object) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object, and ensure that the object given is the most recent version of the object.
lockEnsureCurrent(Object, int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object, and guarantee it's current.
lockEnsureCurrent(Object, SessionInfo) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object with the session information given, and check is the given object is the current version.
lockEnsureCurrent(Object[]) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects, and check whether given objects are current.
lockEnsureCurrent(Object[], int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects, and check whether given objects are current.
lockReadOnly(Object) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object read-only.
lockReadOnly(Object, int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object read-only with wait period given.
lockReadOnly(Object, SessionInfo) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object read-only with the session information given.
lockReadOnly(Object[]) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects read-only.
lockReadOnly(Object[], int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects read-only.
lockReadOnlyEnsureCurrent(Object) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object read-only, and ensure that the object given is the most recent version of the object.
lockReadOnlyEnsureCurrent(Object, int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object read-only, and guarantee it's current.
lockReadOnlyEnsureCurrent(Object, SessionInfo) - Method in interface hu.netmind.beankeeper.LockTracker
Lock a single object read-only with the session information given, and check is the given object is the current version.
lockReadOnlyEnsureCurrent(Object[]) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects read-only, and check whether given objects are current.
lockReadOnlyEnsureCurrent(Object[], int) - Method in interface hu.netmind.beankeeper.LockTracker
Lock multiple objects read-only, and check whether given objects are current.
LockTracker - Interface in hu.netmind.beankeeper
This class tracks locks on objects.

M

markRollbackOnly() - Method in interface hu.netmind.beankeeper.Transaction
Mark this transaction as rollback only.
ModifyObjectEvent - Class in hu.netmind.beankeeper.event
This event is generated if an object's attributes changed.
ModifyObjectEvent(StoreContext, Map, TimeControl, Object) - Constructor for class hu.netmind.beankeeper.event.ModifyObjectEvent
 

N

NodeStateChangeEvent - Class in hu.netmind.beankeeper.event
This event is generated if the state of current node has changed.
NodeStateChangeEvent(NodeState, NodeState) - Constructor for class hu.netmind.beankeeper.event.NodeStateChangeEvent
 
notify(PersistenceEvent) - Method in interface hu.netmind.beankeeper.EventDispatcher
Notify all listeners of given event.
notifyAll(PersistenceEvent) - Method in interface hu.netmind.beankeeper.EventDispatcher
Notify all listeners in a guaranteed way.

O

ObjectEvent - Class in hu.netmind.beankeeper.event
All events which revolve around the change to one object extend this base.
ObjectEvent(Object) - Constructor for class hu.netmind.beankeeper.event.ObjectEvent
 
ObjectsFinalizationEvent - Class in hu.netmind.beankeeper.event
This event is delivered when the changed objects are finalized in the database as part of the commit sequence.
ObjectsFinalizationEvent(List<PersistenceMetaData>, Long, Long) - Constructor for class hu.netmind.beankeeper.event.ObjectsFinalizationEvent
 
OperationsStatisticsMBean - Interface in hu.netmind.beankeeper.management
Management bean interface for operations statistics.

P

PersistenceEvent - Interface in hu.netmind.beankeeper
This is the base of all event objects.
PersistenceEventListener - Interface in hu.netmind.beankeeper
An event listener can receive all generated events from the library.
PersistenceMetaData - Interface in hu.netmind.beankeeper
An object of this class represents all persistence related information about an object, which BeanKeeper is aware of.
PRI_HIGH - Static variable in interface hu.netmind.beankeeper.EventDispatcher
 
PRI_LOW - Static variable in interface hu.netmind.beankeeper.EventDispatcher
 
PRI_NORMAL - Static variable in interface hu.netmind.beankeeper.EventDispatcher
 
PRI_SYSTEM_HIGH - Static variable in interface hu.netmind.beankeeper.EventDispatcher
 
PRI_SYSTEM_LOW - Static variable in interface hu.netmind.beankeeper.EventDispatcher
 
put(Object, Object) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
putAll(Map) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 

R

registerListener(PersistenceEventListener) - Method in interface hu.netmind.beankeeper.EventDispatcher
Register the given listener to this dispatcher.
registerListener(PersistenceEventListener, int) - Method in interface hu.netmind.beankeeper.EventDispatcher
Register the given listener to this dispatcher with a priority.
RemoteStateChangeEvent - Class in hu.netmind.beankeeper.event
This event is delivered if a remote node changes it's state.
RemoteStateChangeEvent(int) - Constructor for class hu.netmind.beankeeper.event.RemoteStateChangeEvent
 
RemoteTransactionPostCommitEvent - Class in hu.netmind.beankeeper.event
This event is sent when a transaction is committed.
RemoteTransactionPostCommitEvent(int, Long) - Constructor for class hu.netmind.beankeeper.event.RemoteTransactionPostCommitEvent
 
remove(Object) - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
remove(Object) - Method in class hu.netmind.beankeeper.Store
Remove the object given.
RemovedItemEvent - Class in hu.netmind.beankeeper.event
The specified item was removed from the specified container.
RemovedItemEvent(Object, String, Object) - Constructor for class hu.netmind.beankeeper.event.RemovedItemEvent
 
reset() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
rollback() - Method in interface hu.netmind.beankeeper.Transaction
Rollback this transaction.

S

save(Object) - Method in class hu.netmind.beankeeper.Store
Save the given object to the store.
SessionInfo - Class in hu.netmind.beankeeper
Session info object can be used to distribute session specific information to other threads or processes.
SessionInfo() - Constructor for class hu.netmind.beankeeper.SessionInfo
 
SessionInfoProvider - Interface in hu.netmind.beankeeper
This interface can be used to provide SessionInfo objects to lock operations.
setConfiguration(AbstractConfiguration) - Method in interface hu.netmind.beankeeper.ConfigurationTracker
Set a new configuration for beankeeper.
setDeleteCount(int) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setDeleteTime(long) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setInsertCount(int) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setInsertTime(long) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setPersistenceDynamicName(String) - Method in interface hu.netmind.beankeeper.DynamicObject
This method is called by the library during a select from database.
setProvider(SessionInfoProvider) - Method in interface hu.netmind.beankeeper.LockTracker
Set the session info provider implementation.
setSchemaCount(int) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setSchemaTime(long) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setSelectCount(int) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setSelectTime(long) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setUpdateCount(int) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
setUpdateTime(long) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
size() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 
SQLStatisticsMBean - Interface in hu.netmind.beankeeper.management
Management bean interface of th sql statistics bean.
Store - Class in hu.netmind.beankeeper
This store class is the entry point to the persistence library.
Store(String, String) - Constructor for class hu.netmind.beankeeper.Store
Instantiate a store.
Store(DataSource) - Constructor for class hu.netmind.beankeeper.Store
Instantiate a store.
StoreException - Exception in hu.netmind.beankeeper
This is the root exception of the store.
StoreException(String) - Constructor for exception hu.netmind.beankeeper.StoreException
 
StoreException(String, Throwable) - Constructor for exception hu.netmind.beankeeper.StoreException
 
substract(DatabaseStatistics) - Method in class hu.netmind.beankeeper.DatabaseStatistics
 

T

toString() - Method in class hu.netmind.beankeeper.DatabaseStatistics
 
toString() - Method in class hu.netmind.beankeeper.event.TransactionEvent
 
Transaction - Interface in hu.netmind.beankeeper
This is a high-level transaction object used throughout the persistence layer.
TransactionalMap - Class in hu.netmind.beankeeper.helper
This map implementation takes transactions into account when getting and settings values.
TransactionalMap(Store) - Constructor for class hu.netmind.beankeeper.helper.TransactionalMap
Construct a transactional map.
TransactionCommitEndingEvent - Class in hu.netmind.beankeeper.event
This event notifies the listener that the end serial is choosen for the transaction.
TransactionCommitEndingEvent(Transaction) - Constructor for class hu.netmind.beankeeper.event.TransactionCommitEndingEvent
 
TransactionCommittedEvent - Class in hu.netmind.beankeeper.event
This event is sent when the transaction given has committed physically.
TransactionCommittedEvent(Transaction) - Constructor for class hu.netmind.beankeeper.event.TransactionCommittedEvent
 
TransactionCommittingEvent - Class in hu.netmind.beankeeper.event
This event is sent when the transaction given is about to commit.
TransactionCommittingEvent(Transaction) - Constructor for class hu.netmind.beankeeper.event.TransactionCommittingEvent
 
TransactionEvent - Class in hu.netmind.beankeeper.event
This is the superclass for all transaction related events.
TransactionEvent(Transaction) - Constructor for class hu.netmind.beankeeper.event.TransactionEvent
 
TransactionRolledbackEvent - Class in hu.netmind.beankeeper.event
This event is sent when the transaction given has rolled back physically.
TransactionRolledbackEvent(Transaction) - Constructor for class hu.netmind.beankeeper.event.TransactionRolledbackEvent
 
TransactionRollingbackEvent - Class in hu.netmind.beankeeper.event
This event is sent when the transaction given is about to roll back.
TransactionRollingbackEvent(Transaction) - Constructor for class hu.netmind.beankeeper.event.TransactionRollingbackEvent
 
TransactionTracker - Interface in hu.netmind.beankeeper
This service is responsible for keeping track of transactions currently running in the system.
TX_NEW - Static variable in interface hu.netmind.beankeeper.TransactionTracker
 
TX_OPTIONAL - Static variable in interface hu.netmind.beankeeper.TransactionTracker
 
TX_REQUIRED - Static variable in interface hu.netmind.beankeeper.TransactionTracker
 

U

unlock(Object) - Method in interface hu.netmind.beankeeper.LockTracker
Unlock a single object.
unlock(Object[]) - Method in interface hu.netmind.beankeeper.LockTracker
Unlock multiple objects.
unregisterListener(PersistenceEventListener) - Method in interface hu.netmind.beankeeper.EventDispatcher
Remove the given listener from this dispatcher.

V

values() - Method in class hu.netmind.beankeeper.helper.TransactionalMap
 

A B C D E F G H I K L M N O P R S T U V