| java.lang.Object com.tc.object.dna.impl.DNAWriterImpl
All known Subclasses: com.tc.object.dna.impl.ObjectDNAWriterImpl,
addArrayElementAction | public void addArrayElementAction(int index, Object value)(Code) | | |
addClassLoaderAction | public void addClassLoaderAction(String classLoaderFieldName, Object value)(Code) | | |
addEntireArray | public void addEntireArray(Object value)(Code) | | |
addLiteralValue | public void addLiteralValue(Object value)(Code) | | |
addLogicalAction | public void addLogicalAction(int method, Object[] parameters)(Code) | | |
addPhysicalAction | public void addPhysicalAction(String fieldName, Object value)(Code) | | XXX::This method is uses the value to decide if the field is actually a referencable fields (meaning it is a non
literal type.) This implementation is slightly flawed as you can set an instance of Integer or String to Object.
But since that can only happens in Physical applicator and it correctly calls the other interface, this is left
intact for now.
|
addPhysicalAction | public void addPhysicalAction(String fieldName, Object value, boolean canBeReferenced)(Code) | | NOTE::README:XXX: This method is called from instrumented code in the L2.
See Also: PhysicalStateClassLoader.createBasicDehydrateMethod() |
addSubArrayAction | public void addSubArrayAction(int start, Object array, int length)(Code) | | |
finalizeDNA | public void finalizeDNA(boolean isDelta)(Code) | | |
setArrayLength | public void setArrayLength(int length)(Code) | | |
|
|