org.apache.jdo.impl.enhancer.core
Class Analyzer

java.lang.Object
  extended byorg.apache.jdo.impl.enhancer.util.Assertion
      extended byorg.apache.jdo.impl.enhancer.util.Support
          extended byorg.apache.jdo.impl.enhancer.core.Analyzer
All Implemented Interfaces:
EnhancerConstants, JAVA_ClassConstants, JDO_ClassConstants, JDO_FIE_MemberConstants, JDO_IC_MemberConstants, JDO_IH_MemberConstants, JDO_OIFC_MemberConstants, JDO_OIFS_MemberConstants, JDO_PC_MemberConstants, JDO_SM_MemberConstants, JDOConstants, VMConstants

final class Analyzer
extends Support
implements JDOConstants, EnhancerConstants

Analyzes a class for enhancement.


Field Summary
private  java.util.Map annotatableMethods
          The map of found JDO methods
private  int annotatedFieldCount
          The number of annotated fields.
private  int[] annotatedFieldFlags
          The jdo flags of all annotated fields sorted by relative field index.
private  int[] annotatedFieldMods
          The java access modifiers of all annotated fields sorted by relative field index.
private  java.lang.String[] annotatedFieldNames
          The names of all annotated fields sorted by relative field index.
private  java.lang.String[] annotatedFieldSigs
          The type names of all annotated fields sorted by relative field index.
static int CC_PersistenceAware
          The class is to be enhanced for persistence-awareness.
static int CC_PersistenceCapable
          The class is to be enhanced for specific persistence-capability (class does extend another persistence-capable class).
static int CC_PersistenceCapableRoot
          The class is to be enhanced for generic and specific persistence-capability (class does not extend another persistence-capable class).
static int CC_PersistenceUnknown
          The enhancement status of the class hasn't been determined yet.
static int CC_PreviouslyEnhanced
          The class is detected to be enhanced already and is not to be modifed.
static int CC_Unenhancable
          The class is not to be modified by the enahncer.
static int CHECK_READ
           
static int CHECK_WRITE
           
private  ClassFile classFile
          The classfile to be enhanced.
private  java.lang.String className
          The class name in VM form.
private  Controller control
          The classfile's enhancement controller.
private  Environment env
          Repository for the enhancement options.
private  boolean hasCallbackJDOMethods
           
private  boolean hasCloneMethod
          True if the class has a clone() method.
private  boolean hasDefaultConstructor
          True if the class has a default (no-argument) constructor.
private  boolean hasGenericJDOFields
           
private  boolean hasGenericJDOMembers
           
private  boolean hasGenericJDOMethods
           
private  boolean hasImplementsPC
          True if a jdo member has been seen in this class.
private  boolean hasJDOMembers
           
private  boolean hasReadObjectMethod
          True if the class has a readObject(java.io.ObjectInputStream) method.
private  boolean hasSpecificJDOFields
           
private  boolean hasSpecificJDOMembers
           
private  boolean hasSpecificJDOMethods
           
private  boolean hasStaticInitializer
          True if the class has a static initializer block.
private  boolean hasWriteObjectMethod
          True if the class has a writeObject(java.io.ObjectOutputStream) method.
private  boolean hasWriteReplaceMethod
          True if the class has a writeReplace() method.
static java.lang.String JAVA_Boolean_Name
           
static java.lang.String JAVA_Boolean_Path
           
static java.lang.String JAVA_Boolean_Sig
           
static java.lang.String JAVA_Boolean_Type
           
static java.lang.String JAVA_Boolean_TYPE_Name
           
static java.lang.String JAVA_Boolean_TYPE_Sig
           
static java.lang.String JAVA_Byte_Name
           
static java.lang.String JAVA_Byte_Path
           
static java.lang.String JAVA_Byte_Sig
           
static java.lang.String JAVA_Byte_Type
           
static java.lang.String JAVA_Byte_TYPE_Name
           
static java.lang.String JAVA_Byte_TYPE_Sig
           
static java.lang.String JAVA_Character_Name
           
static java.lang.String JAVA_Character_Path
           
static java.lang.String JAVA_Character_Sig
           
static java.lang.String JAVA_Character_Type
           
static java.lang.String JAVA_Character_TYPE_Name
           
static java.lang.String JAVA_Character_TYPE_Sig
           
static java.lang.String JAVA_Class_forName_Name
           
static java.lang.String JAVA_Class_forName_Sig
           
static java.lang.String JAVA_Class_Name
           
static java.lang.String JAVA_Class_Path
           
static java.lang.String JAVA_Class_Sig
           
static java.lang.String JAVA_Class_Type
           
static java.lang.String JAVA_ClassNotFoundException_Name
           
static java.lang.String JAVA_ClassNotFoundException_Path
           
static java.lang.String JAVA_ClassNotFoundException_Sig
           
static java.lang.String JAVA_ClassNotFoundException_Type
           
static int JAVA_clinit_Mods
           
static java.lang.String JAVA_clinit_Name
           
static java.lang.String JAVA_clinit_Sig
           
static java.lang.String JAVA_Double_Name
           
static java.lang.String JAVA_Double_Path
           
static java.lang.String JAVA_Double_Sig
           
static java.lang.String JAVA_Double_Type
           
static java.lang.String JAVA_Double_TYPE_Name
           
static java.lang.String JAVA_Double_TYPE_Sig
           
static java.lang.String JAVA_Float_Name
           
static java.lang.String JAVA_Float_Path
           
static java.lang.String JAVA_Float_Sig
           
static java.lang.String JAVA_Float_Type
           
static java.lang.String JAVA_Float_TYPE_Name
           
static java.lang.String JAVA_Float_TYPE_Sig
           
static java.lang.String JAVA_IllegalArgumentException_Name
           
static java.lang.String JAVA_IllegalArgumentException_Path
           
static java.lang.String JAVA_IllegalArgumentException_Sig
           
static java.lang.String JAVA_IllegalArgumentException_Type
           
static java.lang.String JAVA_IllegalStateException_Name
           
static java.lang.String JAVA_IllegalStateException_Path
           
static java.lang.String JAVA_IllegalStateException_Sig
           
static java.lang.String JAVA_IllegalStateException_Type
           
static java.lang.String JAVA_Integer_Name
           
static java.lang.String JAVA_Integer_Path
           
static java.lang.String JAVA_Integer_Sig
           
static java.lang.String JAVA_Integer_Type
           
static java.lang.String JAVA_Integer_TYPE_Name
           
static java.lang.String JAVA_Integer_TYPE_Sig
           
static java.lang.String JAVA_Long_Name
           
static java.lang.String JAVA_Long_Path
           
static java.lang.String JAVA_Long_Sig
           
static java.lang.String JAVA_Long_Type
           
static java.lang.String JAVA_Long_TYPE_Name
           
static java.lang.String JAVA_Long_TYPE_Sig
           
static java.lang.String JAVA_NoClassDefFoundError_Name
           
static java.lang.String JAVA_NoClassDefFoundError_NoClassDefFoundError_Name
           
static java.lang.String JAVA_NoClassDefFoundError_NoClassDefFoundError_Sig
           
static java.lang.String JAVA_NoClassDefFoundError_Path
           
static java.lang.String JAVA_NoClassDefFoundError_Sig
           
static java.lang.String JAVA_NoClassDefFoundError_Type
           
static java.lang.String JAVA_Object_clone_Name
           
static java.lang.String JAVA_Object_clone_Sig
           
static java.lang.String JAVA_Object_Name
           
static java.lang.String JAVA_Object_Path
           
static java.lang.String JAVA_Object_readObject_Name
           
static java.lang.String JAVA_Object_readObject_Sig
           
static java.lang.String JAVA_Object_Sig
           
static java.lang.String JAVA_Object_Type
           
static int JAVA_Object_writeObject_Mods
           
static java.lang.String JAVA_Object_writeObject_Name
           
static java.lang.String JAVA_Object_writeObject_Sig
           
static java.lang.String JAVA_Object_writeReplace_Name
           
static java.lang.String JAVA_Object_writeReplace_Sig
           
static java.lang.String JAVA_ObjectInputStream_Name
           
static java.lang.String JAVA_ObjectInputStream_Path
           
static java.lang.String JAVA_ObjectInputStream_Sig
           
static java.lang.String JAVA_ObjectInputStream_Type
           
static java.lang.String JAVA_ObjectOutputStream_defaultWriteObject_Name
           
static java.lang.String JAVA_ObjectOutputStream_defaultWriteObject_Sig
           
static java.lang.String JAVA_ObjectOutputStream_Name
           
static java.lang.String JAVA_ObjectOutputStream_Path
           
static java.lang.String JAVA_ObjectOutputStream_Sig
           
static java.lang.String JAVA_ObjectOutputStream_Type
           
static java.lang.String JAVA_Permission_Name
           
static java.lang.String JAVA_Permission_Path
           
static java.lang.String JAVA_Permission_Sig
           
static java.lang.String JAVA_Permission_Type
           
static java.lang.String JAVA_SecurityManager_checkPermission_Name
           
static java.lang.String JAVA_SecurityManager_checkPermission_Sig
           
static java.lang.String JAVA_SecurityManager_Name
           
static java.lang.String JAVA_SecurityManager_Path
           
static java.lang.String JAVA_SecurityManager_Sig
           
static java.lang.String JAVA_SecurityManager_Type
           
static java.lang.String JAVA_Short_Name
           
static java.lang.String JAVA_Short_Path
           
static java.lang.String JAVA_Short_Sig
           
static java.lang.String JAVA_Short_Type
           
static java.lang.String JAVA_Short_TYPE_Name
           
static java.lang.String JAVA_Short_TYPE_Sig
           
static java.lang.String JAVA_String_Name
           
static java.lang.String JAVA_String_Path
           
static java.lang.String JAVA_String_Sig
           
static java.lang.String JAVA_String_Type
           
static java.lang.String JAVA_System_getSecurityManager_Name
           
static java.lang.String JAVA_System_getSecurityManager_Sig
           
static java.lang.String JAVA_System_Name
           
static java.lang.String JAVA_System_Path
           
static java.lang.String JAVA_System_Sig
           
static java.lang.String JAVA_System_Type
           
static java.lang.String JAVA_Throwable_getMessage_Name
           
static java.lang.String JAVA_Throwable_getMessage_Sig
           
static java.lang.String JAVA_Throwable_Name
           
static java.lang.String JAVA_Throwable_Path
           
static java.lang.String JAVA_Throwable_Sig
           
static java.lang.String JAVA_Throwable_Type
           
static java.lang.String JAVA_UnsupportedOperationException_Name
           
static java.lang.String JAVA_UnsupportedOperationException_Path
           
static java.lang.String JAVA_UnsupportedOperationException_Sig
           
static java.lang.String JAVA_UnsupportedOperationException_Type
           
static int JDO_IC_jdoPostLoad_Mods
           
static java.lang.String JDO_IC_jdoPostLoad_Name
           
static java.lang.String JDO_IC_jdoPostLoad_Sig
           
static int JDO_IC_jdoPreClear_Mods
           
static java.lang.String JDO_IC_jdoPreClear_Name
           
static java.lang.String JDO_IC_jdoPreClear_Sig
           
static int JDO_IC_jdoPreDelete_Mods
           
static java.lang.String JDO_IC_jdoPreDelete_Name
           
static java.lang.String JDO_IC_jdoPreDelete_Sig
           
static int JDO_IC_jdoPreStore_Mods
           
static java.lang.String JDO_IC_jdoPreStore_Name
           
static java.lang.String JDO_IC_jdoPreStore_Sig
           
static java.lang.String JDO_InstanceCallbacks_Name
           
static java.lang.String JDO_InstanceCallbacks_Path
           
static java.lang.String JDO_InstanceCallbacks_Sig
           
static java.lang.String JDO_InstanceCallbacks_Type
           
static java.lang.String JDO_JDOFatalInternalException_JDOFatalInternalException_Name
           
static java.lang.String JDO_JDOFatalInternalException_JDOFatalInternalException_Sig
           
static java.lang.String JDO_JDOFatalInternalException_Name
           
static java.lang.String JDO_JDOFatalInternalException_Path
           
static java.lang.String JDO_JDOFatalInternalException_Sig
           
static java.lang.String JDO_JDOFatalInternalException_Type
           
static java.lang.String JDO_JDOImplHelper_checkAuthorizedStateManager_Name
           
static java.lang.String JDO_JDOImplHelper_checkAuthorizedStateManager_Sig
           
static java.lang.String JDO_JDOImplHelper_Name
           
static java.lang.String JDO_JDOImplHelper_Path
           
static java.lang.String JDO_JDOImplHelper_registerClass_Name
           
static java.lang.String JDO_JDOImplHelper_registerClass_Sig
           
static java.lang.String JDO_JDOImplHelper_Sig
           
static java.lang.String JDO_JDOImplHelper_Type
           
static java.lang.String JDO_JDOPermission_JDOPermission_Name
           
static java.lang.String JDO_JDOPermission_JDOPermission_Sig
           
static java.lang.String JDO_JDOPermission_Name
           
static java.lang.String JDO_JDOPermission_Path
           
static java.lang.String JDO_JDOPermission_setStateManager_Name
           
static java.lang.String JDO_JDOPermission_Sig
           
static java.lang.String JDO_JDOPermission_Type
           
static java.lang.String JDO_ObjectIdFieldConsumer_Name
           
static java.lang.String JDO_ObjectIdFieldConsumer_Path
           
static java.lang.String JDO_ObjectIdFieldConsumer_Sig
           
static java.lang.String JDO_ObjectIdFieldConsumer_Type
           
static java.lang.String JDO_ObjectIdFieldSupplier_Name
           
static java.lang.String JDO_ObjectIdFieldSupplier_Path
           
static java.lang.String JDO_ObjectIdFieldSupplier_Sig
           
static java.lang.String JDO_ObjectIdFieldSupplier_Type
           
static java.lang.String JDO_OIFC_storeBooleanField_Name
           
static java.lang.String JDO_OIFC_storeBooleanField_Sig
           
static java.lang.String JDO_OIFC_storeByteField_Name
           
static java.lang.String JDO_OIFC_storeByteField_Sig
           
static java.lang.String JDO_OIFC_storeCharField_Name
           
static java.lang.String JDO_OIFC_storeCharField_Sig
           
static java.lang.String JDO_OIFC_storeDoubleField_Name
           
static java.lang.String JDO_OIFC_storeDoubleField_Sig
           
static java.lang.String JDO_OIFC_storeFloatField_Name
           
static java.lang.String JDO_OIFC_storeFloatField_Sig
           
static java.lang.String JDO_OIFC_storeIntField_Name
           
static java.lang.String JDO_OIFC_storeIntField_Sig
           
static java.lang.String JDO_OIFC_storeLongField_Name
           
static java.lang.String JDO_OIFC_storeLongField_Sig
           
static java.lang.String JDO_OIFC_storeObjectField_Name
           
static java.lang.String JDO_OIFC_storeObjectField_Sig
           
static java.lang.String JDO_OIFC_storeShortField_Name
           
static java.lang.String JDO_OIFC_storeShortField_Sig
           
static java.lang.String JDO_OIFC_storeStringField_Name
           
static java.lang.String JDO_OIFC_storeStringField_Sig
           
static java.lang.String JDO_OIFS_fetchBooleanField_Name
           
static java.lang.String JDO_OIFS_fetchBooleanField_Sig
           
static java.lang.String JDO_OIFS_fetchByteField_Name
           
static java.lang.String JDO_OIFS_fetchByteField_Sig
           
static java.lang.String JDO_OIFS_fetchCharField_Name
           
static java.lang.String JDO_OIFS_fetchCharField_Sig
           
static java.lang.String JDO_OIFS_fetchDoubleField_Name
           
static java.lang.String JDO_OIFS_fetchDoubleField_Sig
           
static java.lang.String JDO_OIFS_fetchFloatField_Name
           
static java.lang.String JDO_OIFS_fetchFloatField_Sig
           
static java.lang.String JDO_OIFS_fetchIntField_Name
           
static java.lang.String JDO_OIFS_fetchIntField_Sig
           
static java.lang.String JDO_OIFS_fetchLongField_Name
           
static java.lang.String JDO_OIFS_fetchLongField_Sig
           
static java.lang.String JDO_OIFS_fetchObjectField_Name
           
static java.lang.String JDO_OIFS_fetchObjectField_Sig
           
static java.lang.String JDO_OIFS_fetchShortField_Name
           
static java.lang.String JDO_OIFS_fetchShortField_Sig
           
static java.lang.String JDO_OIFS_fetchStringField_Name
           
static java.lang.String JDO_OIFS_fetchStringField_Sig
           
static int JDO_PC_jdoCopyField_Mods
           
static java.lang.String JDO_PC_jdoCopyField_Name
           
static int JDO_PC_jdoCopyFields_Mods
           
static java.lang.String JDO_PC_jdoCopyFields_Name
           
static java.lang.String JDO_PC_jdoCopyFields_Sig
           
static int JDO_PC_jdoCopyKeyFieldsFromObjectId_Mods
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_Name
           
static int JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Mods
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Name
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Sig
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_Sig
           
static int JDO_PC_jdoCopyKeyFieldsToObjectId_Mods
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_Name
           
static int JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Mods
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Name
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Sig
           
static java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_Sig
           
static int JDO_PC_jdoFieldFlags_Mods
           
static java.lang.String JDO_PC_jdoFieldFlags_Name
           
static java.lang.String JDO_PC_jdoFieldFlags_Sig
           
static int JDO_PC_jdoFieldNames_Mods
           
static java.lang.String JDO_PC_jdoFieldNames_Name
           
static java.lang.String JDO_PC_jdoFieldNames_Sig
           
static int JDO_PC_jdoFieldTypes_Mods
           
static java.lang.String JDO_PC_jdoFieldTypes_Name
           
static java.lang.String JDO_PC_jdoFieldTypes_Sig
           
static int JDO_PC_jdoFlags_Mods
           
static java.lang.String JDO_PC_jdoFlags_Name
           
static java.lang.String JDO_PC_jdoFlags_Sig
           
static int JDO_PC_jdoGetManagedFieldCount_Mods
           
static java.lang.String JDO_PC_jdoGetManagedFieldCount_Name
           
static java.lang.String JDO_PC_jdoGetManagedFieldCount_Sig
           
static int JDO_PC_jdoGetObjectId_Mods
           
static java.lang.String JDO_PC_jdoGetObjectId_Name
           
static java.lang.String JDO_PC_jdoGetObjectId_Sig
           
static int JDO_PC_jdoGetPersistenceManager_Mods
           
static java.lang.String JDO_PC_jdoGetPersistenceManager_Name
           
static java.lang.String JDO_PC_jdoGetPersistenceManager_Sig
           
static int JDO_PC_jdoGetTransactionalObjectId_Mods
           
static java.lang.String JDO_PC_jdoGetTransactionalObjectId_Name
           
static java.lang.String JDO_PC_jdoGetTransactionalObjectId_Sig
           
static int JDO_PC_jdoGetVersion_Mods
           
static java.lang.String JDO_PC_jdoGetVersion_Name
           
static java.lang.String JDO_PC_jdoGetVersion_Sig
           
static int JDO_PC_jdoInheritedFieldCount_Mods
           
static java.lang.String JDO_PC_jdoInheritedFieldCount_Name
           
static java.lang.String JDO_PC_jdoInheritedFieldCount_Sig
           
static int JDO_PC_jdoIsDeleted_Mods
           
static java.lang.String JDO_PC_jdoIsDeleted_Name
           
static java.lang.String JDO_PC_jdoIsDeleted_Sig
           
static int JDO_PC_jdoIsDetached_Mods
           
static java.lang.String JDO_PC_jdoIsDetached_Name
           
static java.lang.String JDO_PC_jdoIsDetached_Sig
           
static int JDO_PC_jdoIsDirty_Mods
           
static java.lang.String JDO_PC_jdoIsDirty_Name
           
static java.lang.String JDO_PC_jdoIsDirty_Sig
           
static int JDO_PC_jdoIsNew_Mods
           
static java.lang.String JDO_PC_jdoIsNew_Name
           
static java.lang.String JDO_PC_jdoIsNew_Sig
           
static int JDO_PC_jdoIsPersistent_Mods
           
static java.lang.String JDO_PC_jdoIsPersistent_Name
           
static java.lang.String JDO_PC_jdoIsPersistent_Sig
           
static int JDO_PC_jdoIsTransactional_Mods
           
static java.lang.String JDO_PC_jdoIsTransactional_Name
           
static java.lang.String JDO_PC_jdoIsTransactional_Sig
           
static int JDO_PC_jdoMakeDirty_Mods
           
static java.lang.String JDO_PC_jdoMakeDirty_Name
           
static java.lang.String JDO_PC_jdoMakeDirty_Sig
           
static int JDO_PC_jdoNewInstance_Mods
           
static java.lang.String JDO_PC_jdoNewInstance_Name
           
static int JDO_PC_jdoNewInstance_Object_Mods
           
static java.lang.String JDO_PC_jdoNewInstance_Object_Name
           
static java.lang.String JDO_PC_jdoNewInstance_Object_Sig
           
static java.lang.String JDO_PC_jdoNewInstance_Sig
           
static int JDO_PC_jdoNewObjectIdInstance_Mods
           
static java.lang.String JDO_PC_jdoNewObjectIdInstance_Name
           
static int JDO_PC_jdoNewObjectIdInstance_Object_Mods
           
static java.lang.String JDO_PC_jdoNewObjectIdInstance_Object_Name
           
static java.lang.String JDO_PC_jdoNewObjectIdInstance_Object_Sig
           
static java.lang.String JDO_PC_jdoNewObjectIdInstance_Sig
           
static int JDO_PC_jdoPersistenceCapableSuperclass_Mods
           
static java.lang.String JDO_PC_jdoPersistenceCapableSuperclass_Name
           
static java.lang.String JDO_PC_jdoPersistenceCapableSuperclass_Sig
           
static int JDO_PC_jdoPreSerialize_Mods
           
static java.lang.String JDO_PC_jdoPreSerialize_Name
           
static java.lang.String JDO_PC_jdoPreSerialize_Sig
           
static int JDO_PC_jdoProvideField_Mods
           
static java.lang.String JDO_PC_jdoProvideField_Name
           
static java.lang.String JDO_PC_jdoProvideField_Sig
           
static int JDO_PC_jdoProvideFields_Mods
           
static java.lang.String JDO_PC_jdoProvideFields_Name
           
static java.lang.String JDO_PC_jdoProvideFields_Sig
           
static int JDO_PC_jdoReplaceField_Mods
           
static java.lang.String JDO_PC_jdoReplaceField_Name
           
static java.lang.String JDO_PC_jdoReplaceField_Sig
           
static int JDO_PC_jdoReplaceFields_Mods
           
static java.lang.String JDO_PC_jdoReplaceFields_Name
           
static java.lang.String JDO_PC_jdoReplaceFields_Sig
           
static int JDO_PC_jdoReplaceFlags_Mods
           
static java.lang.String JDO_PC_jdoReplaceFlags_Name
           
static java.lang.String JDO_PC_jdoReplaceFlags_Sig
           
static int JDO_PC_jdoReplaceStateManager_Mods
           
static java.lang.String JDO_PC_jdoReplaceStateManager_Name
           
static java.lang.String JDO_PC_jdoReplaceStateManager_Sig
           
static int JDO_PC_jdoStateManager_Mods
           
static java.lang.String JDO_PC_jdoStateManager_Name
           
static java.lang.String JDO_PC_jdoStateManager_Sig
           
static java.lang.String JDO_PersistenceCapable_Name
           
static java.lang.String JDO_PersistenceCapable_Path
           
static java.lang.String JDO_PersistenceCapable_Sig
           
static java.lang.String JDO_PersistenceCapable_Type
           
static java.lang.String JDO_PersistenceManager_Name
           
static java.lang.String JDO_PersistenceManager_Path
           
static java.lang.String JDO_PersistenceManager_Sig
           
static java.lang.String JDO_PersistenceManager_Type
           
static java.lang.String JDO_SM_getBooleanField_Name
           
static java.lang.String JDO_SM_getBooleanField_Sig
           
static java.lang.String JDO_SM_getByteField_Name
           
static java.lang.String JDO_SM_getByteField_Sig
           
static java.lang.String JDO_SM_getCharField_Name
           
static java.lang.String JDO_SM_getCharField_Sig
           
static java.lang.String JDO_SM_getDoubleField_Name
           
static java.lang.String JDO_SM_getDoubleField_Sig
           
static java.lang.String JDO_SM_getFloatField_Name
           
static java.lang.String JDO_SM_getFloatField_Sig
           
static java.lang.String JDO_SM_getIntField_Name
           
static java.lang.String JDO_SM_getIntField_Sig
           
static java.lang.String JDO_SM_getLongField_Name
           
static java.lang.String JDO_SM_getLongField_Sig
           
static java.lang.String JDO_SM_getObjectField_Name
           
static java.lang.String JDO_SM_getObjectField_Sig
           
static java.lang.String JDO_SM_getObjectId_Name
           
static java.lang.String JDO_SM_getObjectId_Sig
           
static java.lang.String JDO_SM_getPersistenceManager_Name
           
static java.lang.String JDO_SM_getPersistenceManager_Sig
           
static java.lang.String JDO_SM_getShortField_Name
           
static java.lang.String JDO_SM_getShortField_Sig
           
static java.lang.String JDO_SM_getStringField_Name
           
static java.lang.String JDO_SM_getStringField_Sig
           
static java.lang.String JDO_SM_getTransactionalObjectId_Name
           
static java.lang.String JDO_SM_getTransactionalObjectId_Sig
           
static java.lang.String JDO_SM_isDeleted_Name
           
static java.lang.String JDO_SM_isDeleted_Sig
           
static java.lang.String JDO_SM_isDirty_Name
           
static java.lang.String JDO_SM_isDirty_Sig
           
static java.lang.String JDO_SM_isLoaded_Name
           
static java.lang.String JDO_SM_isLoaded_Sig
           
static java.lang.String JDO_SM_isNew_Name
           
static java.lang.String JDO_SM_isNew_Sig
           
static java.lang.String JDO_SM_isPersistent_Name
           
static java.lang.String JDO_SM_isPersistent_Sig
           
static java.lang.String JDO_SM_isTransactional_Name
           
static java.lang.String JDO_SM_isTransactional_Sig
           
static java.lang.String JDO_SM_makeDirty_Name
           
static java.lang.String JDO_SM_makeDirty_Sig
           
static java.lang.String JDO_SM_preSerialize_Name
           
static java.lang.String JDO_SM_preSerialize_Sig
           
static java.lang.String JDO_SM_providedBooleanField_Name
           
static java.lang.String JDO_SM_providedBooleanField_Sig
           
static java.lang.String JDO_SM_providedByteField_Name
           
static java.lang.String JDO_SM_providedByteField_Sig
           
static java.lang.String JDO_SM_providedCharField_Name
           
static java.lang.String JDO_SM_providedCharField_Sig
           
static java.lang.String JDO_SM_providedDoubleField_Name
           
static java.lang.String JDO_SM_providedDoubleField_Sig
           
static java.lang.String JDO_SM_providedFloatField_Name
           
static java.lang.String JDO_SM_providedFloatField_Sig
           
static java.lang.String JDO_SM_providedIntField_Name
           
static java.lang.String JDO_SM_providedIntField_Sig
           
static java.lang.String JDO_SM_providedLongField_Name
           
static java.lang.String JDO_SM_providedLongField_Sig
           
static java.lang.String JDO_SM_providedObjectField_Name
           
static java.lang.String JDO_SM_providedObjectField_Sig
           
static java.lang.String JDO_SM_providedShortField_Name
           
static java.lang.String JDO_SM_providedShortField_Sig
           
static java.lang.String JDO_SM_providedStringField_Name
           
static java.lang.String JDO_SM_providedStringField_Sig
           
static java.lang.String JDO_SM_replacingBooleanField_Name
           
static java.lang.String JDO_SM_replacingBooleanField_Sig
           
static java.lang.String JDO_SM_replacingByteField_Name
           
static java.lang.String JDO_SM_replacingByteField_Sig
           
static java.lang.String JDO_SM_replacingCharField_Name
           
static java.lang.String JDO_SM_replacingCharField_Sig
           
static java.lang.String JDO_SM_replacingDoubleField_Name
           
static java.lang.String JDO_SM_replacingDoubleField_Sig
           
static java.lang.String JDO_SM_replacingFlags_Name
           
static java.lang.String JDO_SM_replacingFlags_Sig
           
static java.lang.String JDO_SM_replacingFloatField_Name
           
static java.lang.String JDO_SM_replacingFloatField_Sig
           
static java.lang.String JDO_SM_replacingIntField_Name
           
static java.lang.String JDO_SM_replacingIntField_Sig
           
static java.lang.String JDO_SM_replacingLongField_Name
           
static java.lang.String JDO_SM_replacingLongField_Sig
           
static java.lang.String JDO_SM_replacingObjectField_Name
           
static java.lang.String JDO_SM_replacingObjectField_Sig
           
static java.lang.String JDO_SM_replacingShortField_Name
           
static java.lang.String JDO_SM_replacingShortField_Sig
           
static java.lang.String JDO_SM_replacingStateManager_Name
           
static java.lang.String JDO_SM_replacingStateManager_Sig
           
static java.lang.String JDO_SM_replacingStringField_Name
           
static java.lang.String JDO_SM_replacingStringField_Sig
           
static java.lang.String JDO_SM_setBooleanField_Name
           
static java.lang.String JDO_SM_setBooleanField_Sig
           
static java.lang.String JDO_SM_setByteField_Name
           
static java.lang.String JDO_SM_setByteField_Sig
           
static java.lang.String JDO_SM_setCharField_Name
           
static java.lang.String JDO_SM_setCharField_Sig
           
static java.lang.String JDO_SM_setDoubleField_Name
           
static java.lang.String JDO_SM_setDoubleField_Sig
           
static java.lang.String JDO_SM_setFloatField_Name
           
static java.lang.String JDO_SM_setFloatField_Sig
           
static java.lang.String JDO_SM_setIntField_Name
           
static java.lang.String JDO_SM_setIntField_Sig
           
static java.lang.String JDO_SM_setLongField_Name
           
static java.lang.String JDO_SM_setLongField_Sig
           
static java.lang.String JDO_SM_setObjectField_Name
           
static java.lang.String JDO_SM_setObjectField_Sig
           
static java.lang.String JDO_SM_setShortField_Name
           
static java.lang.String JDO_SM_setShortField_Sig
           
static java.lang.String JDO_SM_setStringField_Name
           
static java.lang.String JDO_SM_setStringField_Sig
           
static java.lang.String JDO_StateManager_Name
           
static java.lang.String JDO_StateManager_Path
           
static java.lang.String JDO_StateManager_Sig
           
static java.lang.String JDO_StateManager_Type
           
private static java.util.Set jdoFieldNames
          The names of the jdo fields of persistene-capable classes.
private  java.util.Map jdoLikeFields
          The map of found JDO fields.
private  java.util.Map jdoLikeMethods
          The map of found JDO methods
private  java.lang.String keyClassName
          The name of the key class if defined.
private  int keyFieldCount
          The number of key fields.
private  int[] keyFieldIndexes
          The indexes of all key fields.
private  int managedFieldCount
          The number of managed fields.
static int MEDIATE_READ
           
static int MEDIATE_WRITE
           
private  EnhancerMetaData meta
          Repository for JDO meta-data on classes.
private  java.lang.String pcKeyOwnerClassName
          The name of this class or the next persistence-capable superclass that owns a key class, or the PC rootclass if none defines a key class.
private  java.lang.String pcRootClassName
          The name of the persistence-capable rootclass if defined.
private  java.lang.String pcSuperClassName
          The name of the persistence-capable superclass if defined.
private  java.lang.String pcSuperKeyOwnerClassName
          The name next persistence-capable superclass that owns a key class, or the PC rootclass if none defines a key class.
private  int persistenceType
          What type of class is this with respect to persistence.
private  ConstantPool pool
          The classfile's constant pool.
static int SERIALIZABLE
           
static java.lang.String SUNJDO_PC_EnhancedAttribute
           
static short SUNJDO_PC_EnhancedVersion
           
static int SUNJDO_PC_sunjdoClassForName_Mods
           
static java.lang.String SUNJDO_PC_sunjdoClassForName_Name
           
static java.lang.String SUNJDO_PC_sunjdoClassForName_Sig
           
private  java.lang.String superKeyClassName
          The name of the key class of the next persistence-capable superclass that defines one.
private  java.lang.String userClassName
          The class name in user ('.' delimited) form.
 
Fields inherited from class org.apache.jdo.impl.enhancer.util.Support
timer
 
Fields inherited from interface org.apache.jdo.impl.enhancer.classfile.VMConstants
ACCAbstract, ACCFinal, ACCInterface, ACCNative, ACCPrivate, ACCProtected, ACCPublic, ACCStatic, ACCSuper, ACCSynchronized, ACCTransient, ACCVolatile, CONSTANTClass, CONSTANTDouble, CONSTANTFieldRef, CONSTANTFloat, CONSTANTInteger, CONSTANTInterfaceMethodRef, CONSTANTLong, CONSTANTMethodRef, CONSTANTNameAndType, CONSTANTString, CONSTANTUnicode, CONSTANTUtf8, opc_aaload, opc_aastore, opc_aconst_null, opc_aload, opc_aload_0, opc_aload_1, opc_aload_2, opc_aload_3, opc_anewarray, opc_areturn, opc_arraylength, opc_astore, opc_astore_0, opc_astore_1, opc_astore_2, opc_astore_3, opc_athrow, opc_baload, opc_bastore, opc_bipush, opc_caload, opc_castore, opc_checkcast, opc_d2f, opc_d2i, opc_d2l, opc_dadd, opc_daload, opc_dastore, opc_dcmpg, opc_dcmpl, opc_dconst_0, opc_dconst_1, opc_ddiv, opc_dload, opc_dload_0, opc_dload_1, opc_dload_2, opc_dload_3, opc_dmul, opc_dneg, opc_drem, opc_dreturn, opc_dstore, opc_dstore_0, opc_dstore_1, opc_dstore_2, opc_dstore_3, opc_dsub, opc_dup, opc_dup_x1, opc_dup_x2, opc_dup2, opc_dup2_x1, opc_dup2_x2, opc_f2d, opc_f2i, opc_f2l, opc_fadd, opc_faload, opc_fastore, opc_fcmpg, opc_fcmpl, opc_fconst_0, opc_fconst_1, opc_fconst_2, opc_fdiv, opc_fload, opc_fload_0, opc_fload_1, opc_fload_2, opc_fload_3, opc_fmul, opc_fneg, opc_frem, opc_freturn, opc_fstore, opc_fstore_0, opc_fstore_1, opc_fstore_2, opc_fstore_3, opc_fsub, opc_getfield, opc_getstatic, opc_goto, opc_goto_w, opc_i2b, opc_i2c, opc_i2d, opc_i2f, opc_i2l, opc_i2s, opc_iadd, opc_iaload, opc_iand, opc_iastore, opc_iconst_0, opc_iconst_1, opc_iconst_2, opc_iconst_3, opc_iconst_4, opc_iconst_5, opc_iconst_m1, opc_idiv, opc_if_acmpeq, opc_if_acmpne, opc_if_icmpeq, opc_if_icmpge, opc_if_icmpgt, opc_if_icmple, opc_if_icmplt, opc_if_icmpne, opc_ifeq, opc_ifge, opc_ifgt, opc_ifle, opc_iflt, opc_ifne, opc_ifnonnull, opc_ifnull, opc_iinc, opc_iload, opc_iload_0, opc_iload_1, opc_iload_2, opc_iload_3, opc_imul, opc_ineg, opc_instanceof, opc_invokeinterface, opc_invokespecial, opc_invokestatic, opc_invokevirtual, opc_ior, opc_irem, opc_ireturn, opc_ishl, opc_ishr, opc_istore, opc_istore_0, opc_istore_1, opc_istore_2, opc_istore_3, opc_isub, opc_iushr, opc_ixor, opc_jsr, opc_jsr_w, opc_l2d, opc_l2f, opc_l2i, opc_ladd, opc_laload, opc_land, opc_lastore, opc_lcmp, opc_lconst_0, opc_lconst_1, opc_ldc, opc_ldc_w, opc_ldc2_w, opc_ldiv, opc_lload, opc_lload_0, opc_lload_1, opc_lload_2, opc_lload_3, opc_lmul, opc_lneg, opc_lookupswitch, opc_lor, opc_lrem, opc_lreturn, opc_lshl, opc_lshr, opc_lstore, opc_lstore_0, opc_lstore_1, opc_lstore_2, opc_lstore_3, opc_lsub, opc_lushr, opc_lxor, opc_monitorenter, opc_monitorexit, opc_multianewarray, opc_new, opc_newarray, opc_nop, opc_pop, opc_pop2, opc_putfield, opc_putstatic, opc_ret, opc_return, opc_saload, opc_sastore, opc_sipush, opc_swap, opc_tableswitch, opc_wide, opc_xxxunusedxxx, T_BOOLEAN, T_BYTE, T_CHAR, T_DOUBLE, T_FLOAT, T_INT, T_LONG, T_SHORT, T_TWOWORD, T_UNKNOWN, T_WORD, TC_INTERFACE, TC_OBJECT, TC_STRING
 
Constructor Summary
Analyzer(Controller control, Environment env)
          Constructor
 
Method Summary
private  void checkCallbackAugmentation()
           
private  void checkForEnhancedAttribute()
          Scans the attributes of a ClassFile
private  void checkGenericAugmentation()
           
private  void checkPCFeasibility()
           
private  void checkSpecificAugmentation()
           
 java.util.Collection getAnnotatableMethods()
          Returns the methods that are candidates for annotation.
 int getAnnotatedFieldCount()
          Returns the number of annotated field.
 int[] getAnnotatedFieldFlags()
          Returns the JDO flags of the annotated fields.
 int[] getAnnotatedFieldMods()
          Returns the Java access modifiers of the annotated fields.
 java.lang.String[] getAnnotatedFieldNames()
          Returns the names of the annotated fields.
 java.lang.String[] getAnnotatedFieldSigs()
          Returns the types names of the annotated fields.
 ClassFile getClassFile()
          Returns the class file which we are operating on.
 java.lang.String getKeyClassName()
          Returns the name of the key class if defined.
 int getKeyFieldCount()
          Returns the number of key field.
 int[] getKeyFieldIndexes()
          Returns the names of the key fields.
 int getManagedFieldCount()
          Returns the number of managed field.
 java.lang.String getPCKeyOwnerClassName()
          Returns the name of this class or the next persistence-capable superclass that owns a key class.
 java.lang.String getPCRootClassName()
          Returns the name of the persistence-capable rootclass if defined.
 java.lang.String getPCSuperClassName()
          Returns the name of the persistence-capable superclass if defined.
 java.lang.String getPCSuperKeyOwnerClassName()
          Returns the name of this class or the next persistence-capable that owns a key class.
 int getPersistenceType()
          Return the persistence type for this class
 java.lang.String getSuperKeyClassName()
          Returns the name of the key class of the next persistence-capable superclass that defines one.
 boolean hasCloneMethod()
          Returns true if the class has a clone() method.
 boolean hasDefaultConstructor()
          Returns true if the class has a default (no-argument) constructor.
 boolean hasJDOAugmentation()
          Returns true if the class already provides the JDO augmentation.
 boolean hasReadObjectMethod()
          Returns true if the class has a readObject() method.
 boolean hasStaticInitializer()
          Returns true if the class has a static initializer block.
 boolean hasWriteObjectMethod()
          Returns true if the class has a writeObject() method.
 boolean hasWriteReplaceMethod()
          Returns true if the class has a writeReplace() method.
private  void initPersistenceType()
          Sets the persistence type of a class according to JDO metadata.
 boolean isAnalyzed()
          Returns true if the class has been analyzed already.
 boolean isAnnotateable()
          Returns true if the class is one which should be a candidate for annotation.
 boolean isAugmentable()
          Returns true if the class is to be enhanced for persistence-capability.
 boolean isAugmentableAsRoot()
          Returns true if the class is to be enhanced as least-derived, persistence-capable class.
private static java.lang.String methodKey(java.lang.String name, java.lang.String sig)
           
private  void reportInconsistentJDOMembers(java.util.Set found, java.util.Set missing)
          Reports an error for some found/missing JDO fields or methods.
 void scan()
          Analyzes the class for existing augmentation.
private  void scanFields()
          Scans the fields.
private  void scanForCallbackJDOMethods()
          Scans for JDO methods of generic augmentation.
private  void scanForGenericJDOFields()
          Scans for JDO fields of generic augmentation.
private  void scanForGenericJDOMethods()
          Scans for JDO methods of generic augmentation.
private  void scanForImplementsPC()
          Scans the class for implementing the PC interface.
private  void scanForSpecificJDOFields()
          Scans for JDO fields of specific augmentation.
private  void scanForSpecificJDOMethods()
          Scans for JDO methods of specific augmentation.
private  void scanJDOField(java.lang.String fieldName, java.lang.String expectedSig, int expectedMods, java.util.Set found, java.util.Set missing)
          Verifies a JDO field signature.
private  void scanJDOMethod(java.lang.String methodName, java.lang.String expectedSig, int expectedMods, java.util.Set found, java.util.Set missing)
          Verifies a JDO method signature.
private  void scanJDOMethod(java.lang.String methodName, java.lang.String expectedSig, int expectedMods, java.util.Set found, java.util.Set missing, boolean annotatable)
          Verifies a JDO method signature.
private  void scanMethods()
          Scans the methods of a ClassFile.
 
Methods inherited from class org.apache.jdo.impl.enhancer.util.Support
getI18N, getI18N, getI18N, getI18N, getI18N, getI18N
 
Methods inherited from class org.apache.jdo.impl.enhancer.util.Assertion
affirm, affirm, affirm, affirm
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CC_Unenhancable

public static final int CC_Unenhancable
The class is not to be modified by the enahncer.

See Also:
Constant Field Values

CC_PreviouslyEnhanced

public static final int CC_PreviouslyEnhanced
The class is detected to be enhanced already and is not to be modifed.

See Also:
Constant Field Values

CC_PersistenceUnknown

public static final int CC_PersistenceUnknown
The enhancement status of the class hasn't been determined yet.

See Also:
Constant Field Values

CC_PersistenceAware

public static final int CC_PersistenceAware
The class is to be enhanced for persistence-awareness.

See Also:
Constant Field Values

CC_PersistenceCapable

public static final int CC_PersistenceCapable
The class is to be enhanced for specific persistence-capability (class does extend another persistence-capable class).

See Also:
Constant Field Values

CC_PersistenceCapableRoot

public static final int CC_PersistenceCapableRoot
The class is to be enhanced for generic and specific persistence-capability (class does not extend another persistence-capable class).

See Also:
Constant Field Values

jdoFieldNames

private static final java.util.Set jdoFieldNames
The names of the jdo fields of persistene-capable classes.


control

private final Controller control
The classfile's enhancement controller.


classFile

private final ClassFile classFile
The classfile to be enhanced.


className

private final java.lang.String className
The class name in VM form.


userClassName

private final java.lang.String userClassName
The class name in user ('.' delimited) form.


pool

private final ConstantPool pool
The classfile's constant pool.


env

private final Environment env
Repository for the enhancement options.


meta

private final EnhancerMetaData meta
Repository for JDO meta-data on classes.


persistenceType

private int persistenceType
What type of class is this with respect to persistence.


pcSuperClassName

private java.lang.String pcSuperClassName
The name of the persistence-capable superclass if defined.


pcRootClassName

private java.lang.String pcRootClassName
The name of the persistence-capable rootclass if defined.


pcKeyOwnerClassName

private java.lang.String pcKeyOwnerClassName
The name of this class or the next persistence-capable superclass that owns a key class, or the PC rootclass if none defines a key class.


pcSuperKeyOwnerClassName

private java.lang.String pcSuperKeyOwnerClassName
The name next persistence-capable superclass that owns a key class, or the PC rootclass if none defines a key class.


keyClassName

private java.lang.String keyClassName
The name of the key class if defined.


superKeyClassName

private java.lang.String superKeyClassName
The name of the key class of the next persistence-capable superclass that defines one.


keyFieldCount

private int keyFieldCount
The number of key fields.


keyFieldIndexes

private int[] keyFieldIndexes
The indexes of all key fields.


managedFieldCount

private int managedFieldCount
The number of managed fields.


annotatedFieldCount

private int annotatedFieldCount
The number of annotated fields.


annotatedFieldNames

private java.lang.String[] annotatedFieldNames
The names of all annotated fields sorted by relative field index.


annotatedFieldSigs

private java.lang.String[] annotatedFieldSigs
The type names of all annotated fields sorted by relative field index.


annotatedFieldMods

private int[] annotatedFieldMods
The java access modifiers of all annotated fields sorted by relative field index.


annotatedFieldFlags

private int[] annotatedFieldFlags
The jdo flags of all annotated fields sorted by relative field index.


jdoLikeFields

private final java.util.Map jdoLikeFields
The map of found JDO fields.


jdoLikeMethods

private final java.util.Map jdoLikeMethods
The map of found JDO methods


annotatableMethods

private final java.util.Map annotatableMethods
The map of found JDO methods


hasImplementsPC

private boolean hasImplementsPC
True if a jdo member has been seen in this class.


hasGenericJDOFields

private boolean hasGenericJDOFields

hasGenericJDOMethods

private boolean hasGenericJDOMethods

hasGenericJDOMembers

private boolean hasGenericJDOMembers

hasSpecificJDOFields

private boolean hasSpecificJDOFields

hasSpecificJDOMethods

private boolean hasSpecificJDOMethods

hasSpecificJDOMembers

private boolean hasSpecificJDOMembers

hasCallbackJDOMethods

private boolean hasCallbackJDOMethods

hasJDOMembers

private boolean hasJDOMembers

hasDefaultConstructor

private boolean hasDefaultConstructor
True if the class has a default (no-argument) constructor.


hasStaticInitializer

private boolean hasStaticInitializer
True if the class has a static initializer block.


hasCloneMethod

private boolean hasCloneMethod
True if the class has a clone() method.


hasWriteObjectMethod

private boolean hasWriteObjectMethod
True if the class has a writeObject(java.io.ObjectOutputStream) method.


hasWriteReplaceMethod

private boolean hasWriteReplaceMethod
True if the class has a writeReplace() method.


hasReadObjectMethod

private boolean hasReadObjectMethod
True if the class has a readObject(java.io.ObjectInputStream) method.


JDO_PersistenceCapable_Name

public static final java.lang.String JDO_PersistenceCapable_Name
See Also:
Constant Field Values

JDO_PersistenceCapable_Path

public static final java.lang.String JDO_PersistenceCapable_Path

JDO_PersistenceCapable_Sig

public static final java.lang.String JDO_PersistenceCapable_Sig

JDO_PersistenceCapable_Type

public static final java.lang.String JDO_PersistenceCapable_Type

JDO_InstanceCallbacks_Name

public static final java.lang.String JDO_InstanceCallbacks_Name
See Also:
Constant Field Values

JDO_InstanceCallbacks_Path

public static final java.lang.String JDO_InstanceCallbacks_Path

JDO_InstanceCallbacks_Sig

public static final java.lang.String JDO_InstanceCallbacks_Sig

JDO_InstanceCallbacks_Type

public static final java.lang.String JDO_InstanceCallbacks_Type

JDO_JDOPermission_Name

public static final java.lang.String JDO_JDOPermission_Name
See Also:
Constant Field Values

JDO_JDOPermission_Path

public static final java.lang.String JDO_JDOPermission_Path

JDO_JDOPermission_Sig

public static final java.lang.String JDO_JDOPermission_Sig

JDO_JDOPermission_Type

public static final java.lang.String JDO_JDOPermission_Type

JDO_PersistenceManager_Name

public static final java.lang.String JDO_PersistenceManager_Name
See Also:
Constant Field Values

JDO_PersistenceManager_Path

public static final java.lang.String JDO_PersistenceManager_Path

JDO_PersistenceManager_Sig

public static final java.lang.String JDO_PersistenceManager_Sig

JDO_PersistenceManager_Type

public static final java.lang.String JDO_PersistenceManager_Type

JDO_StateManager_Name

public static final java.lang.String JDO_StateManager_Name
See Also:
Constant Field Values

JDO_StateManager_Path

public static final java.lang.String JDO_StateManager_Path

JDO_StateManager_Sig

public static final java.lang.String JDO_StateManager_Sig

JDO_StateManager_Type

public static final java.lang.String JDO_StateManager_Type

JDO_ObjectIdFieldSupplier_Name

public static final java.lang.String JDO_ObjectIdFieldSupplier_Name
See Also:
Constant Field Values

JDO_ObjectIdFieldSupplier_Path

public static final java.lang.String JDO_ObjectIdFieldSupplier_Path

JDO_ObjectIdFieldSupplier_Sig

public static final java.lang.String JDO_ObjectIdFieldSupplier_Sig

JDO_ObjectIdFieldSupplier_Type

public static final java.lang.String JDO_ObjectIdFieldSupplier_Type

JDO_ObjectIdFieldConsumer_Name

public static final java.lang.String JDO_ObjectIdFieldConsumer_Name
See Also:
Constant Field Values

JDO_ObjectIdFieldConsumer_Path

public static final java.lang.String JDO_ObjectIdFieldConsumer_Path

JDO_ObjectIdFieldConsumer_Sig

public static final java.lang.String JDO_ObjectIdFieldConsumer_Sig

JDO_ObjectIdFieldConsumer_Type

public static final java.lang.String JDO_ObjectIdFieldConsumer_Type

JDO_JDOImplHelper_Name

public static final java.lang.String JDO_JDOImplHelper_Name
See Also:
Constant Field Values

JDO_JDOImplHelper_Path

public static final java.lang.String JDO_JDOImplHelper_Path

JDO_JDOImplHelper_Sig

public static final java.lang.String JDO_JDOImplHelper_Sig

JDO_JDOImplHelper_Type

public static final java.lang.String JDO_JDOImplHelper_Type

JDO_JDOFatalInternalException_Name

public static final java.lang.String JDO_JDOFatalInternalException_Name
See Also:
Constant Field Values

JDO_JDOFatalInternalException_Path

public static final java.lang.String JDO_JDOFatalInternalException_Path

JDO_JDOFatalInternalException_Sig

public static final java.lang.String JDO_JDOFatalInternalException_Sig

JDO_JDOFatalInternalException_Type

public static final java.lang.String JDO_JDOFatalInternalException_Type

JDO_JDOPermission_setStateManager_Name

public static final java.lang.String JDO_JDOPermission_setStateManager_Name
See Also:
Constant Field Values

JDO_JDOPermission_JDOPermission_Name

public static final java.lang.String JDO_JDOPermission_JDOPermission_Name

JDO_JDOPermission_JDOPermission_Sig

public static final java.lang.String JDO_JDOPermission_JDOPermission_Sig

JAVA_Object_Name

public static final java.lang.String JAVA_Object_Name
See Also:
Constant Field Values

JAVA_Object_Path

public static final java.lang.String JAVA_Object_Path

JAVA_Object_Sig

public static final java.lang.String JAVA_Object_Sig

JAVA_Object_Type

public static final java.lang.String JAVA_Object_Type

JAVA_Boolean_Name

public static final java.lang.String JAVA_Boolean_Name
See Also:
Constant Field Values

JAVA_Boolean_Path

public static final java.lang.String JAVA_Boolean_Path

JAVA_Boolean_Sig

public static final java.lang.String JAVA_Boolean_Sig

JAVA_Boolean_Type

public static final java.lang.String JAVA_Boolean_Type

JAVA_Character_Name

public static final java.lang.String JAVA_Character_Name
See Also:
Constant Field Values

JAVA_Character_Path

public static final java.lang.String JAVA_Character_Path

JAVA_Character_Sig

public static final java.lang.String JAVA_Character_Sig

JAVA_Character_Type

public static final java.lang.String JAVA_Character_Type

JAVA_Byte_Name

public static final java.lang.String JAVA_Byte_Name
See Also:
Constant Field Values

JAVA_Byte_Path

public static final java.lang.String JAVA_Byte_Path

JAVA_Byte_Sig

public static final java.lang.String JAVA_Byte_Sig

JAVA_Byte_Type

public static final java.lang.String JAVA_Byte_Type

JAVA_Short_Name

public static final java.lang.String JAVA_Short_Name
See Also:
Constant Field Values

JAVA_Short_Path

public static final java.lang.String JAVA_Short_Path

JAVA_Short_Sig

public static final java.lang.String JAVA_Short_Sig

JAVA_Short_Type

public static final java.lang.String JAVA_Short_Type

JAVA_Integer_Name

public static final java.lang.String JAVA_Integer_Name
See Also:
Constant Field Values

JAVA_Integer_Path

public static final java.lang.String JAVA_Integer_Path

JAVA_Integer_Sig

public static final java.lang.String JAVA_Integer_Sig

JAVA_Integer_Type

public static final java.lang.String JAVA_Integer_Type

JAVA_Long_Name

public static final java.lang.String JAVA_Long_Name
See Also:
Constant Field Values

JAVA_Long_Path

public static final java.lang.String JAVA_Long_Path

JAVA_Long_Sig

public static final java.lang.String JAVA_Long_Sig

JAVA_Long_Type

public static final java.lang.String JAVA_Long_Type

JAVA_Float_Name

public static final java.lang.String JAVA_Float_Name
See Also:
Constant Field Values

JAVA_Float_Path

public static final java.lang.String JAVA_Float_Path

JAVA_Float_Sig

public static final java.lang.String JAVA_Float_Sig

JAVA_Float_Type

public static final java.lang.String JAVA_Float_Type

JAVA_Double_Name

public static final java.lang.String JAVA_Double_Name
See Also:
Constant Field Values

JAVA_Double_Path

public static final java.lang.String JAVA_Double_Path

JAVA_Double_Sig

public static final java.lang.String JAVA_Double_Sig

JAVA_Double_Type

public static final java.lang.String JAVA_Double_Type

JAVA_Class_Name

public static final java.lang.String JAVA_Class_Name
See Also:
Constant Field Values

JAVA_Class_Path

public static final java.lang.String JAVA_Class_Path

JAVA_Class_Sig

public static final java.lang.String JAVA_Class_Sig

JAVA_Class_Type

public static final java.lang.String JAVA_Class_Type

JAVA_String_Name

public static final java.lang.String JAVA_String_Name
See Also:
Constant Field Values

JAVA_String_Path

public static final java.lang.String JAVA_String_Path

JAVA_String_Sig

public static final java.lang.String JAVA_String_Sig

JAVA_String_Type

public static final java.lang.String JAVA_String_Type

JAVA_Throwable_Name

public static final java.lang.String JAVA_Throwable_Name
See Also:
Constant Field Values

JAVA_Throwable_Path

public static final java.lang.String JAVA_Throwable_Path

JAVA_Throwable_Sig

public static final java.lang.String JAVA_Throwable_Sig

JAVA_Throwable_Type

public static final java.lang.String JAVA_Throwable_Type

JAVA_ClassNotFoundException_Name

public static final java.lang.String JAVA_ClassNotFoundException_Name
See Also:
Constant Field Values

JAVA_ClassNotFoundException_Path

public static final java.lang.String JAVA_ClassNotFoundException_Path

JAVA_ClassNotFoundException_Sig

public static final java.lang.String JAVA_ClassNotFoundException_Sig

JAVA_ClassNotFoundException_Type

public static final java.lang.String JAVA_ClassNotFoundException_Type

JAVA_NoClassDefFoundError_Name

public static final java.lang.String JAVA_NoClassDefFoundError_Name
See Also:
Constant Field Values

JAVA_NoClassDefFoundError_Path

public static final java.lang.String JAVA_NoClassDefFoundError_Path

JAVA_NoClassDefFoundError_Sig

public static final java.lang.String JAVA_NoClassDefFoundError_Sig

JAVA_NoClassDefFoundError_Type

public static final java.lang.String JAVA_NoClassDefFoundError_Type

JAVA_System_Name

public static final java.lang.String JAVA_System_Name
See Also:
Constant Field Values

JAVA_System_Path

public static final java.lang.String JAVA_System_Path

JAVA_System_Sig

public static final java.lang.String JAVA_System_Sig

JAVA_System_Type

public static final java.lang.String JAVA_System_Type

JAVA_SecurityManager_Name

public static final java.lang.String JAVA_SecurityManager_Name
See Also:
Constant Field Values

JAVA_SecurityManager_Path

public static final java.lang.String JAVA_SecurityManager_Path

JAVA_SecurityManager_Sig

public static final java.lang.String JAVA_SecurityManager_Sig

JAVA_SecurityManager_Type

public static final java.lang.String JAVA_SecurityManager_Type

JAVA_Permission_Name

public static final java.lang.String JAVA_Permission_Name
See Also:
Constant Field Values

JAVA_Permission_Path

public static final java.lang.String JAVA_Permission_Path
See Also:
Constant Field Values

JAVA_Permission_Sig

public static final java.lang.String JAVA_Permission_Sig

JAVA_Permission_Type

public static final java.lang.String JAVA_Permission_Type

JAVA_ObjectOutputStream_Name

public static final java.lang.String JAVA_ObjectOutputStream_Name
See Also:
Constant Field Values

JAVA_ObjectOutputStream_Path

public static final java.lang.String JAVA_ObjectOutputStream_Path
See Also:
Constant Field Values

JAVA_ObjectOutputStream_Sig

public static final java.lang.String JAVA_ObjectOutputStream_Sig

JAVA_ObjectOutputStream_Type

public static final java.lang.String JAVA_ObjectOutputStream_Type

JAVA_ObjectInputStream_Name

public static final java.lang.String JAVA_ObjectInputStream_Name
See Also:
Constant Field Values

JAVA_ObjectInputStream_Path

public static final java.lang.String JAVA_ObjectInputStream_Path
See Also:
Constant Field Values

JAVA_ObjectInputStream_Sig

public static final java.lang.String JAVA_ObjectInputStream_Sig

JAVA_ObjectInputStream_Type

public static final java.lang.String JAVA_ObjectInputStream_Type

JAVA_IllegalArgumentException_Name

public static final java.lang.String JAVA_IllegalArgumentException_Name
See Also:
Constant Field Values

JAVA_IllegalArgumentException_Path

public static final java.lang.String JAVA_IllegalArgumentException_Path

JAVA_IllegalArgumentException_Sig

public static final java.lang.String JAVA_IllegalArgumentException_Sig

JAVA_IllegalArgumentException_Type

public static final java.lang.String JAVA_IllegalArgumentException_Type

JAVA_UnsupportedOperationException_Name

public static final java.lang.String JAVA_UnsupportedOperationException_Name
See Also:
Constant Field Values

JAVA_UnsupportedOperationException_Path

public static final java.lang.String JAVA_UnsupportedOperationException_Path

JAVA_UnsupportedOperationException_Sig

public static final java.lang.String JAVA_UnsupportedOperationException_Sig

JAVA_UnsupportedOperationException_Type

public static final java.lang.String JAVA_UnsupportedOperationException_Type

JAVA_IllegalStateException_Name

public static final java.lang.String JAVA_IllegalStateException_Name
See Also:
Constant Field Values

JAVA_IllegalStateException_Path

public static final java.lang.String JAVA_IllegalStateException_Path

JAVA_IllegalStateException_Sig

public static final java.lang.String JAVA_IllegalStateException_Sig

JAVA_IllegalStateException_Type

public static final java.lang.String JAVA_IllegalStateException_Type

JAVA_clinit_Name

public static final java.lang.String JAVA_clinit_Name
See Also:
Constant Field Values

JAVA_clinit_Sig

public static final java.lang.String JAVA_clinit_Sig
See Also:
Constant Field Values

JAVA_clinit_Mods

public static final int JAVA_clinit_Mods
See Also:
Constant Field Values

JAVA_Object_clone_Name

public static final java.lang.String JAVA_Object_clone_Name
See Also:
Constant Field Values

JAVA_Object_clone_Sig

public static final java.lang.String JAVA_Object_clone_Sig

JAVA_Object_writeObject_Name

public static final java.lang.String JAVA_Object_writeObject_Name
See Also:
Constant Field Values

JAVA_Object_writeObject_Sig

public static final java.lang.String JAVA_Object_writeObject_Sig

JAVA_Object_writeObject_Mods

public static final int JAVA_Object_writeObject_Mods
See Also:
Constant Field Values

JAVA_ObjectOutputStream_defaultWriteObject_Name

public static final java.lang.String JAVA_ObjectOutputStream_defaultWriteObject_Name
See Also:
Constant Field Values

JAVA_ObjectOutputStream_defaultWriteObject_Sig

public static final java.lang.String JAVA_ObjectOutputStream_defaultWriteObject_Sig
See Also:
Constant Field Values

JAVA_Object_writeReplace_Name

public static final java.lang.String JAVA_Object_writeReplace_Name
See Also:
Constant Field Values

JAVA_Object_writeReplace_Sig

public static final java.lang.String JAVA_Object_writeReplace_Sig

JAVA_Object_readObject_Name

public static final java.lang.String JAVA_Object_readObject_Name
See Also:
Constant Field Values

JAVA_Object_readObject_Sig

public static final java.lang.String JAVA_Object_readObject_Sig

JAVA_Boolean_TYPE_Name

public static final java.lang.String JAVA_Boolean_TYPE_Name
See Also:
Constant Field Values

JAVA_Boolean_TYPE_Sig

public static final java.lang.String JAVA_Boolean_TYPE_Sig

JAVA_Character_TYPE_Name

public static final java.lang.String JAVA_Character_TYPE_Name
See Also:
Constant Field Values

JAVA_Character_TYPE_Sig

public static final java.lang.String JAVA_Character_TYPE_Sig

JAVA_Byte_TYPE_Name

public static final java.lang.String JAVA_Byte_TYPE_Name
See Also:
Constant Field Values

JAVA_Byte_TYPE_Sig

public static final java.lang.String JAVA_Byte_TYPE_Sig

JAVA_Short_TYPE_Name

public static final java.lang.String JAVA_Short_TYPE_Name
See Also:
Constant Field Values

JAVA_Short_TYPE_Sig

public static final java.lang.String JAVA_Short_TYPE_Sig

JAVA_Integer_TYPE_Name

public static final java.lang.String JAVA_Integer_TYPE_Name
See Also:
Constant Field Values

JAVA_Integer_TYPE_Sig

public static final java.lang.String JAVA_Integer_TYPE_Sig

JAVA_Long_TYPE_Name

public static final java.lang.String JAVA_Long_TYPE_Name
See Also:
Constant Field Values

JAVA_Long_TYPE_Sig

public static final java.lang.String JAVA_Long_TYPE_Sig

JAVA_Float_TYPE_Name

public static final java.lang.String JAVA_Float_TYPE_Name
See Also:
Constant Field Values

JAVA_Float_TYPE_Sig

public static final java.lang.String JAVA_Float_TYPE_Sig

JAVA_Double_TYPE_Name

public static final java.lang.String JAVA_Double_TYPE_Name
See Also:
Constant Field Values

JAVA_Double_TYPE_Sig

public static final java.lang.String JAVA_Double_TYPE_Sig

JAVA_Class_forName_Name

public static final java.lang.String JAVA_Class_forName_Name
See Also:
Constant Field Values

JAVA_Class_forName_Sig

public static final java.lang.String JAVA_Class_forName_Sig

JAVA_Throwable_getMessage_Name

public static final java.lang.String JAVA_Throwable_getMessage_Name
See Also:
Constant Field Values

JAVA_Throwable_getMessage_Sig

public static final java.lang.String JAVA_Throwable_getMessage_Sig

JAVA_NoClassDefFoundError_NoClassDefFoundError_Name

public static final java.lang.String JAVA_NoClassDefFoundError_NoClassDefFoundError_Name

JAVA_NoClassDefFoundError_NoClassDefFoundError_Sig

public static final java.lang.String JAVA_NoClassDefFoundError_NoClassDefFoundError_Sig

JAVA_System_getSecurityManager_Name

public static final java.lang.String JAVA_System_getSecurityManager_Name
See Also:
Constant Field Values

JAVA_System_getSecurityManager_Sig

public static final java.lang.String JAVA_System_getSecurityManager_Sig

JAVA_SecurityManager_checkPermission_Name

public static final java.lang.String JAVA_SecurityManager_checkPermission_Name
See Also:
Constant Field Values

JAVA_SecurityManager_checkPermission_Sig

public static final java.lang.String JAVA_SecurityManager_checkPermission_Sig

CHECK_READ

public static final int CHECK_READ
See Also:
Constant Field Values

MEDIATE_READ

public static final int MEDIATE_READ
See Also:
Constant Field Values

CHECK_WRITE

public static final int CHECK_WRITE
See Also:
Constant Field Values

MEDIATE_WRITE

public static final int MEDIATE_WRITE
See Also:
Constant Field Values

SERIALIZABLE

public static final int SERIALIZABLE
See Also:
Constant Field Values

JDO_PC_jdoStateManager_Name

public static final java.lang.String JDO_PC_jdoStateManager_Name
See Also:
Constant Field Values

JDO_PC_jdoStateManager_Sig

public static final java.lang.String JDO_PC_jdoStateManager_Sig

JDO_PC_jdoStateManager_Mods

public static final int JDO_PC_jdoStateManager_Mods
See Also:
Constant Field Values

JDO_PC_jdoFlags_Name

public static final java.lang.String JDO_PC_jdoFlags_Name
See Also:
Constant Field Values

JDO_PC_jdoFlags_Sig

public static final java.lang.String JDO_PC_jdoFlags_Sig
See Also:
Constant Field Values

JDO_PC_jdoFlags_Mods

public static final int JDO_PC_jdoFlags_Mods
See Also:
Constant Field Values

JDO_PC_jdoReplaceStateManager_Name

public static final java.lang.String JDO_PC_jdoReplaceStateManager_Name
See Also:
Constant Field Values

JDO_PC_jdoReplaceStateManager_Sig

public static final java.lang.String JDO_PC_jdoReplaceStateManager_Sig

JDO_PC_jdoReplaceStateManager_Mods

public static final int JDO_PC_jdoReplaceStateManager_Mods
See Also:
Constant Field Values

JDO_PC_jdoReplaceFlags_Name

public static final java.lang.String JDO_PC_jdoReplaceFlags_Name
See Also:
Constant Field Values

JDO_PC_jdoReplaceFlags_Sig

public static final java.lang.String JDO_PC_jdoReplaceFlags_Sig
See Also:
Constant Field Values

JDO_PC_jdoReplaceFlags_Mods

public static final int JDO_PC_jdoReplaceFlags_Mods
See Also:
Constant Field Values

JDO_PC_jdoGetPersistenceManager_Name

public static final java.lang.String JDO_PC_jdoGetPersistenceManager_Name
See Also:
Constant Field Values

JDO_PC_jdoGetPersistenceManager_Sig

public static final java.lang.String JDO_PC_jdoGetPersistenceManager_Sig

JDO_PC_jdoGetPersistenceManager_Mods

public static final int JDO_PC_jdoGetPersistenceManager_Mods
See Also:
Constant Field Values

JDO_PC_jdoGetObjectId_Name

public static final java.lang.String JDO_PC_jdoGetObjectId_Name
See Also:
Constant Field Values

JDO_PC_jdoGetObjectId_Sig

public static final java.lang.String JDO_PC_jdoGetObjectId_Sig

JDO_PC_jdoGetObjectId_Mods

public static final int JDO_PC_jdoGetObjectId_Mods
See Also:
Constant Field Values

JDO_PC_jdoGetTransactionalObjectId_Name

public static final java.lang.String JDO_PC_jdoGetTransactionalObjectId_Name
See Also:
Constant Field Values

JDO_PC_jdoGetTransactionalObjectId_Sig

public static final java.lang.String JDO_PC_jdoGetTransactionalObjectId_Sig

JDO_PC_jdoGetTransactionalObjectId_Mods

public static final int JDO_PC_jdoGetTransactionalObjectId_Mods
See Also:
Constant Field Values

JDO_PC_jdoGetVersion_Name

public static final java.lang.String JDO_PC_jdoGetVersion_Name
See Also:
Constant Field Values

JDO_PC_jdoGetVersion_Sig

public static final java.lang.String JDO_PC_jdoGetVersion_Sig

JDO_PC_jdoGetVersion_Mods

public static final int JDO_PC_jdoGetVersion_Mods
See Also:
Constant Field Values

JDO_PC_jdoIsPersistent_Name

public static final java.lang.String JDO_PC_jdoIsPersistent_Name
See Also:
Constant Field Values

JDO_PC_jdoIsPersistent_Sig

public static final java.lang.String JDO_PC_jdoIsPersistent_Sig
See Also:
Constant Field Values

JDO_PC_jdoIsPersistent_Mods

public static final int JDO_PC_jdoIsPersistent_Mods
See Also:
Constant Field Values

JDO_PC_jdoIsTransactional_Name

public static final java.lang.String JDO_PC_jdoIsTransactional_Name
See Also:
Constant Field Values

JDO_PC_jdoIsTransactional_Sig

public static final java.lang.String JDO_PC_jdoIsTransactional_Sig
See Also:
Constant Field Values

JDO_PC_jdoIsTransactional_Mods

public static final int JDO_PC_jdoIsTransactional_Mods
See Also:
Constant Field Values

JDO_PC_jdoIsNew_Name

public static final java.lang.String JDO_PC_jdoIsNew_Name
See Also:
Constant Field Values

JDO_PC_jdoIsNew_Sig

public static final java.lang.String JDO_PC_jdoIsNew_Sig
See Also:
Constant Field Values

JDO_PC_jdoIsNew_Mods

public static final int JDO_PC_jdoIsNew_Mods
See Also:
Constant Field Values

JDO_PC_jdoIsDeleted_Name

public static final java.lang.String JDO_PC_jdoIsDeleted_Name
See Also:
Constant Field Values

JDO_PC_jdoIsDeleted_Sig

public static final java.lang.String JDO_PC_jdoIsDeleted_Sig
See Also:
Constant Field Values

JDO_PC_jdoIsDeleted_Mods

public static final int JDO_PC_jdoIsDeleted_Mods
See Also:
Constant Field Values

JDO_PC_jdoIsDirty_Name

public static final java.lang.String JDO_PC_jdoIsDirty_Name
See Also:
Constant Field Values

JDO_PC_jdoIsDirty_Sig

public static final java.lang.String JDO_PC_jdoIsDirty_Sig
See Also:
Constant Field Values

JDO_PC_jdoIsDirty_Mods

public static final int JDO_PC_jdoIsDirty_Mods
See Also:
Constant Field Values

JDO_PC_jdoIsDetached_Name

public static final java.lang.String JDO_PC_jdoIsDetached_Name
See Also:
Constant Field Values

JDO_PC_jdoIsDetached_Sig

public static final java.lang.String JDO_PC_jdoIsDetached_Sig
See Also:
Constant Field Values

JDO_PC_jdoIsDetached_Mods

public static final int JDO_PC_jdoIsDetached_Mods
See Also:
Constant Field Values

JDO_PC_jdoMakeDirty_Name

public static final java.lang.String JDO_PC_jdoMakeDirty_Name
See Also:
Constant Field Values

JDO_PC_jdoMakeDirty_Sig

public static final java.lang.String JDO_PC_jdoMakeDirty_Sig

JDO_PC_jdoMakeDirty_Mods

public static final int JDO_PC_jdoMakeDirty_Mods
See Also:
Constant Field Values

JDO_PC_jdoProvideFields_Name

public static final java.lang.String JDO_PC_jdoProvideFields_Name
See Also:
Constant Field Values

JDO_PC_jdoProvideFields_Sig

public static final java.lang.String JDO_PC_jdoProvideFields_Sig
See Also:
Constant Field Values

JDO_PC_jdoProvideFields_Mods

public static final int JDO_PC_jdoProvideFields_Mods
See Also:
Constant Field Values

JDO_PC_jdoReplaceFields_Name

public static final java.lang.String JDO_PC_jdoReplaceFields_Name
See Also:
Constant Field Values

JDO_PC_jdoReplaceFields_Sig

public static final java.lang.String JDO_PC_jdoReplaceFields_Sig
See Also:
Constant Field Values

JDO_PC_jdoReplaceFields_Mods

public static final int JDO_PC_jdoReplaceFields_Mods
See Also:
Constant Field Values

JDO_PC_jdoPreSerialize_Name

public static final java.lang.String JDO_PC_jdoPreSerialize_Name
See Also:
Constant Field Values

JDO_PC_jdoPreSerialize_Sig

public static final java.lang.String JDO_PC_jdoPreSerialize_Sig
See Also:
Constant Field Values

JDO_PC_jdoPreSerialize_Mods

public static final int JDO_PC_jdoPreSerialize_Mods
See Also:
Constant Field Values

JDO_PC_jdoInheritedFieldCount_Name

public static final java.lang.String JDO_PC_jdoInheritedFieldCount_Name
See Also:
Constant Field Values

JDO_PC_jdoInheritedFieldCount_Sig

public static final java.lang.String JDO_PC_jdoInheritedFieldCount_Sig
See Also:
Constant Field Values

JDO_PC_jdoInheritedFieldCount_Mods

public static final int JDO_PC_jdoInheritedFieldCount_Mods
See Also:
Constant Field Values

JDO_PC_jdoFieldNames_Name

public static final java.lang.String JDO_PC_jdoFieldNames_Name
See Also:
Constant Field Values

JDO_PC_jdoFieldNames_Sig

public static final java.lang.String JDO_PC_jdoFieldNames_Sig

JDO_PC_jdoFieldNames_Mods

public static final int JDO_PC_jdoFieldNames_Mods
See Also:
Constant Field Values

JDO_PC_jdoFieldTypes_Name

public static final java.lang.String JDO_PC_jdoFieldTypes_Name
See Also:
Constant Field Values

JDO_PC_jdoFieldTypes_Sig

public static final java.lang.String JDO_PC_jdoFieldTypes_Sig

JDO_PC_jdoFieldTypes_Mods

public static final int JDO_PC_jdoFieldTypes_Mods
See Also:
Constant Field Values

JDO_PC_jdoFieldFlags_Name

public static final java.lang.String JDO_PC_jdoFieldFlags_Name
See Also:
Constant Field Values

JDO_PC_jdoFieldFlags_Sig

public static final java.lang.String JDO_PC_jdoFieldFlags_Sig
See Also:
Constant Field Values

JDO_PC_jdoFieldFlags_Mods

public static final int JDO_PC_jdoFieldFlags_Mods
See Also:
Constant Field Values

JDO_PC_jdoPersistenceCapableSuperclass_Name

public static final java.lang.String JDO_PC_jdoPersistenceCapableSuperclass_Name
See Also:
Constant Field Values

JDO_PC_jdoPersistenceCapableSuperclass_Sig

public static final java.lang.String JDO_PC_jdoPersistenceCapableSuperclass_Sig

JDO_PC_jdoPersistenceCapableSuperclass_Mods

public static final int JDO_PC_jdoPersistenceCapableSuperclass_Mods
See Also:
Constant Field Values

JDO_PC_jdoGetManagedFieldCount_Name

public static final java.lang.String JDO_PC_jdoGetManagedFieldCount_Name
See Also:
Constant Field Values

JDO_PC_jdoGetManagedFieldCount_Sig

public static final java.lang.String JDO_PC_jdoGetManagedFieldCount_Sig
See Also:
Constant Field Values

JDO_PC_jdoGetManagedFieldCount_Mods

public static final int JDO_PC_jdoGetManagedFieldCount_Mods
See Also:
Constant Field Values

JDO_PC_jdoCopyFields_Name

public static final java.lang.String JDO_PC_jdoCopyFields_Name
See Also:
Constant Field Values

JDO_PC_jdoCopyFields_Sig

public static final java.lang.String JDO_PC_jdoCopyFields_Sig

JDO_PC_jdoCopyFields_Mods

public static final int JDO_PC_jdoCopyFields_Mods
See Also:
Constant Field Values

JDO_PC_jdoCopyField_Name

public static final java.lang.String JDO_PC_jdoCopyField_Name
See Also:
Constant Field Values

JDO_PC_jdoCopyField_Mods

public static final int JDO_PC_jdoCopyField_Mods
See Also:
Constant Field Values

JDO_PC_jdoProvideField_Name

public static final java.lang.String JDO_PC_jdoProvideField_Name
See Also:
Constant Field Values

JDO_PC_jdoProvideField_Sig

public static final java.lang.String JDO_PC_jdoProvideField_Sig
See Also:
Constant Field Values

JDO_PC_jdoProvideField_Mods

public static final int JDO_PC_jdoProvideField_Mods
See Also:
Constant Field Values

JDO_PC_jdoReplaceField_Name

public static final java.lang.String JDO_PC_jdoReplaceField_Name
See Also:
Constant Field Values

JDO_PC_jdoReplaceField_Sig

public static final java.lang.String JDO_PC_jdoReplaceField_Sig
See Also:
Constant Field Values

JDO_PC_jdoReplaceField_Mods

public static final int JDO_PC_jdoReplaceField_Mods
See Also:
Constant Field Values

JDO_PC_jdoNewInstance_Name

public static final java.lang.String JDO_PC_jdoNewInstance_Name
See Also:
Constant Field Values

JDO_PC_jdoNewInstance_Sig

public static final java.lang.String JDO_PC_jdoNewInstance_Sig

JDO_PC_jdoNewInstance_Mods

public static final int JDO_PC_jdoNewInstance_Mods
See Also:
Constant Field Values

JDO_PC_jdoNewInstance_Object_Name

public static final java.lang.String JDO_PC_jdoNewInstance_Object_Name
See Also:
Constant Field Values

JDO_PC_jdoNewInstance_Object_Sig

public static final java.lang.String JDO_PC_jdoNewInstance_Object_Sig

JDO_PC_jdoNewInstance_Object_Mods

public static final int JDO_PC_jdoNewInstance_Object_Mods
See Also:
Constant Field Values

JDO_PC_jdoNewObjectIdInstance_Name

public static final java.lang.String JDO_PC_jdoNewObjectIdInstance_Name
See Also:
Constant Field Values

JDO_PC_jdoNewObjectIdInstance_Sig

public static final java.lang.String JDO_PC_jdoNewObjectIdInstance_Sig

JDO_PC_jdoNewObjectIdInstance_Mods

public static final int JDO_PC_jdoNewObjectIdInstance_Mods
See Also:
Constant Field Values

JDO_PC_jdoNewObjectIdInstance_Object_Name

public static final java.lang.String JDO_PC_jdoNewObjectIdInstance_Object_Name
See Also:
Constant Field Values

JDO_PC_jdoNewObjectIdInstance_Object_Sig

public static final java.lang.String JDO_PC_jdoNewObjectIdInstance_Object_Sig

JDO_PC_jdoNewObjectIdInstance_Object_Mods

public static final int JDO_PC_jdoNewObjectIdInstance_Object_Mods
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsToObjectId_Name

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_Name
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsToObjectId_Sig

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_Sig

JDO_PC_jdoCopyKeyFieldsToObjectId_Mods

public static final int JDO_PC_jdoCopyKeyFieldsToObjectId_Mods
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsFromObjectId_Name

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_Name
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsFromObjectId_Sig

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_Sig

JDO_PC_jdoCopyKeyFieldsFromObjectId_Mods

public static final int JDO_PC_jdoCopyKeyFieldsFromObjectId_Mods
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Name

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Name
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Sig

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Sig

JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Mods

public static final int JDO_PC_jdoCopyKeyFieldsToObjectId_OIFS_Mods
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Name

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Name
See Also:
Constant Field Values

JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Sig

public static final java.lang.String JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Sig

JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Mods

public static final int JDO_PC_jdoCopyKeyFieldsFromObjectId_OIFC_Mods
See Also:
Constant Field Values

JDO_IC_jdoPostLoad_Name

public static final java.lang.String JDO_IC_jdoPostLoad_Name
See Also:
Constant Field Values

JDO_IC_jdoPostLoad_Sig

public static final java.lang.String JDO_IC_jdoPostLoad_Sig
See Also:
Constant Field Values

JDO_IC_jdoPostLoad_Mods

public static final int JDO_IC_jdoPostLoad_Mods
See Also:
Constant Field Values

JDO_IC_jdoPreStore_Name

public static final java.lang.String JDO_IC_jdoPreStore_Name
See Also:
Constant Field Values

JDO_IC_jdoPreStore_Sig

public static final java.lang.String JDO_IC_jdoPreStore_Sig
See Also:
Constant Field Values

JDO_IC_jdoPreStore_Mods

public static final int JDO_IC_jdoPreStore_Mods
See Also:
Constant Field Values

JDO_IC_jdoPreClear_Name

public static final java.lang.String JDO_IC_jdoPreClear_Name
See Also:
Constant Field Values

JDO_IC_jdoPreClear_Sig

public static final java.lang.String JDO_IC_jdoPreClear_Sig
See Also:
Constant Field Values

JDO_IC_jdoPreClear_Mods

public static final int JDO_IC_jdoPreClear_Mods
See Also:
Constant Field Values

JDO_IC_jdoPreDelete_Name

public static final java.lang.String JDO_IC_jdoPreDelete_Name
See Also:
Constant Field Values

JDO_IC_jdoPreDelete_Sig

public static final java.lang.String JDO_IC_jdoPreDelete_Sig
See Also:
Constant Field Values

JDO_IC_jdoPreDelete_Mods

public static final int JDO_IC_jdoPreDelete_Mods
See Also:
Constant Field Values

JDO_OIFC_storeBooleanField_Name

public static final java.lang.String JDO_OIFC_storeBooleanField_Name
See Also:
Constant Field Values

JDO_OIFC_storeBooleanField_Sig

public static final java.lang.String JDO_OIFC_storeBooleanField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeCharField_Name

public static final java.lang.String JDO_OIFC_storeCharField_Name
See Also:
Constant Field Values

JDO_OIFC_storeCharField_Sig

public static final java.lang.String JDO_OIFC_storeCharField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeByteField_Name

public static final java.lang.String JDO_OIFC_storeByteField_Name
See Also:
Constant Field Values

JDO_OIFC_storeByteField_Sig

public static final java.lang.String JDO_OIFC_storeByteField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeShortField_Name

public static final java.lang.String JDO_OIFC_storeShortField_Name
See Also:
Constant Field Values

JDO_OIFC_storeShortField_Sig

public static final java.lang.String JDO_OIFC_storeShortField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeIntField_Name

public static final java.lang.String JDO_OIFC_storeIntField_Name
See Also:
Constant Field Values

JDO_OIFC_storeIntField_Sig

public static final java.lang.String JDO_OIFC_storeIntField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeLongField_Name

public static final java.lang.String JDO_OIFC_storeLongField_Name
See Also:
Constant Field Values

JDO_OIFC_storeLongField_Sig

public static final java.lang.String JDO_OIFC_storeLongField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeFloatField_Name

public static final java.lang.String JDO_OIFC_storeFloatField_Name
See Also:
Constant Field Values

JDO_OIFC_storeFloatField_Sig

public static final java.lang.String JDO_OIFC_storeFloatField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeDoubleField_Name

public static final java.lang.String JDO_OIFC_storeDoubleField_Name
See Also:
Constant Field Values

JDO_OIFC_storeDoubleField_Sig

public static final java.lang.String JDO_OIFC_storeDoubleField_Sig
See Also:
Constant Field Values

JDO_OIFC_storeStringField_Name

public static final java.lang.String JDO_OIFC_storeStringField_Name
See Also:
Constant Field Values

JDO_OIFC_storeStringField_Sig

public static final java.lang.String JDO_OIFC_storeStringField_Sig

JDO_OIFC_storeObjectField_Name

public static final java.lang.String JDO_OIFC_storeObjectField_Name
See Also:
Constant Field Values

JDO_OIFC_storeObjectField_Sig

public static final java.lang.String JDO_OIFC_storeObjectField_Sig

JDO_OIFS_fetchBooleanField_Name

public static final java.lang.String JDO_OIFS_fetchBooleanField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchBooleanField_Sig

public static final java.lang.String JDO_OIFS_fetchBooleanField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchCharField_Name

public static final java.lang.String JDO_OIFS_fetchCharField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchCharField_Sig

public static final java.lang.String JDO_OIFS_fetchCharField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchByteField_Name

public static final java.lang.String JDO_OIFS_fetchByteField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchByteField_Sig

public static final java.lang.String JDO_OIFS_fetchByteField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchShortField_Name

public static final java.lang.String JDO_OIFS_fetchShortField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchShortField_Sig

public static final java.lang.String JDO_OIFS_fetchShortField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchIntField_Name

public static final java.lang.String JDO_OIFS_fetchIntField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchIntField_Sig

public static final java.lang.String JDO_OIFS_fetchIntField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchLongField_Name

public static final java.lang.String JDO_OIFS_fetchLongField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchLongField_Sig

public static final java.lang.String JDO_OIFS_fetchLongField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchFloatField_Name

public static final java.lang.String JDO_OIFS_fetchFloatField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchFloatField_Sig

public static final java.lang.String JDO_OIFS_fetchFloatField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchDoubleField_Name

public static final java.lang.String JDO_OIFS_fetchDoubleField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchDoubleField_Sig

public static final java.lang.String JDO_OIFS_fetchDoubleField_Sig
See Also:
Constant Field Values

JDO_OIFS_fetchStringField_Name

public static final java.lang.String JDO_OIFS_fetchStringField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchStringField_Sig

public static final java.lang.String JDO_OIFS_fetchStringField_Sig

JDO_OIFS_fetchObjectField_Name

public static final java.lang.String JDO_OIFS_fetchObjectField_Name
See Also:
Constant Field Values

JDO_OIFS_fetchObjectField_Sig

public static final java.lang.String JDO_OIFS_fetchObjectField_Sig

JDO_SM_replacingFlags_Name

public static final java.lang.String JDO_SM_replacingFlags_Name
See Also:
Constant Field Values

JDO_SM_replacingFlags_Sig

public static final java.lang.String JDO_SM_replacingFlags_Sig

JDO_SM_replacingStateManager_Name

public static final java.lang.String JDO_SM_replacingStateManager_Name
See Also:
Constant Field Values

JDO_SM_replacingStateManager_Sig

public static final java.lang.String JDO_SM_replacingStateManager_Sig

JDO_SM_isDirty_Name

public static final java.lang.String JDO_SM_isDirty_Name
See Also:
Constant Field Values

JDO_SM_isDirty_Sig

public static final java.lang.String JDO_SM_isDirty_Sig

JDO_SM_isTransactional_Name

public static final java.lang.String JDO_SM_isTransactional_Name
See Also:
Constant Field Values

JDO_SM_isTransactional_Sig

public static final java.lang.String JDO_SM_isTransactional_Sig

JDO_SM_isPersistent_Name

public static final java.lang.String JDO_SM_isPersistent_Name
See Also:
Constant Field Values

JDO_SM_isPersistent_Sig

public static final java.lang.String JDO_SM_isPersistent_Sig

JDO_SM_isNew_Name

public static final java.lang.String JDO_SM_isNew_Name
See Also:
Constant Field Values

JDO_SM_isNew_Sig

public static final java.lang.String JDO_SM_isNew_Sig

JDO_SM_isDeleted_Name

public static final java.lang.String JDO_SM_isDeleted_Name
See Also:
Constant Field Values

JDO_SM_isDeleted_Sig

public static final java.lang.String JDO_SM_isDeleted_Sig

JDO_SM_getPersistenceManager_Name

public static final java.lang.String JDO_SM_getPersistenceManager_Name
See Also:
Constant Field Values

JDO_SM_getPersistenceManager_Sig

public static final java.lang.String JDO_SM_getPersistenceManager_Sig

JDO_SM_makeDirty_Name

public static final java.lang.String JDO_SM_makeDirty_Name
See Also:
Constant Field Values

JDO_SM_makeDirty_Sig

public static final java.lang.String JDO_SM_makeDirty_Sig

JDO_SM_getObjectId_Name

public static final java.lang.String JDO_SM_getObjectId_Name
See Also:
Constant Field Values

JDO_SM_getObjectId_Sig

public static final java.lang.String JDO_SM_getObjectId_Sig

JDO_SM_getTransactionalObjectId_Name

public static final java.lang.String JDO_SM_getTransactionalObjectId_Name
See Also:
Constant Field Values

JDO_SM_getTransactionalObjectId_Sig

public static final java.lang.String JDO_SM_getTransactionalObjectId_Sig

JDO_SM_isLoaded_Name

public static final java.lang.String JDO_SM_isLoaded_Name
See Also:
Constant Field Values

JDO_SM_isLoaded_Sig

public static final java.lang.String JDO_SM_isLoaded_Sig

JDO_SM_preSerialize_Name

public static final java.lang.String JDO_SM_preSerialize_Name
See Also:
Constant Field Values

JDO_SM_preSerialize_Sig

public static final java.lang.String JDO_SM_preSerialize_Sig

JDO_SM_getBooleanField_Name

public static final java.lang.String JDO_SM_getBooleanField_Name
See Also:
Constant Field Values

JDO_SM_getBooleanField_Sig

public static final java.lang.String JDO_SM_getBooleanField_Sig

JDO_SM_getCharField_Name

public static final java.lang.String JDO_SM_getCharField_Name
See Also:
Constant Field Values

JDO_SM_getCharField_Sig

public static final java.lang.String JDO_SM_getCharField_Sig

JDO_SM_getByteField_Name

public static final java.lang.String JDO_SM_getByteField_Name
See Also:
Constant Field Values

JDO_SM_getByteField_Sig

public static final java.lang.String JDO_SM_getByteField_Sig

JDO_SM_getShortField_Name

public static final java.lang.String JDO_SM_getShortField_Name
See Also:
Constant Field Values

JDO_SM_getShortField_Sig

public static final java.lang.String JDO_SM_getShortField_Sig

JDO_SM_getIntField_Name

public static final java.lang.String JDO_SM_getIntField_Name
See Also:
Constant Field Values

JDO_SM_getIntField_Sig

public static final java.lang.String JDO_SM_getIntField_Sig

JDO_SM_getLongField_Name

public static final java.lang.String JDO_SM_getLongField_Name
See Also:
Constant Field Values

JDO_SM_getLongField_Sig

public static final java.lang.String JDO_SM_getLongField_Sig

JDO_SM_getFloatField_Name

public static final java.lang.String JDO_SM_getFloatField_Name
See Also:
Constant Field Values

JDO_SM_getFloatField_Sig

public static final java.lang.String JDO_SM_getFloatField_Sig

JDO_SM_getDoubleField_Name

public static final java.lang.String JDO_SM_getDoubleField_Name
See Also:
Constant Field Values

JDO_SM_getDoubleField_Sig

public static final java.lang.String JDO_SM_getDoubleField_Sig

JDO_SM_getStringField_Name

public static final java.lang.String JDO_SM_getStringField_Name
See Also:
Constant Field Values

JDO_SM_getStringField_Sig

public static final java.lang.String JDO_SM_getStringField_Sig

JDO_SM_getObjectField_Name

public static final java.lang.String JDO_SM_getObjectField_Name
See Also:
Constant Field Values

JDO_SM_getObjectField_Sig

public static final java.lang.String JDO_SM_getObjectField_Sig

JDO_SM_setBooleanField_Name

public static final java.lang.String JDO_SM_setBooleanField_Name
See Also:
Constant Field Values

JDO_SM_setBooleanField_Sig

public static final java.lang.String JDO_SM_setBooleanField_Sig

JDO_SM_setCharField_Name

public static final java.lang.String JDO_SM_setCharField_Name
See Also:
Constant Field Values

JDO_SM_setCharField_Sig

public static final java.lang.String JDO_SM_setCharField_Sig

JDO_SM_setByteField_Name

public static final java.lang.String JDO_SM_setByteField_Name
See Also:
Constant Field Values

JDO_SM_setByteField_Sig

public static final java.lang.String JDO_SM_setByteField_Sig

JDO_SM_setShortField_Name

public static final java.lang.String JDO_SM_setShortField_Name
See Also:
Constant Field Values

JDO_SM_setShortField_Sig

public static final java.lang.String JDO_SM_setShortField_Sig

JDO_SM_setIntField_Name

public static final java.lang.String JDO_SM_setIntField_Name
See Also:
Constant Field Values

JDO_SM_setIntField_Sig

public static final java.lang.String JDO_SM_setIntField_Sig

JDO_SM_setLongField_Name

public static final java.lang.String JDO_SM_setLongField_Name
See Also:
Constant Field Values

JDO_SM_setLongField_Sig

public static final java.lang.String JDO_SM_setLongField_Sig

JDO_SM_setFloatField_Name

public static final java.lang.String JDO_SM_setFloatField_Name
See Also:
Constant Field Values

JDO_SM_setFloatField_Sig

public static final java.lang.String JDO_SM_setFloatField_Sig

JDO_SM_setDoubleField_Name

public static final java.lang.String JDO_SM_setDoubleField_Name
See Also:
Constant Field Values

JDO_SM_setDoubleField_Sig

public static final java.lang.String JDO_SM_setDoubleField_Sig

JDO_SM_setStringField_Name

public static final java.lang.String JDO_SM_setStringField_Name
See Also:
Constant Field Values

JDO_SM_setStringField_Sig

public static final java.lang.String JDO_SM_setStringField_Sig

JDO_SM_setObjectField_Name

public static final java.lang.String JDO_SM_setObjectField_Name
See Also:
Constant Field Values

JDO_SM_setObjectField_Sig

public static final java.lang.String JDO_SM_setObjectField_Sig

JDO_SM_providedBooleanField_Name

public static final java.lang.String JDO_SM_providedBooleanField_Name
See Also:
Constant Field Values

JDO_SM_providedBooleanField_Sig

public static final java.lang.String JDO_SM_providedBooleanField_Sig

JDO_SM_providedCharField_Name

public static final java.lang.String JDO_SM_providedCharField_Name
See Also:
Constant Field Values

JDO_SM_providedCharField_Sig

public static final java.lang.String JDO_SM_providedCharField_Sig

JDO_SM_providedByteField_Name

public static final java.lang.String JDO_SM_providedByteField_Name
See Also:
Constant Field Values

JDO_SM_providedByteField_Sig

public static final java.lang.String JDO_SM_providedByteField_Sig

JDO_SM_providedShortField_Name

public static final java.lang.String JDO_SM_providedShortField_Name
See Also:
Constant Field Values

JDO_SM_providedShortField_Sig

public static final java.lang.String JDO_SM_providedShortField_Sig

JDO_SM_providedIntField_Name

public static final java.lang.String JDO_SM_providedIntField_Name
See Also:
Constant Field Values

JDO_SM_providedIntField_Sig

public static final java.lang.String JDO_SM_providedIntField_Sig

JDO_SM_providedLongField_Name

public static final java.lang.String JDO_SM_providedLongField_Name
See Also:
Constant Field Values

JDO_SM_providedLongField_Sig

public static final java.lang.String JDO_SM_providedLongField_Sig

JDO_SM_providedFloatField_Name

public static final java.lang.String JDO_SM_providedFloatField_Name
See Also:
Constant Field Values

JDO_SM_providedFloatField_Sig

public static final java.lang.String JDO_SM_providedFloatField_Sig

JDO_SM_providedDoubleField_Name

public static final java.lang.String JDO_SM_providedDoubleField_Name
See Also:
Constant Field Values

JDO_SM_providedDoubleField_Sig

public static final java.lang.String JDO_SM_providedDoubleField_Sig

JDO_SM_providedStringField_Name

public static final java.lang.String JDO_SM_providedStringField_Name
See Also:
Constant Field Values

JDO_SM_providedStringField_Sig

public static final java.lang.String JDO_SM_providedStringField_Sig

JDO_SM_providedObjectField_Name

public static final java.lang.String JDO_SM_providedObjectField_Name
See Also:
Constant Field Values

JDO_SM_providedObjectField_Sig

public static final java.lang.String JDO_SM_providedObjectField_Sig

JDO_SM_replacingBooleanField_Name

public static final java.lang.String JDO_SM_replacingBooleanField_Name
See Also:
Constant Field Values

JDO_SM_replacingBooleanField_Sig

public static final java.lang.String JDO_SM_replacingBooleanField_Sig

JDO_SM_replacingCharField_Name

public static final java.lang.String JDO_SM_replacingCharField_Name
See Also:
Constant Field Values

JDO_SM_replacingCharField_Sig

public static final java.lang.String JDO_SM_replacingCharField_Sig

JDO_SM_replacingByteField_Name

public static final java.lang.String JDO_SM_replacingByteField_Name
See Also:
Constant Field Values

JDO_SM_replacingByteField_Sig

public static final java.lang.String JDO_SM_replacingByteField_Sig

JDO_SM_replacingShortField_Name

public static final java.lang.String JDO_SM_replacingShortField_Name
See Also:
Constant Field Values

JDO_SM_replacingShortField_Sig

public static final java.lang.String JDO_SM_replacingShortField_Sig

JDO_SM_replacingIntField_Name

public static final java.lang.String JDO_SM_replacingIntField_Name
See Also:
Constant Field Values

JDO_SM_replacingIntField_Sig

public static final java.lang.String JDO_SM_replacingIntField_Sig

JDO_SM_replacingLongField_Name

public static final java.lang.String JDO_SM_replacingLongField_Name
See Also:
Constant Field Values

JDO_SM_replacingLongField_Sig

public static final java.lang.String JDO_SM_replacingLongField_Sig

JDO_SM_replacingFloatField_Name

public static final java.lang.String JDO_SM_replacingFloatField_Name
See Also:
Constant Field Values

JDO_SM_replacingFloatField_Sig

public static final java.lang.String JDO_SM_replacingFloatField_Sig

JDO_SM_replacingDoubleField_Name

public static final java.lang.String JDO_SM_replacingDoubleField_Name
See Also:
Constant Field Values

JDO_SM_replacingDoubleField_Sig

public static final java.lang.String JDO_SM_replacingDoubleField_Sig

JDO_SM_replacingStringField_Name

public static final java.lang.String JDO_SM_replacingStringField_Name
See Also:
Constant Field Values

JDO_SM_replacingStringField_Sig

public static final java.lang.String JDO_SM_replacingStringField_Sig

JDO_SM_replacingObjectField_Name

public static final java.lang.String JDO_SM_replacingObjectField_Name
See Also:
Constant Field Values

JDO_SM_replacingObjectField_Sig

public static final java.lang.String JDO_SM_replacingObjectField_Sig

JDO_JDOImplHelper_registerClass_Name

public static final java.lang.String JDO_JDOImplHelper_registerClass_Name
See Also:
Constant Field Values

JDO_JDOImplHelper_registerClass_Sig

public static final java.lang.String JDO_JDOImplHelper_registerClass_Sig

JDO_JDOImplHelper_checkAuthorizedStateManager_Name

public static final java.lang.String JDO_JDOImplHelper_checkAuthorizedStateManager_Name
See Also:
Constant Field Values

JDO_JDOImplHelper_checkAuthorizedStateManager_Sig

public static final java.lang.String JDO_JDOImplHelper_checkAuthorizedStateManager_Sig

JDO_JDOFatalInternalException_JDOFatalInternalException_Name

public static final java.lang.String JDO_JDOFatalInternalException_JDOFatalInternalException_Name

JDO_JDOFatalInternalException_JDOFatalInternalException_Sig

public static final java.lang.String JDO_JDOFatalInternalException_JDOFatalInternalException_Sig

SUNJDO_PC_EnhancedAttribute

public static final java.lang.String SUNJDO_PC_EnhancedAttribute
See Also:
Constant Field Values

SUNJDO_PC_EnhancedVersion

public static final short SUNJDO_PC_EnhancedVersion
See Also:
Constant Field Values

SUNJDO_PC_sunjdoClassForName_Name

public static final java.lang.String SUNJDO_PC_sunjdoClassForName_Name
See Also:
Constant Field Values

SUNJDO_PC_sunjdoClassForName_Sig

public static final java.lang.String SUNJDO_PC_sunjdoClassForName_Sig

SUNJDO_PC_sunjdoClassForName_Mods

public static final int SUNJDO_PC_sunjdoClassForName_Mods
See Also:
Constant Field Values
Constructor Detail

Analyzer

public Analyzer(Controller control,
                Environment env)
Constructor

Method Detail

getClassFile

public ClassFile getClassFile()
Returns the class file which we are operating on.


getPersistenceType

public int getPersistenceType()
Return the persistence type for this class


isAnalyzed

public boolean isAnalyzed()
Returns true if the class has been analyzed already.


isAnnotateable

public boolean isAnnotateable()
Returns true if the class is one which should be a candidate for annotation.


isAugmentable

public boolean isAugmentable()
Returns true if the class is to be enhanced for persistence-capability.


isAugmentableAsRoot

public boolean isAugmentableAsRoot()
Returns true if the class is to be enhanced as least-derived, persistence-capable class.


getAnnotatableMethods

public java.util.Collection getAnnotatableMethods()
Returns the methods that are candidates for annotation.


getPCSuperClassName

public java.lang.String getPCSuperClassName()
Returns the name of the persistence-capable superclass if defined.


getPCRootClassName

public java.lang.String getPCRootClassName()
Returns the name of the persistence-capable rootclass if defined.


getPCKeyOwnerClassName

public java.lang.String getPCKeyOwnerClassName()
Returns the name of this class or the next persistence-capable superclass that owns a key class.


getPCSuperKeyOwnerClassName

public java.lang.String getPCSuperKeyOwnerClassName()
Returns the name of this class or the next persistence-capable that owns a key class.


getKeyClassName

public java.lang.String getKeyClassName()
Returns the name of the key class if defined.


getSuperKeyClassName

public java.lang.String getSuperKeyClassName()
Returns the name of the key class of the next persistence-capable superclass that defines one.


getKeyFieldCount

public int getKeyFieldCount()
Returns the number of key field.


getKeyFieldIndexes

public int[] getKeyFieldIndexes()
Returns the names of the key fields.


getManagedFieldCount

public int getManagedFieldCount()
Returns the number of managed field.


getAnnotatedFieldCount

public int getAnnotatedFieldCount()
Returns the number of annotated field.


getAnnotatedFieldNames

public java.lang.String[] getAnnotatedFieldNames()
Returns the names of the annotated fields.


getAnnotatedFieldSigs

public java.lang.String[] getAnnotatedFieldSigs()
Returns the types names of the annotated fields.


getAnnotatedFieldMods

public int[] getAnnotatedFieldMods()
Returns the Java access modifiers of the annotated fields.


getAnnotatedFieldFlags

public int[] getAnnotatedFieldFlags()
Returns the JDO flags of the annotated fields.


hasDefaultConstructor

public boolean hasDefaultConstructor()
Returns true if the class has a default (no-argument) constructor.


hasStaticInitializer

public boolean hasStaticInitializer()
Returns true if the class has a static initializer block.


hasCloneMethod

public boolean hasCloneMethod()
Returns true if the class has a clone() method.


hasWriteObjectMethod

public boolean hasWriteObjectMethod()
Returns true if the class has a writeObject() method.


hasWriteReplaceMethod

public boolean hasWriteReplaceMethod()
Returns true if the class has a writeReplace() method.


hasReadObjectMethod

public boolean hasReadObjectMethod()
Returns true if the class has a readObject() method.


hasJDOAugmentation

public boolean hasJDOAugmentation()
Returns true if the class already provides the JDO augmentation.


scan

public void scan()
Analyzes the class for existing augmentation.


checkForEnhancedAttribute

private void checkForEnhancedAttribute()
Scans the attributes of a ClassFile


initPersistenceType

private void initPersistenceType()
Sets the persistence type of a class according to JDO metadata.


scanFields

private void scanFields()
Scans the fields.


scanMethods

private void scanMethods()
Scans the methods of a ClassFile.


checkGenericAugmentation

private void checkGenericAugmentation()

checkSpecificAugmentation

private void checkSpecificAugmentation()

checkCallbackAugmentation

private void checkCallbackAugmentation()

checkPCFeasibility

private void checkPCFeasibility()

scanForImplementsPC

private void scanForImplementsPC()
Scans the class for implementing the PC interface.


scanForGenericJDOFields

private void scanForGenericJDOFields()
Scans for JDO fields of generic augmentation.


scanForGenericJDOMethods

private void scanForGenericJDOMethods()
Scans for JDO methods of generic augmentation.


scanForSpecificJDOFields

private void scanForSpecificJDOFields()
Scans for JDO fields of specific augmentation.


scanForSpecificJDOMethods

private void scanForSpecificJDOMethods()
Scans for JDO methods of specific augmentation.


scanForCallbackJDOMethods

private void scanForCallbackJDOMethods()
Scans for JDO methods of generic augmentation.


scanJDOField

private void scanJDOField(java.lang.String fieldName,
                          java.lang.String expectedSig,
                          int expectedMods,
                          java.util.Set found,
                          java.util.Set missing)
Verifies a JDO field signature.


scanJDOMethod

private void scanJDOMethod(java.lang.String methodName,
                           java.lang.String expectedSig,
                           int expectedMods,
                           java.util.Set found,
                           java.util.Set missing)
Verifies a JDO method signature.


scanJDOMethod

private void scanJDOMethod(java.lang.String methodName,
                           java.lang.String expectedSig,
                           int expectedMods,
                           java.util.Set found,
                           java.util.Set missing,
                           boolean annotatable)
Verifies a JDO method signature.


reportInconsistentJDOMembers

private void reportInconsistentJDOMembers(java.util.Set found,
                                          java.util.Set missing)
Reports an error for some found/missing JDO fields or methods.


methodKey

private static java.lang.String methodKey(java.lang.String name,
                                          java.lang.String sig)