|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arjuna.ats.arjuna.objectstore.type.ObjectStoreTypeManager
public class ObjectStoreTypeManager
This allows users to define a mapping between record type integers and specific Class-es. This replaces Gandiva from previous releases.
Method Summary | |
---|---|
void |
add(ObjectStoreTypeMap map)
|
java.lang.Class<? extends ObjectStore> |
getObjectStoreClass(int type)
|
int |
getType(java.lang.Class<? extends ObjectStore> c)
|
static ObjectStoreTypeManager |
manager()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.Class<? extends ObjectStore> getObjectStoreClass(int type)
public int getType(java.lang.Class<? extends ObjectStore> c)
public void add(ObjectStoreTypeMap map)
public static ObjectStoreTypeManager manager()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |