Package fabric.worker

The Fabric worker implementation.

See:
          Description

Interface Summary
Store  
Worker.Code<T>  
 

Class Summary
DirectFetchManager This simple FetchManger always goes directly to the store.
FabricSoftRef  
LocalStore  
MainThread The thread in which the Fabric program executes.
Options  
RemoteStore Encapsulates a Store.
SerializedObjectSoftRef  
Worker This is the main interface to the Fabric API.
 

Exception Summary
AbortException An AbortException is thrown to indicate that a transaction was aborted.
NoSuchNameException  
RetryException A RetryException is thrown to indicate that a retry statement is executed.
TransactionAbortingException Indicates that the current transaction should be aborted.
TransactionCommitFailedException  
TransactionPrepareFailedException  
TransactionRestartingException Indicates that the current transaction should be restarted.
UserAbortException A UserAbortException is thrown to indicate that an abort statement is executed.
 

Error Summary
TransactionAtomicityViolationException  
 

Package fabric.worker Description

The Fabric worker implementation.