com.arjuna.ats.arjuna.coordinator.abstractrecord
Class RecordTypeManager
java.lang.Object
com.arjuna.ats.arjuna.coordinator.abstractrecord.RecordTypeManager
public class RecordTypeManager
- extends Object
This allows users to define a mapping between record type integers
and specific Class-es. This replaces Gandiva from previous releases.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getClass
public Class<? extends AbstractRecord> getClass(int type)
getType
public int getType(Class<? extends AbstractRecord> c)
add
public void add(RecordTypeMap map)
remove
public void remove(RecordTypeMap map)
manager
public static RecordTypeManager manager()
Copyright © 2011. All Rights Reserved.