com.arjuna.ats.arjuna.objectstore.type
Interface ObjectStoreTypeMap


public interface ObjectStoreTypeMap

This allows users to define a mapping between record type integers and specific Class-es. This replaces Gandiva from previous releases.


Method Summary
 java.lang.Class<? extends ObjectStore> getObjectStoreClass()
           
 int getType()
           
 

Method Detail

getObjectStoreClass

java.lang.Class<? extends ObjectStore> getObjectStoreClass()

getType

int getType()