| java.lang.Object com.tc.objectserver.managedobject.AbstractManagedObjectState com.tc.objectserver.managedobject.PhysicalManagedObjectState
PhysicalManagedObjectState | abstract public class PhysicalManagedObjectState extends AbstractManagedObjectState implements Serializable,PrettyPrintable(Code) | | State for Physically managed objects. This class is abstract and generated classes of Physical State Class Loader
extends this class So changes to this class needs to be done cautiously.
|
PhysicalManagedObjectState | public PhysicalManagedObjectState()(Code) | | |
addValues | abstract public Map addValues(Map m)(Code) | | This method is generated by PhysicalStateClassLoader. It adds all the values of the fields into the map. This is
just a convinent methods for printing the values, creating facade and checking for equals, but this should not be
used in any other case as there is an overhead involved.
|
basicDehydrate | abstract protected void basicDehydrate(DNAWriter writer)(Code) | | This method is generated by PhysicalStateClassLoader.
|
basicSet | abstract protected Object basicSet(String fieldName, Object value)(Code) | | This method is generated by PhysicalStateClassLoader.
old Value |
getClassId | abstract protected int getClassId()(Code) | | This method is generated by PhysicalStateClassLoader.
|
getObjectReferences | abstract public Set getObjectReferences()(Code) | | |
getType | public byte getType()(Code) | | |
hashCode | public int hashCode()(Code) | | |
writeObject | abstract protected void writeObject(ObjectOutput out) throws IOException(Code) | | This method is generated by PhysicalStateClassLoader.
old Value |
|
|