jdk/src/share/classes/com/sun/servicetag/package.html
changeset 16802 ea3325542aa8
parent 16801 e2de240b437f
parent 16575 d7ad0dfaa411
child 16803 3bdc22a32b0e
equal deleted inserted replaced
16801:e2de240b437f 16802:ea3325542aa8
     1 CTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
       
     2 <html>
       
     3 <head>
       
     4 <!--
       
     5 Copyright (c) 2008, Oracle and/or its affiliates. All rights reserved.
       
     6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
       
     7 
       
     8 This code is free software; you can redistribute it and/or modify it
       
     9 under the terms of the GNU General Public License version 2 only, as
       
    10 published by the Free Software Foundation.  Oracle designates this
       
    11 particular file as subject to the "Classpath" exception as provided
       
    12 by Oracle in the LICENSE file that accompanied this code.
       
    13 
       
    14 This code is distributed in the hope that it will be useful, but WITHOUT
       
    15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
       
    16 FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
       
    17 version 2 for more details (a copy is included in the LICENSE file that
       
    18 accompanied this code).
       
    19 
       
    20 You should have received a copy of the GNU General Public License version
       
    21 2 along with this work; if not, write to the Free Software Foundation,
       
    22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
       
    23 
       
    24 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
       
    25 or visit www.oracle.com if you need additional information or have any
       
    26 questions.
       
    27 
       
    28 -->
       
    29 
       
    30 </head>
       
    31 <body bgcolor="white">
       
    32 
       
    33 This package contains classes that allow the creation
       
    34 and manipulation of service tags.
       
    35 This com.sun.servicetag package is intended for
       
    36 <b>Sun internal use</b> only.
       
    37 <p>
       
    38 <dl>
       
    39 <dt><b>Service Tag</b></dt>
       
    40 <dd>A service tag is an XML-based data structure that contains identifying
       
    41 information about an instance of a product or component on a system.
       
    42 </dd>
       
    43 </dl>
       
    44 <dl>
       
    45 <dt><b>Service Tag Registry</b></dt>
       
    46 <dd>A service tag registry is a XML-based registry that contains
       
    47 the service tags of all the tagged components on a system.  The
       
    48 service tag registry is present on systems that have the
       
    49 Service Tags software installed.
       
    50 </dd>
       
    51 </dl>
       
    52 <dl>
       
    53 <dt><b>Registration Data</b></dt>
       
    54 <dd>A registration data is a container of one or more
       
    55 service tags that identify the
       
    56 components for product registration and will be used to interface
       
    57 with the Sun Connection registration services.
       
    58 </dd>
       
    59 </dl>
       
    60 
       
    61 This package contains the methods to create service tags, set up the
       
    62 registration data for product registration, add service tags to and
       
    63 remove them from the system service tag registry.
       
    64 <p>
       
    65 All methods defined in this package will throw {@code NullPointerException}
       
    66 if {@code null} is passed in any input parameter unless it is stated otherwise.
       
    67 In addition, they are multi-thread safe.
       
    68 </body>
       
    69 </html>
       
    70 
       
    71