jdk/src/share/classes/javax/sql/rowset/serial/SerialRef.java
changeset 14781 701d0765f75f
parent 14409 d879c92507ec
child 18149 5997c9aedb0e
equal deleted inserted replaced
14780:a65826af2aa4 14781:701d0765f75f
    34  * Java programming language of an SQL <code>REF</code> value.
    34  * Java programming language of an SQL <code>REF</code> value.
    35  * <p>
    35  * <p>
    36  * The <code>SerialRef</code> class provides a constructor  for
    36  * The <code>SerialRef</code> class provides a constructor  for
    37  * creating a <code>SerialRef</code> instance from a <code>Ref</code>
    37  * creating a <code>SerialRef</code> instance from a <code>Ref</code>
    38  * object and provides methods for getting and setting the <code>Ref</code> object.
    38  * object and provides methods for getting and setting the <code>Ref</code> object.
       
    39  *
       
    40  * <h4> Thread safety </h4>
       
    41  *
       
    42  * A SerialRef is not safe for use by multiple concurrent threads.  If a
       
    43  * SerialRef is to be used by more than one thread then access to the SerialRef
       
    44  * should be controlled by appropriate synchronization.
       
    45  *
    39  */
    46  */
    40 public class SerialRef implements Ref, Serializable, Cloneable {
    47 public class SerialRef implements Ref, Serializable, Cloneable {
    41 
    48 
    42     /**
    49     /**
    43      * String containing the base type name.
    50      * String containing the base type name.