FileDocCategorySizeDatePackage
BatchBackingStore.javaAPI DocGlassfish v2 API2819Fri May 04 22:35:28 BST 2007com.sun.appserv.ha.spi

BatchBackingStore

public interface BatchBackingStore
A class that saves a set of EjbMetaData atomically. The implementation is responsible for atomically saving all the BatchMetadata that is passed as parameter to the saveAll() method.

Fields Summary
Constructors Summary
Methods Summary
public voidsaveAll(BatchMetadata data)
Save all the BatchMetadata atomically.

Note that not all BatchMetadata.getAppId() in the collection may return the same value. The store is expected to save all of them atomically

param
data the BatchMetadata to be stored
throws
BackingStoreException
throws
BackingStoreException if the underlying store implementation encounters any exception