Class ByteCodeFieldNames
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.java.constants.ByteCodeFieldNames
-
public final class ByteCodeFieldNames extends Object
This class contains names of stub fields as Stub's constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLIENT_LIB_FIELDNAME
Client Lib field name in stub.static String
DEBUG_ENABLED_FIELDNAME
DEBUG_ENABLED field name in stub.static String
IS_STUB_FIELDNAME
Object ID field name in stub.static String
METHOD_NAME_DICT
Python dictionary for method names, containing operation IDs.static String
OBJECTID_FIELDNAME
Object ID field name in stub.static String
THREADSUSINGOBJ_FIELDNAME
threadsUsingObject field name in stub.
-
-
-
Field Detail
-
IS_STUB_FIELDNAME
public static final String IS_STUB_FIELDNAME
Object ID field name in stub.- See Also:
- Constant Field Values
-
OBJECTID_FIELDNAME
public static final String OBJECTID_FIELDNAME
Object ID field name in stub.- See Also:
- Constant Field Values
-
THREADSUSINGOBJ_FIELDNAME
public static final String THREADSUSINGOBJ_FIELDNAME
threadsUsingObject field name in stub.- See Also:
- Constant Field Values
-
METHOD_NAME_DICT
public static final String METHOD_NAME_DICT
Python dictionary for method names, containing operation IDs.- See Also:
- Constant Field Values
-
DEBUG_ENABLED_FIELDNAME
public static final String DEBUG_ENABLED_FIELDNAME
DEBUG_ENABLED field name in stub.- See Also:
- Constant Field Values
-
CLIENT_LIB_FIELDNAME
public static final String CLIENT_LIB_FIELDNAME
Client Lib field name in stub.- See Also:
- Constant Field Values
-
-