src/java.sql.rowset/share/classes/javax/sql/rowset/serial/SerialDatalink.java
changeset 54106 9a90236ab64c
parent 47216 71c04702a3d5
equal deleted inserted replaced
54105:d58599c7cdef 54106:9a90236ab64c
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2019, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    41  * to manipulate the external data.
    41  * to manipulate the external data.
    42  * <pre>
    42  * <pre>
    43  *      java.net.URL url = rowset.getURL(1);
    43  *      java.net.URL url = rowset.getURL(1);
    44  * </pre>
    44  * </pre>
    45  *
    45  *
    46  * <h3> Thread safety </h3>
    46  * <h2> Thread safety </h2>
    47  *
    47  *
    48  * A SerialDatalink is not safe for use by multiple concurrent threads.  If a
    48  * A SerialDatalink is not safe for use by multiple concurrent threads.  If a
    49  * SerialDatalink is to be used by more than one thread then access to the
    49  * SerialDatalink is to be used by more than one thread then access to the
    50  * SerialDatalink should be controlled by appropriate synchronization.
    50  * SerialDatalink should be controlled by appropriate synchronization.
    51  *
    51  *