Uses of Interface
com.arjuna.ats.arjuna.objectstore.ObjectStoreAPI
-
Packages that use ObjectStoreAPI Package Description com.arjuna.ats.arjuna.objectstore -
-
Uses of ObjectStoreAPI in com.arjuna.ats.arjuna.objectstore
Classes in com.arjuna.ats.arjuna.objectstore that implement ObjectStoreAPI Modifier and Type Class Description classObjectStoreThe object store interface is the application's route to using a specific object store implementation.Methods in com.arjuna.ats.arjuna.objectstore that return ObjectStoreAPI Modifier and Type Method Description static ObjectStoreAPIStoreManager. getEISNameStore()static ObjectStoreAPIStoreManager. getTxOJStore()Constructors in com.arjuna.ats.arjuna.objectstore with parameters of type ObjectStoreAPI Constructor Description StoreManager(ObjectStoreAPI actionStore, ObjectStoreAPI stateStore, ObjectStoreAPI communicationStore)
-