com.arjuna.ats.arjuna.objectstore
Interface BaseStore
- All Known Subinterfaces:
- ParticipantStore, RecoveryStore, TxLog
- All Known Implementing Classes:
- ObjectStore
public interface BaseStore
The BasicStore provides core methods that all implementations MUST provide.
- Since:
- JTS 1.0.
- Version:
- $Id: ObjectStore.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark@arjuna.com)
typeIs
int typeIs()
- The type of the object store. This is used to order the
instances in the intentions list.
- Returns:
- the type of the record.
- See Also:
RecordType
getStoreName
java.lang.String getStoreName()
- Returns:
- the "name" of the object store. Where in the hierarchy it appears, e.g., /ObjectStore/MyName/...