Class LegacyHookPutFields

java.lang.Object
java.io.ObjectOutputStream.PutField
com.sun.corba.ee.impl.misc.LegacyHookPutFields

class LegacyHookPutFields extends ObjectOutputStream.PutField
Since ObjectOutputStream.PutField methods specify no exceptions, we are not checking for null parameters on put methods.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Map<String,Object>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    put(String name, boolean value)
    Put the value of the named boolean field into the persistent field.
    void
    put(String name, byte value)
    Put the value of the named byte field into the persistent fields.
    void
    put(String name, char value)
    Put the value of the named char field into the persistent fields.
    void
    put(String name, double value)
    Put the value of the named double field into the persistent field.
    void
    put(String name, float value)
    Put the value of the named float field into the persistent fields.
    void
    put(String name, int value)
    Put the value of the named int field into the persistent fields.
    void
    put(String name, long value)
    Put the value of the named long field into the persistent fields.
    void
    put(String name, short value)
    Put the value of the named short field into the persistent fields.
    void
    put(String name, Object value)
    Put the value of the named Object field into the persistent field.
    void
    Write the data and fields to the specified ObjectOutput stream.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait