Class ByteCodeMethodsNames
- java.lang.Object
-
- es.bsc.dataclay.logic.classmgr.bytecode.java.constants.ByteCodeMethodsNames
-
public final class ByteCodeMethodsNames extends Object
This class contains names of methods as Stub's constants.
-
-
Field Summary
Fields Modifier and Type Field Description static String
ADD_MTHD
Collection add method.static String
BITSET_GET_MTHD
BitSet get method name.static String
BITSET_SET_MTHD
BitSet set method name.static String
BITSET_TOBYTE_MTHD
BitSet toByteArray method name.static String
BITSET_VALUEOF_MTHD
BitSet valueOf method name.static String
BOOLEANVALUE_MTHD
Java booleanValue method name.static String
BYTEVALUE_MTHD
Java byteValue method name.static String
CHARVALUE_MTHD
Java charValue method name.static String
CLINIT_MTHD
Class Constructor method name.static String
COPYTOLOCAL_MTHD
Stub copy to local method.static String
CREATETMP_MTHD
Stub make createTemporary method.static String
DCOBJ_GET_MASTER_LOCATION
static String
DCOBJ_SETDSFORUPDATE
setDsForObjectUpdate method name.static String
DELETE_ALIAS
Get object from alias.static String
DESERIALIZE_ASSOCIATION_MTHD
DataClaySerializable deserializeAssociation method.static String
DESERIALIZE_EMBEDDED_MTHD
DataClaySerializable deserialize embedded method.static String
DESERIALIZE_GENERIC_JAVA
Deserialize generic java type.static String
DESERIALIZE_MTHD
DataClaySerializable deserialize method.static String
DOUBLEVALUE_MTHD
Java doubleValue method name.static String
ENTRY_GETKEY_MTHD
Map entry getKey method.static String
ENTRY_GETVAL_MTHD
Map entry getValue method.static String
EQUALS_MTHD
Equals method name.static String
EXECREMOTE_MTHD
Execute remote implementation method.static String
FLOATVALUE_MTHD
Java floatValue method name.static String
GET_ARRAY
getArray method name.static String
GET_DECLARED_CONSTRUCTOR
getDeclaredConstructor method name.static String
GET_FIRST
getFirst method name.static String
GET_LIB
getDsLib method name.static String
GET_MTHD
Map get method.static String
GET_SECOND
getSecond method name.static String
GETALLLOC_MTHD
Stub get all locations method.static String
GETDATSET_FROM_OBJECT
getDataSetIDFromObject.static String
GETIMPLINFO_MTHD
Get Implementation info in StubInfo method.static String
GETJAVAOBJ_MTHD
DataClayJavaWrapper getJavaObject method name.static String
GETLOC_MTHD
Stub get location method.static String
GETMCLASSID_MTHD
Stub getter of MetaClassID.static String
GETOBJ_BY_ALIAS
Get object from alias.static String
GETOBJ_BY_ALIAS_EXT
Get object from alias for extension.static String
GETOBJID
Get objectID.static String
GETOBJID_FROM_ALIAS
Get objectID from alias.static String
GETOID_STR_MTHD
Stub method to retrieve string representation of ObjectID.static String
GETSESSID_MTHD
Stub getter of SessionID.static String
INIT_MTHD
Constructor method name.static String
INITIALIZE_STATIC_CONTRACTS
initializeDataClayContracts method name.static String
INITIALIZE_STATIC_IMPLS
initializeDataClayImpls method name.static String
INITIALIZE_STATIC_OPS
initializeDataClayOps method name.static String
INITIALIZE_STATIC_PROPS
initializeDataClayProps method name.static String
INTVALUE_MTHD
Java Integer intValue method name.static String
IT_HASNEXT_MTHD
Iterator has next method.static String
IT_NEXT_MTHD
Iterator next method.static String
LONGVALUE_MTHD
Java longValue method name.static String
MAP_ENTRYSET_MTHD
Map entrySet method.static String
MKPERST_MTHD
Stub make persistent method.static String
MOVOBJ_MTHD
Stub move object method.static String
NEW_INSTANCE
newInstance method name.static String
NEWREP_MTHD
Stub new replica method.static String
PREVIOUS_MTHD
Iterator previous method.static String
PUT_MTHD
Map put method.static String
QBE_MTHD
Stub query by example method.static String
READ_BOOLEAN_MTHD
DataClayByteBuffer read boolean method.static String
READ_BYTE_MTHD
DataClayByteBuffer read byte method.static String
READ_BYTES_MTHD
DataClayByteBuffer read bytes method.static String
READ_CHAR_MTHD
DataClayByteBuffer read char method.static String
READ_DOUBLE_MTHD
DataClayByteBuffer read double method.static String
READ_FLOAT_MTHD
DataClayByteBuffer read float method.static String
READ_INT_MTHD
DataClayByteBuffer read int method.static String
READ_LONG_MTHD
DataClayByteBuffer read long method.static String
READ_SHORT_MTHD
DataClayByteBuffer read short method.static String
READ_STRING_MTHD
DataClayByteBuffer read string method.static String
READ_VLQINT_MTHD
DataClayByteBuffer read variable-length quantity int method.static String
RELEASE
Release method name.static String
REMOVETMP_MTHD
Stub remove temporary method.static String
RUN_MTHD
Run method name.static String
RUNREMOTE
Run remote method.static String
SERIALIZE_ASSOCIATION_MTHD
DataClaySerializable serializeAssociation method.static String
SERIALIZE_EMBEDDED_MTHD
DataClaySerializable serialize method.static String
SERIALIZE_GENERIC_JAVA
Serialize generic java type.static String
SERIALIZE_MTHD
DataClaySerializable serialize method.static String
SET_ALL_FIELDS
Set All fields.static String
SET_DATASETID
setDataSetID method name.static String
SET_ISPERSISTENT
setIsRegistered method name.static String
SET_WRITER_INDEX
setWriterIndex method name.static String
SETCTRS_MTHD
Set Interfaces in contract in StubInfo method.static String
SETIMPLS_MTHD
Set Implementations in StubInfo method.static String
SETOBJID_MTHD
setObjectID in DataClayObject.static String
SETOPS_MTHD
Set Operations in StubInfo method.static String
SETPROPS_MTHD
Set Properties in StubInfo method.static String
SETRO_MTHD
Stub set object read only method.static String
SETRW_MTHD
Stub set object read write method.static String
SETSESSID_MTHD
Stub setter of SessionID.static String
SHORTVALUE_MTHD
Java shortValue method name.static String
SIZE_MTHD
Map size method name.static String
STUBINFO_GETCONTRACTS
getContracts method name.static String
STUBINFO_GETIMPLS
getImplementations method name.static String
STUBINFO_GETOPERATIONS
getOperations method name.static String
STUBINFO_GETPROPS
getProperties method name.static String
VALUEOF_MTHD
ValueOF method.static String
WRITE_BOOLEAN_MTHD
DataClayByteBuffer write boolean method.static String
WRITE_BYTE_MTHD
DataClayByteBuffer write byte method.static String
WRITE_BYTES_MTHD
DataClayByteBuffer write bytes method.static String
WRITE_CHAR_MTHD
DataClayByteBuffer write char method.static String
WRITE_DOUBLE_MTHD
DataClayByteBuffer write double method.static String
WRITE_FLOAT_MTHD
DataClayByteBuffer write float method.static String
WRITE_INT_MTHD
DataClayByteBuffer write int method.static String
WRITE_LONG_MTHD
DataClayByteBuffer write long method.static String
WRITE_SHORT_MTHD
DataClayByteBuffer write short method.static String
WRITE_STRING_MTHD
DataClayByteBuffer write string method.static String
WRITE_VLQINT_MTHD
DataClayByteBuffer write variable-length int method.static String
WRITER_INDEX
writerIndex method name.
-
-
-
Field Detail
-
SETPROPS_MTHD
public static final String SETPROPS_MTHD
Set Properties in StubInfo method.- See Also:
- Constant Field Values
-
SETOPS_MTHD
public static final String SETOPS_MTHD
Set Operations in StubInfo method.- See Also:
- Constant Field Values
-
SETIMPLS_MTHD
public static final String SETIMPLS_MTHD
Set Implementations in StubInfo method.- See Also:
- Constant Field Values
-
GETIMPLINFO_MTHD
public static final String GETIMPLINFO_MTHD
Get Implementation info in StubInfo method.- See Also:
- Constant Field Values
-
SETCTRS_MTHD
public static final String SETCTRS_MTHD
Set Interfaces in contract in StubInfo method.- See Also:
- Constant Field Values
-
SET_ALL_FIELDS
public static final String SET_ALL_FIELDS
Set All fields.- See Also:
- Constant Field Values
-
SETOBJID_MTHD
public static final String SETOBJID_MTHD
setObjectID in DataClayObject.- See Also:
- Constant Field Values
-
INIT_MTHD
public static final String INIT_MTHD
Constructor method name.- See Also:
- Constant Field Values
-
CLINIT_MTHD
public static final String CLINIT_MTHD
Class Constructor method name.- See Also:
- Constant Field Values
-
RUN_MTHD
public static final String RUN_MTHD
Run method name.- See Also:
- Constant Field Values
-
EQUALS_MTHD
public static final String EQUALS_MTHD
Equals method name.- See Also:
- Constant Field Values
-
GET_MTHD
public static final String GET_MTHD
Map get method.- See Also:
- Constant Field Values
-
PUT_MTHD
public static final String PUT_MTHD
Map put method.- See Also:
- Constant Field Values
-
ADD_MTHD
public static final String ADD_MTHD
Collection add method.- See Also:
- Constant Field Values
-
PREVIOUS_MTHD
public static final String PREVIOUS_MTHD
Iterator previous method.- See Also:
- Constant Field Values
-
VALUEOF_MTHD
public static final String VALUEOF_MTHD
ValueOF method.- See Also:
- Constant Field Values
-
GETOID_STR_MTHD
public static final String GETOID_STR_MTHD
Stub method to retrieve string representation of ObjectID.- See Also:
- Constant Field Values
-
GETSESSID_MTHD
public static final String GETSESSID_MTHD
Stub getter of SessionID.- See Also:
- Constant Field Values
-
SETSESSID_MTHD
public static final String SETSESSID_MTHD
Stub setter of SessionID.- See Also:
- Constant Field Values
-
GETMCLASSID_MTHD
public static final String GETMCLASSID_MTHD
Stub getter of MetaClassID.- See Also:
- Constant Field Values
-
EXECREMOTE_MTHD
public static final String EXECREMOTE_MTHD
Execute remote implementation method.- See Also:
- Constant Field Values
-
RUNREMOTE
public static final String RUNREMOTE
Run remote method.- See Also:
- Constant Field Values
-
GETOBJ_BY_ALIAS
public static final String GETOBJ_BY_ALIAS
Get object from alias.- See Also:
- Constant Field Values
-
GETOBJ_BY_ALIAS_EXT
public static final String GETOBJ_BY_ALIAS_EXT
Get object from alias for extension.- See Also:
- Constant Field Values
-
GETOBJID_FROM_ALIAS
public static final String GETOBJID_FROM_ALIAS
Get objectID from alias.- See Also:
- Constant Field Values
-
DELETE_ALIAS
public static final String DELETE_ALIAS
Get object from alias.- See Also:
- Constant Field Values
-
GETDATSET_FROM_OBJECT
public static final String GETDATSET_FROM_OBJECT
getDataSetIDFromObject.- See Also:
- Constant Field Values
-
GETOBJID
public static final String GETOBJID
Get objectID.- See Also:
- Constant Field Values
-
MKPERST_MTHD
public static final String MKPERST_MTHD
Stub make persistent method.- See Also:
- Constant Field Values
-
CREATETMP_MTHD
public static final String CREATETMP_MTHD
Stub make createTemporary method.- See Also:
- Constant Field Values
-
QBE_MTHD
public static final String QBE_MTHD
Stub query by example method.- See Also:
- Constant Field Values
-
COPYTOLOCAL_MTHD
public static final String COPYTOLOCAL_MTHD
Stub copy to local method.- See Also:
- Constant Field Values
-
REMOVETMP_MTHD
public static final String REMOVETMP_MTHD
Stub remove temporary method.- See Also:
- Constant Field Values
-
NEWREP_MTHD
public static final String NEWREP_MTHD
Stub new replica method.- See Also:
- Constant Field Values
-
MOVOBJ_MTHD
public static final String MOVOBJ_MTHD
Stub move object method.- See Also:
- Constant Field Values
-
SETRO_MTHD
public static final String SETRO_MTHD
Stub set object read only method.- See Also:
- Constant Field Values
-
SETRW_MTHD
public static final String SETRW_MTHD
Stub set object read write method.- See Also:
- Constant Field Values
-
GETLOC_MTHD
public static final String GETLOC_MTHD
Stub get location method.- See Also:
- Constant Field Values
-
GETALLLOC_MTHD
public static final String GETALLLOC_MTHD
Stub get all locations method.- See Also:
- Constant Field Values
-
WRITE_INT_MTHD
public static final String WRITE_INT_MTHD
DataClayByteBuffer write int method.- See Also:
- Constant Field Values
-
WRITE_VLQINT_MTHD
public static final String WRITE_VLQINT_MTHD
DataClayByteBuffer write variable-length int method.- See Also:
- Constant Field Values
-
WRITE_BOOLEAN_MTHD
public static final String WRITE_BOOLEAN_MTHD
DataClayByteBuffer write boolean method.- See Also:
- Constant Field Values
-
WRITE_BYTE_MTHD
public static final String WRITE_BYTE_MTHD
DataClayByteBuffer write byte method.- See Also:
- Constant Field Values
-
WRITE_CHAR_MTHD
public static final String WRITE_CHAR_MTHD
DataClayByteBuffer write char method.- See Also:
- Constant Field Values
-
WRITE_DOUBLE_MTHD
public static final String WRITE_DOUBLE_MTHD
DataClayByteBuffer write double method.- See Also:
- Constant Field Values
-
WRITE_FLOAT_MTHD
public static final String WRITE_FLOAT_MTHD
DataClayByteBuffer write float method.- See Also:
- Constant Field Values
-
WRITE_LONG_MTHD
public static final String WRITE_LONG_MTHD
DataClayByteBuffer write long method.- See Also:
- Constant Field Values
-
WRITE_SHORT_MTHD
public static final String WRITE_SHORT_MTHD
DataClayByteBuffer write short method.- See Also:
- Constant Field Values
-
WRITE_STRING_MTHD
public static final String WRITE_STRING_MTHD
DataClayByteBuffer write string method.- See Also:
- Constant Field Values
-
WRITE_BYTES_MTHD
public static final String WRITE_BYTES_MTHD
DataClayByteBuffer write bytes method.- See Also:
- Constant Field Values
-
READ_INT_MTHD
public static final String READ_INT_MTHD
DataClayByteBuffer read int method.- See Also:
- Constant Field Values
-
READ_VLQINT_MTHD
public static final String READ_VLQINT_MTHD
DataClayByteBuffer read variable-length quantity int method.- See Also:
- Constant Field Values
-
READ_BOOLEAN_MTHD
public static final String READ_BOOLEAN_MTHD
DataClayByteBuffer read boolean method.- See Also:
- Constant Field Values
-
READ_BYTE_MTHD
public static final String READ_BYTE_MTHD
DataClayByteBuffer read byte method.- See Also:
- Constant Field Values
-
READ_CHAR_MTHD
public static final String READ_CHAR_MTHD
DataClayByteBuffer read char method.- See Also:
- Constant Field Values
-
READ_DOUBLE_MTHD
public static final String READ_DOUBLE_MTHD
DataClayByteBuffer read double method.- See Also:
- Constant Field Values
-
READ_FLOAT_MTHD
public static final String READ_FLOAT_MTHD
DataClayByteBuffer read float method.- See Also:
- Constant Field Values
-
READ_LONG_MTHD
public static final String READ_LONG_MTHD
DataClayByteBuffer read long method.- See Also:
- Constant Field Values
-
READ_SHORT_MTHD
public static final String READ_SHORT_MTHD
DataClayByteBuffer read short method.- See Also:
- Constant Field Values
-
READ_STRING_MTHD
public static final String READ_STRING_MTHD
DataClayByteBuffer read string method.- See Also:
- Constant Field Values
-
READ_BYTES_MTHD
public static final String READ_BYTES_MTHD
DataClayByteBuffer read bytes method.- See Also:
- Constant Field Values
-
SERIALIZE_MTHD
public static final String SERIALIZE_MTHD
DataClaySerializable serialize method.- See Also:
- Constant Field Values
-
SERIALIZE_ASSOCIATION_MTHD
public static final String SERIALIZE_ASSOCIATION_MTHD
DataClaySerializable serializeAssociation method.- See Also:
- Constant Field Values
-
SERIALIZE_EMBEDDED_MTHD
public static final String SERIALIZE_EMBEDDED_MTHD
DataClaySerializable serialize method.- See Also:
- Constant Field Values
-
DESERIALIZE_MTHD
public static final String DESERIALIZE_MTHD
DataClaySerializable deserialize method.- See Also:
- Constant Field Values
-
DESERIALIZE_ASSOCIATION_MTHD
public static final String DESERIALIZE_ASSOCIATION_MTHD
DataClaySerializable deserializeAssociation method.- See Also:
- Constant Field Values
-
DESERIALIZE_EMBEDDED_MTHD
public static final String DESERIALIZE_EMBEDDED_MTHD
DataClaySerializable deserialize embedded method.- See Also:
- Constant Field Values
-
BITSET_SET_MTHD
public static final String BITSET_SET_MTHD
BitSet set method name.- See Also:
- Constant Field Values
-
BITSET_GET_MTHD
public static final String BITSET_GET_MTHD
BitSet get method name.- See Also:
- Constant Field Values
-
BITSET_VALUEOF_MTHD
public static final String BITSET_VALUEOF_MTHD
BitSet valueOf method name.- See Also:
- Constant Field Values
-
BITSET_TOBYTE_MTHD
public static final String BITSET_TOBYTE_MTHD
BitSet toByteArray method name.- See Also:
- Constant Field Values
-
IT_NEXT_MTHD
public static final String IT_NEXT_MTHD
Iterator next method.- See Also:
- Constant Field Values
-
IT_HASNEXT_MTHD
public static final String IT_HASNEXT_MTHD
Iterator has next method.- See Also:
- Constant Field Values
-
MAP_ENTRYSET_MTHD
public static final String MAP_ENTRYSET_MTHD
Map entrySet method.- See Also:
- Constant Field Values
-
ENTRY_GETVAL_MTHD
public static final String ENTRY_GETVAL_MTHD
Map entry getValue method.- See Also:
- Constant Field Values
-
ENTRY_GETKEY_MTHD
public static final String ENTRY_GETKEY_MTHD
Map entry getKey method.- See Also:
- Constant Field Values
-
SERIALIZE_GENERIC_JAVA
public static final String SERIALIZE_GENERIC_JAVA
Serialize generic java type.- See Also:
- Constant Field Values
-
DESERIALIZE_GENERIC_JAVA
public static final String DESERIALIZE_GENERIC_JAVA
Deserialize generic java type.- See Also:
- Constant Field Values
-
GETJAVAOBJ_MTHD
public static final String GETJAVAOBJ_MTHD
DataClayJavaWrapper getJavaObject method name.- See Also:
- Constant Field Values
-
INTVALUE_MTHD
public static final String INTVALUE_MTHD
Java Integer intValue method name.- See Also:
- Constant Field Values
-
BOOLEANVALUE_MTHD
public static final String BOOLEANVALUE_MTHD
Java booleanValue method name.- See Also:
- Constant Field Values
-
CHARVALUE_MTHD
public static final String CHARVALUE_MTHD
Java charValue method name.- See Also:
- Constant Field Values
-
BYTEVALUE_MTHD
public static final String BYTEVALUE_MTHD
Java byteValue method name.- See Also:
- Constant Field Values
-
FLOATVALUE_MTHD
public static final String FLOATVALUE_MTHD
Java floatValue method name.- See Also:
- Constant Field Values
-
LONGVALUE_MTHD
public static final String LONGVALUE_MTHD
Java longValue method name.- See Also:
- Constant Field Values
-
SHORTVALUE_MTHD
public static final String SHORTVALUE_MTHD
Java shortValue method name.- See Also:
- Constant Field Values
-
DOUBLEVALUE_MTHD
public static final String DOUBLEVALUE_MTHD
Java doubleValue method name.- See Also:
- Constant Field Values
-
SIZE_MTHD
public static final String SIZE_MTHD
Map size method name.- See Also:
- Constant Field Values
-
GET_ARRAY
public static final String GET_ARRAY
getArray method name.- See Also:
- Constant Field Values
-
RELEASE
public static final String RELEASE
Release method name.- See Also:
- Constant Field Values
-
SET_ISPERSISTENT
public static final String SET_ISPERSISTENT
setIsRegistered method name.- See Also:
- Constant Field Values
-
SET_DATASETID
public static final String SET_DATASETID
setDataSetID method name.- See Also:
- Constant Field Values
-
WRITER_INDEX
public static final String WRITER_INDEX
writerIndex method name.- See Also:
- Constant Field Values
-
SET_WRITER_INDEX
public static final String SET_WRITER_INDEX
setWriterIndex method name.- See Also:
- Constant Field Values
-
NEW_INSTANCE
public static final String NEW_INSTANCE
newInstance method name.- See Also:
- Constant Field Values
-
GET_DECLARED_CONSTRUCTOR
public static final String GET_DECLARED_CONSTRUCTOR
getDeclaredConstructor method name.- See Also:
- Constant Field Values
-
GET_LIB
public static final String GET_LIB
getDsLib method name.- See Also:
- Constant Field Values
-
GET_FIRST
public static final String GET_FIRST
getFirst method name.- See Also:
- Constant Field Values
-
GET_SECOND
public static final String GET_SECOND
getSecond method name.- See Also:
- Constant Field Values
-
INITIALIZE_STATIC_OPS
public static final String INITIALIZE_STATIC_OPS
initializeDataClayOps method name.- See Also:
- Constant Field Values
-
INITIALIZE_STATIC_IMPLS
public static final String INITIALIZE_STATIC_IMPLS
initializeDataClayImpls method name.- See Also:
- Constant Field Values
-
INITIALIZE_STATIC_PROPS
public static final String INITIALIZE_STATIC_PROPS
initializeDataClayProps method name.- See Also:
- Constant Field Values
-
INITIALIZE_STATIC_CONTRACTS
public static final String INITIALIZE_STATIC_CONTRACTS
initializeDataClayContracts method name.- See Also:
- Constant Field Values
-
STUBINFO_GETOPERATIONS
public static final String STUBINFO_GETOPERATIONS
getOperations method name.- See Also:
- Constant Field Values
-
STUBINFO_GETIMPLS
public static final String STUBINFO_GETIMPLS
getImplementations method name.- See Also:
- Constant Field Values
-
STUBINFO_GETPROPS
public static final String STUBINFO_GETPROPS
getProperties method name.- See Also:
- Constant Field Values
-
STUBINFO_GETCONTRACTS
public static final String STUBINFO_GETCONTRACTS
getContracts method name.- See Also:
- Constant Field Values
-
DCOBJ_SETDSFORUPDATE
public static final String DCOBJ_SETDSFORUPDATE
setDsForObjectUpdate method name.- See Also:
- Constant Field Values
-
DCOBJ_GET_MASTER_LOCATION
public static final String DCOBJ_GET_MASTER_LOCATION
- See Also:
- Constant Field Values
-
-