1 #
   2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   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
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 # ##########################################################
  26 # ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
  27 # ##########################################################
  28 #
  29 class name javax/naming/AuthenticationException
  30 header extends javax/naming/NamingSecurityException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  31 method name <init> descriptor (Ljava/lang/String;)V flags 1
  32 method name <init> descriptor ()V flags 1
  33 
  34 class name javax/naming/AuthenticationNotSupportedException
  35 header extends javax/naming/NamingSecurityException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  36 method name <init> descriptor (Ljava/lang/String;)V flags 1
  37 method name <init> descriptor ()V flags 1
  38 
  39 class name javax/naming/BinaryRefAddr
  40 header extends javax/naming/RefAddr flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  41 method name <init> descriptor (Ljava/lang/String;[B)V flags 1
  42 method name <init> descriptor (Ljava/lang/String;[BII)V flags 1
  43 method name getContent descriptor ()Ljava/lang/Object; flags 1
  44 method name equals descriptor (Ljava/lang/Object;)Z flags 1
  45 method name hashCode descriptor ()I flags 1
  46 method name toString descriptor ()Ljava/lang/String; flags 1
  47 
  48 class name javax/naming/Binding
  49 header extends javax/naming/NameClassPair flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  50 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V flags 1
  51 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
  52 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V flags 1
  53 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
  54 method name getClassName descriptor ()Ljava/lang/String; flags 1
  55 method name getObject descriptor ()Ljava/lang/Object; flags 1
  56 method name setObject descriptor (Ljava/lang/Object;)V flags 1
  57 method name toString descriptor ()Ljava/lang/String; flags 1
  58 
  59 class name javax/naming/CannotProceedException
  60 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  61 field name remainingNewName descriptor Ljavax/naming/Name; flags 4
  62 field name environment descriptor Ljava/util/Hashtable; flags 4 signature Ljava/util/Hashtable<**>;
  63 field name altName descriptor Ljavax/naming/Name; flags 4
  64 field name altNameCtx descriptor Ljavax/naming/Context; flags 4
  65 method name <init> descriptor (Ljava/lang/String;)V flags 1
  66 method name <init> descriptor ()V flags 1
  67 method name getEnvironment descriptor ()Ljava/util/Hashtable; flags 1 signature ()Ljava/util/Hashtable<**>;
  68 method name setEnvironment descriptor (Ljava/util/Hashtable;)V flags 1 signature (Ljava/util/Hashtable<**>;)V
  69 method name getRemainingNewName descriptor ()Ljavax/naming/Name; flags 1
  70 method name setRemainingNewName descriptor (Ljavax/naming/Name;)V flags 1
  71 method name getAltName descriptor ()Ljavax/naming/Name; flags 1
  72 method name setAltName descriptor (Ljavax/naming/Name;)V flags 1
  73 method name getAltNameCtx descriptor ()Ljavax/naming/Context; flags 1
  74 method name setAltNameCtx descriptor (Ljavax/naming/Context;)V flags 1
  75 
  76 class name javax/naming/CommunicationException
  77 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  78 method name <init> descriptor (Ljava/lang/String;)V flags 1
  79 method name <init> descriptor ()V flags 1
  80 
  81 class name javax/naming/CompositeName
  82 header extends java/lang/Object implements javax/naming/Name flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  83 method name <init> descriptor (Ljava/util/Enumeration;)V flags 4 signature (Ljava/util/Enumeration<Ljava/lang/String;>;)V
  84 method name <init> descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
  85 method name <init> descriptor ()V flags 1
  86 method name toString descriptor ()Ljava/lang/String; flags 1
  87 method name equals descriptor (Ljava/lang/Object;)Z flags 1
  88 method name hashCode descriptor ()I flags 1
  89 method name compareTo descriptor (Ljava/lang/Object;)I flags 1
  90 method name clone descriptor ()Ljava/lang/Object; flags 1
  91 method name size descriptor ()I flags 1
  92 method name isEmpty descriptor ()Z flags 1
  93 method name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
  94 method name get descriptor (I)Ljava/lang/String; flags 1
  95 method name getPrefix descriptor (I)Ljavax/naming/Name; flags 1
  96 method name getSuffix descriptor (I)Ljavax/naming/Name; flags 1
  97 method name startsWith descriptor (Ljavax/naming/Name;)Z flags 1
  98 method name endsWith descriptor (Ljavax/naming/Name;)Z flags 1
  99 method name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 100 method name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 101 method name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 102 method name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 103 method name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 1
 104 
 105 class name javax/naming/CompoundName
 106 header extends java/lang/Object implements javax/naming/Name flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 107 field name impl descriptor Ljavax/naming/NameImpl; flags 84
 108 field name mySyntax descriptor Ljava/util/Properties; flags 84
 109 method name <init> descriptor (Ljava/util/Enumeration;Ljava/util/Properties;)V flags 4 signature (Ljava/util/Enumeration<Ljava/lang/String;>;Ljava/util/Properties;)V
 110 method name <init> descriptor (Ljava/lang/String;Ljava/util/Properties;)V thrownTypes javax/naming/InvalidNameException flags 1
 111 method name toString descriptor ()Ljava/lang/String; flags 1
 112 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 113 method name hashCode descriptor ()I flags 1
 114 method name clone descriptor ()Ljava/lang/Object; flags 1
 115 method name compareTo descriptor (Ljava/lang/Object;)I flags 1
 116 method name size descriptor ()I flags 1
 117 method name isEmpty descriptor ()Z flags 1
 118 method name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
 119 method name get descriptor (I)Ljava/lang/String; flags 1
 120 method name getPrefix descriptor (I)Ljavax/naming/Name; flags 1
 121 method name getSuffix descriptor (I)Ljavax/naming/Name; flags 1
 122 method name startsWith descriptor (Ljavax/naming/Name;)Z flags 1
 123 method name endsWith descriptor (Ljavax/naming/Name;)Z flags 1
 124 method name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 125 method name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 126 method name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 127 method name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 128 method name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 1
 129 
 130 class name javax/naming/ConfigurationException
 131 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 132 method name <init> descriptor (Ljava/lang/String;)V flags 1
 133 method name <init> descriptor ()V flags 1
 134 
 135 class name javax/naming/Context
 136 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 137 field name INITIAL_CONTEXT_FACTORY descriptor Ljava/lang/String; constantValue java.naming.factory.initial flags 19
 138 field name OBJECT_FACTORIES descriptor Ljava/lang/String; constantValue java.naming.factory.object flags 19
 139 field name STATE_FACTORIES descriptor Ljava/lang/String; constantValue java.naming.factory.state flags 19
 140 field name URL_PKG_PREFIXES descriptor Ljava/lang/String; constantValue java.naming.factory.url.pkgs flags 19
 141 field name PROVIDER_URL descriptor Ljava/lang/String; constantValue java.naming.provider.url flags 19
 142 field name DNS_URL descriptor Ljava/lang/String; constantValue java.naming.dns.url flags 19
 143 field name AUTHORITATIVE descriptor Ljava/lang/String; constantValue java.naming.authoritative flags 19
 144 field name BATCHSIZE descriptor Ljava/lang/String; constantValue java.naming.batchsize flags 19
 145 field name REFERRAL descriptor Ljava/lang/String; constantValue java.naming.referral flags 19
 146 field name SECURITY_PROTOCOL descriptor Ljava/lang/String; constantValue java.naming.security.protocol flags 19
 147 field name SECURITY_AUTHENTICATION descriptor Ljava/lang/String; constantValue java.naming.security.authentication flags 19
 148 field name SECURITY_PRINCIPAL descriptor Ljava/lang/String; constantValue java.naming.security.principal flags 19
 149 field name SECURITY_CREDENTIALS descriptor Ljava/lang/String; constantValue java.naming.security.credentials flags 19
 150 field name LANGUAGE descriptor Ljava/lang/String; constantValue java.naming.language flags 19
 151 field name APPLET descriptor Ljava/lang/String; constantValue java.naming.applet flags 19
 152 method name lookup descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 153 method name lookup descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 154 method name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
 155 method name bind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
 156 method name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
 157 method name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 401
 158 method name unbind descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 401
 159 method name unbind descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 401
 160 method name rename descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 401
 161 method name rename descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 401
 162 method name list descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
 163 method name list descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
 164 method name listBindings descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
 165 method name listBindings descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
 166 method name destroySubcontext descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 401
 167 method name destroySubcontext descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 401
 168 method name createSubcontext descriptor (Ljavax/naming/Name;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
 169 method name createSubcontext descriptor (Ljava/lang/String;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
 170 method name lookupLink descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 171 method name lookupLink descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 172 method name getNameParser descriptor (Ljavax/naming/Name;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 401
 173 method name getNameParser descriptor (Ljava/lang/String;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 401
 174 method name composeName descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/NamingException flags 401
 175 method name composeName descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes javax/naming/NamingException flags 401
 176 method name addToEnvironment descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 177 method name removeFromEnvironment descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 178 method name getEnvironment descriptor ()Ljava/util/Hashtable; thrownTypes javax/naming/NamingException flags 401 signature ()Ljava/util/Hashtable<**>;
 179 method name close descriptor ()V thrownTypes javax/naming/NamingException flags 401
 180 method name getNameInNamespace descriptor ()Ljava/lang/String; thrownTypes javax/naming/NamingException flags 401
 181 
 182 class name javax/naming/ContextNotEmptyException
 183 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 184 method name <init> descriptor (Ljava/lang/String;)V flags 1
 185 method name <init> descriptor ()V flags 1
 186 
 187 class name javax/naming/InitialContext
 188 header extends java/lang/Object implements javax/naming/Context flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 189 field name myProps descriptor Ljava/util/Hashtable; flags 4 signature Ljava/util/Hashtable<Ljava/lang/Object;Ljava/lang/Object;>;
 190 field name defaultInitCtx descriptor Ljavax/naming/Context; flags 4
 191 field name gotDefault descriptor Z flags 4
 192 method name <init> descriptor (Z)V thrownTypes javax/naming/NamingException flags 4
 193 method name <init> descriptor ()V thrownTypes javax/naming/NamingException flags 1
 194 method name <init> descriptor (Ljava/util/Hashtable;)V thrownTypes javax/naming/NamingException flags 1 signature (Ljava/util/Hashtable<**>;)V
 195 method name init descriptor (Ljava/util/Hashtable;)V thrownTypes javax/naming/NamingException flags 4 signature (Ljava/util/Hashtable<**>;)V
 196 method name doLookup descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 9 signature <T:Ljava/lang/Object;>(Ljavax/naming/Name;)TT;
 197 method name doLookup descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 9 signature <T:Ljava/lang/Object;>(Ljava/lang/String;)TT;
 198 method name getDefaultInitCtx descriptor ()Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 4
 199 method name getURLOrDefaultInitCtx descriptor (Ljava/lang/String;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 4
 200 method name getURLOrDefaultInitCtx descriptor (Ljavax/naming/Name;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 4
 201 method name lookup descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 202 method name lookup descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 203 method name bind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
 204 method name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
 205 method name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
 206 method name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;)V thrownTypes javax/naming/NamingException flags 1
 207 method name unbind descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 1
 208 method name unbind descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 1
 209 method name rename descriptor (Ljava/lang/String;Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 1
 210 method name rename descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 1
 211 method name list descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
 212 method name list descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/NameClassPair;>;
 213 method name listBindings descriptor (Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
 214 method name listBindings descriptor (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;)Ljavax/naming/NamingEnumeration<Ljavax/naming/Binding;>;
 215 method name destroySubcontext descriptor (Ljava/lang/String;)V thrownTypes javax/naming/NamingException flags 1
 216 method name destroySubcontext descriptor (Ljavax/naming/Name;)V thrownTypes javax/naming/NamingException flags 1
 217 method name createSubcontext descriptor (Ljava/lang/String;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 1
 218 method name createSubcontext descriptor (Ljavax/naming/Name;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 1
 219 method name lookupLink descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 220 method name lookupLink descriptor (Ljavax/naming/Name;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 221 method name getNameParser descriptor (Ljava/lang/String;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 1
 222 method name getNameParser descriptor (Ljavax/naming/Name;)Ljavax/naming/NameParser; thrownTypes javax/naming/NamingException flags 1
 223 method name composeName descriptor (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String; thrownTypes javax/naming/NamingException flags 1
 224 method name composeName descriptor (Ljavax/naming/Name;Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/NamingException flags 1
 225 method name addToEnvironment descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 226 method name removeFromEnvironment descriptor (Ljava/lang/String;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 227 method name getEnvironment descriptor ()Ljava/util/Hashtable; thrownTypes javax/naming/NamingException flags 1 signature ()Ljava/util/Hashtable<**>;
 228 method name close descriptor ()V thrownTypes javax/naming/NamingException flags 1
 229 method name getNameInNamespace descriptor ()Ljava/lang/String; thrownTypes javax/naming/NamingException flags 1
 230 
 231 class name javax/naming/InsufficientResourcesException
 232 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 233 method name <init> descriptor (Ljava/lang/String;)V flags 1
 234 method name <init> descriptor ()V flags 1
 235 
 236 class name javax/naming/InterruptedNamingException
 237 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 238 method name <init> descriptor (Ljava/lang/String;)V flags 1
 239 method name <init> descriptor ()V flags 1
 240 
 241 class name javax/naming/InvalidNameException
 242 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 243 method name <init> descriptor (Ljava/lang/String;)V flags 1
 244 method name <init> descriptor ()V flags 1
 245 
 246 class name javax/naming/LimitExceededException
 247 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 248 method name <init> descriptor ()V flags 1
 249 method name <init> descriptor (Ljava/lang/String;)V flags 1
 250 
 251 class name javax/naming/LinkException
 252 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 253 field name linkResolvedName descriptor Ljavax/naming/Name; flags 4
 254 field name linkResolvedObj descriptor Ljava/lang/Object; flags 4
 255 field name linkRemainingName descriptor Ljavax/naming/Name; flags 4
 256 field name linkExplanation descriptor Ljava/lang/String; flags 4
 257 method name <init> descriptor (Ljava/lang/String;)V flags 1
 258 method name <init> descriptor ()V flags 1
 259 method name getLinkResolvedName descriptor ()Ljavax/naming/Name; flags 1
 260 method name getLinkRemainingName descriptor ()Ljavax/naming/Name; flags 1
 261 method name getLinkResolvedObj descriptor ()Ljava/lang/Object; flags 1
 262 method name getLinkExplanation descriptor ()Ljava/lang/String; flags 1
 263 method name setLinkExplanation descriptor (Ljava/lang/String;)V flags 1
 264 method name setLinkResolvedName descriptor (Ljavax/naming/Name;)V flags 1
 265 method name setLinkRemainingName descriptor (Ljavax/naming/Name;)V flags 1
 266 method name setLinkResolvedObj descriptor (Ljava/lang/Object;)V flags 1
 267 method name toString descriptor ()Ljava/lang/String; flags 1
 268 method name toString descriptor (Z)Ljava/lang/String; flags 1
 269 
 270 class name javax/naming/LinkLoopException
 271 header extends javax/naming/LinkException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 272 method name <init> descriptor (Ljava/lang/String;)V flags 1
 273 method name <init> descriptor ()V flags 1
 274 
 275 class name javax/naming/LinkRef
 276 header extends javax/naming/Reference flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 277 method name <init> descriptor (Ljavax/naming/Name;)V flags 1
 278 method name <init> descriptor (Ljava/lang/String;)V flags 1
 279 method name getLinkName descriptor ()Ljava/lang/String; thrownTypes javax/naming/NamingException flags 1
 280 
 281 class name javax/naming/MalformedLinkException
 282 header extends javax/naming/LinkException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 283 method name <init> descriptor (Ljava/lang/String;)V flags 1
 284 method name <init> descriptor ()V flags 1
 285 
 286 class name javax/naming/Name
 287 header extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable,java/lang/Comparable flags 601 signature Ljava/lang/Object;Ljava/lang/Cloneable;Ljava/io/Serializable;Ljava/lang/Comparable<Ljava/lang/Object;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 288 field name serialVersionUID descriptor J constantValue -3617482732056931635 flags 19
 289 method name clone descriptor ()Ljava/lang/Object; flags 401
 290 method name compareTo descriptor (Ljava/lang/Object;)I flags 401
 291 method name size descriptor ()I flags 401
 292 method name isEmpty descriptor ()Z flags 401
 293 method name getAll descriptor ()Ljava/util/Enumeration; flags 401 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
 294 method name get descriptor (I)Ljava/lang/String; flags 401
 295 method name getPrefix descriptor (I)Ljavax/naming/Name; flags 401
 296 method name getSuffix descriptor (I)Ljavax/naming/Name; flags 401
 297 method name startsWith descriptor (Ljavax/naming/Name;)Z flags 401
 298 method name endsWith descriptor (Ljavax/naming/Name;)Z flags 401
 299 method name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
 300 method name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
 301 method name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
 302 method name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 401
 303 method name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 401
 304 
 305 class name javax/naming/NameAlreadyBoundException
 306 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 307 method name <init> descriptor (Ljava/lang/String;)V flags 1
 308 method name <init> descriptor ()V flags 1
 309 
 310 class name javax/naming/NameClassPair
 311 header extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 312 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
 313 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Z)V flags 1
 314 method name getClassName descriptor ()Ljava/lang/String; flags 1
 315 method name getName descriptor ()Ljava/lang/String; flags 1
 316 method name setName descriptor (Ljava/lang/String;)V flags 1
 317 method name setClassName descriptor (Ljava/lang/String;)V flags 1
 318 method name isRelative descriptor ()Z flags 1
 319 method name setRelative descriptor (Z)V flags 1
 320 method name getNameInNamespace descriptor ()Ljava/lang/String; flags 1
 321 method name setNameInNamespace descriptor (Ljava/lang/String;)V flags 1
 322 method name toString descriptor ()Ljava/lang/String; flags 1
 323 
 324 class name javax/naming/NameImpl
 325 header extends java/lang/Object flags 20 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 326 method name toString descriptor ()Ljava/lang/String; flags 1
 327 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 328 method name compareTo descriptor (Ljavax/naming/NameImpl;)I flags 1
 329 method name size descriptor ()I flags 1
 330 method name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
 331 method name get descriptor (I)Ljava/lang/String; flags 1
 332 method name getPrefix descriptor (I)Ljava/util/Enumeration; flags 1 signature (I)Ljava/util/Enumeration<Ljava/lang/String;>;
 333 method name getSuffix descriptor (I)Ljava/util/Enumeration; flags 1 signature (I)Ljava/util/Enumeration<Ljava/lang/String;>;
 334 method name isEmpty descriptor ()Z flags 1
 335 method name startsWith descriptor (ILjava/util/Enumeration;)Z flags 1 signature (ILjava/util/Enumeration<Ljava/lang/String;>;)Z
 336 method name endsWith descriptor (ILjava/util/Enumeration;)Z flags 1 signature (ILjava/util/Enumeration<Ljava/lang/String;>;)Z
 337 method name addAll descriptor (Ljava/util/Enumeration;)Z thrownTypes javax/naming/InvalidNameException flags 1 signature (Ljava/util/Enumeration<Ljava/lang/String;>;)Z
 338 method name addAll descriptor (ILjava/util/Enumeration;)Z thrownTypes javax/naming/InvalidNameException flags 1 signature (ILjava/util/Enumeration<Ljava/lang/String;>;)Z
 339 method name add descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
 340 method name add descriptor (ILjava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
 341 method name remove descriptor (I)Ljava/lang/Object; flags 1
 342 method name hashCode descriptor ()I flags 1
 343 
 344 class name javax/naming/NameNotFoundException
 345 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 346 method name <init> descriptor (Ljava/lang/String;)V flags 1
 347 method name <init> descriptor ()V flags 1
 348 
 349 class name javax/naming/NameParser
 350 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 351 method name parse descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/NamingException flags 401
 352 
 353 class name javax/naming/NamingEnumeration
 354 header extends java/lang/Object implements java/util/Enumeration flags 601 signature <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/Enumeration<TT;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 355 method name next descriptor ()Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401 signature ()TT;
 356 method name hasMore descriptor ()Z thrownTypes javax/naming/NamingException flags 401
 357 method name close descriptor ()V thrownTypes javax/naming/NamingException flags 401
 358 
 359 class name javax/naming/NamingException
 360 header extends java/lang/Exception flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 361 field name resolvedName descriptor Ljavax/naming/Name; flags 4
 362 field name resolvedObj descriptor Ljava/lang/Object; flags 4
 363 field name remainingName descriptor Ljavax/naming/Name; flags 4
 364 field name rootException descriptor Ljava/lang/Throwable; flags 4
 365 method name <init> descriptor (Ljava/lang/String;)V flags 1
 366 method name <init> descriptor ()V flags 1
 367 method name getResolvedName descriptor ()Ljavax/naming/Name; flags 1
 368 method name getRemainingName descriptor ()Ljavax/naming/Name; flags 1
 369 method name getResolvedObj descriptor ()Ljava/lang/Object; flags 1
 370 method name getExplanation descriptor ()Ljava/lang/String; flags 1
 371 method name setResolvedName descriptor (Ljavax/naming/Name;)V flags 1
 372 method name setRemainingName descriptor (Ljavax/naming/Name;)V flags 1
 373 method name setResolvedObj descriptor (Ljava/lang/Object;)V flags 1
 374 method name appendRemainingComponent descriptor (Ljava/lang/String;)V flags 1
 375 method name appendRemainingName descriptor (Ljavax/naming/Name;)V flags 1
 376 method name getRootCause descriptor ()Ljava/lang/Throwable; flags 1
 377 method name setRootCause descriptor (Ljava/lang/Throwable;)V flags 1
 378 method name getCause descriptor ()Ljava/lang/Throwable; flags 1
 379 method name initCause descriptor (Ljava/lang/Throwable;)Ljava/lang/Throwable; flags 1
 380 method name toString descriptor ()Ljava/lang/String; flags 1
 381 method name toString descriptor (Z)Ljava/lang/String; flags 1
 382 
 383 class name javax/naming/NamingSecurityException
 384 header extends javax/naming/NamingException flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 385 method name <init> descriptor (Ljava/lang/String;)V flags 1
 386 method name <init> descriptor ()V flags 1
 387 
 388 class name javax/naming/NoInitialContextException
 389 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 390 method name <init> descriptor ()V flags 1
 391 method name <init> descriptor (Ljava/lang/String;)V flags 1
 392 
 393 class name javax/naming/NoPermissionException
 394 header extends javax/naming/NamingSecurityException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 395 method name <init> descriptor (Ljava/lang/String;)V flags 1
 396 method name <init> descriptor ()V flags 1
 397 
 398 class name javax/naming/NotContextException
 399 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 400 method name <init> descriptor (Ljava/lang/String;)V flags 1
 401 method name <init> descriptor ()V flags 1
 402 
 403 class name javax/naming/OperationNotSupportedException
 404 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 405 method name <init> descriptor ()V flags 1
 406 method name <init> descriptor (Ljava/lang/String;)V flags 1
 407 
 408 class name javax/naming/PartialResultException
 409 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 410 method name <init> descriptor (Ljava/lang/String;)V flags 1
 411 method name <init> descriptor ()V flags 1
 412 
 413 class name javax/naming/RefAddr
 414 header extends java/lang/Object implements java/io/Serializable flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 415 field name addrType descriptor Ljava/lang/String; flags 4
 416 method name <init> descriptor (Ljava/lang/String;)V flags 4
 417 method name getType descriptor ()Ljava/lang/String; flags 1
 418 method name getContent descriptor ()Ljava/lang/Object; flags 401
 419 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 420 method name hashCode descriptor ()I flags 1
 421 method name toString descriptor ()Ljava/lang/String; flags 1
 422 
 423 class name javax/naming/Reference
 424 header extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 425 field name className descriptor Ljava/lang/String; flags 4
 426 field name addrs descriptor Ljava/util/Vector; flags 4 signature Ljava/util/Vector<Ljavax/naming/RefAddr;>;
 427 field name classFactory descriptor Ljava/lang/String; flags 4
 428 field name classFactoryLocation descriptor Ljava/lang/String; flags 4
 429 method name <init> descriptor (Ljava/lang/String;)V flags 1
 430 method name <init> descriptor (Ljava/lang/String;Ljavax/naming/RefAddr;)V flags 1
 431 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V flags 1
 432 method name <init> descriptor (Ljava/lang/String;Ljavax/naming/RefAddr;Ljava/lang/String;Ljava/lang/String;)V flags 1
 433 method name getClassName descriptor ()Ljava/lang/String; flags 1
 434 method name getFactoryClassName descriptor ()Ljava/lang/String; flags 1
 435 method name getFactoryClassLocation descriptor ()Ljava/lang/String; flags 1
 436 method name get descriptor (Ljava/lang/String;)Ljavax/naming/RefAddr; flags 1
 437 method name get descriptor (I)Ljavax/naming/RefAddr; flags 1
 438 method name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljavax/naming/RefAddr;>;
 439 method name size descriptor ()I flags 1
 440 method name add descriptor (Ljavax/naming/RefAddr;)V flags 1
 441 method name add descriptor (ILjavax/naming/RefAddr;)V flags 1
 442 method name remove descriptor (I)Ljava/lang/Object; flags 1
 443 method name clear descriptor ()V flags 1
 444 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 445 method name hashCode descriptor ()I flags 1
 446 method name toString descriptor ()Ljava/lang/String; flags 1
 447 method name clone descriptor ()Ljava/lang/Object; flags 1
 448 
 449 class name javax/naming/Referenceable
 450 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 451 method name getReference descriptor ()Ljavax/naming/Reference; thrownTypes javax/naming/NamingException flags 401
 452 
 453 class name javax/naming/ReferralException
 454 header extends javax/naming/NamingException flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 455 method name <init> descriptor (Ljava/lang/String;)V flags 4
 456 method name <init> descriptor ()V flags 4
 457 method name getReferralInfo descriptor ()Ljava/lang/Object; flags 401
 458 method name getReferralContext descriptor ()Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
 459 method name getReferralContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
 460 method name skipReferral descriptor ()Z flags 401
 461 method name retryReferral descriptor ()V flags 401
 462 
 463 class name javax/naming/ServiceUnavailableException
 464 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 465 method name <init> descriptor (Ljava/lang/String;)V flags 1
 466 method name <init> descriptor ()V flags 1
 467 
 468 class name javax/naming/SizeLimitExceededException
 469 header extends javax/naming/LimitExceededException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 470 method name <init> descriptor ()V flags 1
 471 method name <init> descriptor (Ljava/lang/String;)V flags 1
 472 
 473 class name javax/naming/StringRefAddr
 474 header extends javax/naming/RefAddr flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 475 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
 476 method name getContent descriptor ()Ljava/lang/Object; flags 1
 477 
 478 class name javax/naming/TimeLimitExceededException
 479 header extends javax/naming/LimitExceededException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 480 method name <init> descriptor ()V flags 1
 481 method name <init> descriptor (Ljava/lang/String;)V flags 1
 482 
 483 class name javax/naming/directory/Attribute
 484 header extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 485 field name serialVersionUID descriptor J constantValue 8707690322213556804 flags 19
 486 method name getAll descriptor ()Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature ()Ljavax/naming/NamingEnumeration<*>;
 487 method name get descriptor ()Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 488 method name size descriptor ()I flags 401
 489 method name getID descriptor ()Ljava/lang/String; flags 401
 490 method name contains descriptor (Ljava/lang/Object;)Z flags 401
 491 method name add descriptor (Ljava/lang/Object;)Z flags 401
 492 method name remove descriptor (Ljava/lang/Object;)Z flags 401
 493 method name clear descriptor ()V flags 401
 494 method name getAttributeSyntaxDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 495 method name getAttributeDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 496 method name clone descriptor ()Ljava/lang/Object; flags 401
 497 method name isOrdered descriptor ()Z flags 401
 498 method name get descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401
 499 method name remove descriptor (I)Ljava/lang/Object; flags 401
 500 method name add descriptor (ILjava/lang/Object;)V flags 401
 501 method name set descriptor (ILjava/lang/Object;)Ljava/lang/Object; flags 401
 502 
 503 class name javax/naming/directory/AttributeInUseException
 504 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 505 method name <init> descriptor (Ljava/lang/String;)V flags 1
 506 method name <init> descriptor ()V flags 1
 507 
 508 class name javax/naming/directory/AttributeModificationException
 509 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 510 method name <init> descriptor (Ljava/lang/String;)V flags 1
 511 method name <init> descriptor ()V flags 1
 512 method name setUnexecutedModifications descriptor ([Ljavax/naming/directory/ModificationItem;)V flags 1
 513 method name getUnexecutedModifications descriptor ()[Ljavax/naming/directory/ModificationItem; flags 1
 514 method name toString descriptor ()Ljava/lang/String; flags 1
 515 
 516 class name javax/naming/directory/Attributes
 517 header extends java/lang/Object implements java/lang/Cloneable,java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 518 method name isCaseIgnored descriptor ()Z flags 401
 519 method name size descriptor ()I flags 401
 520 method name get descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 401
 521 method name getAll descriptor ()Ljavax/naming/NamingEnumeration; flags 401 signature ()Ljavax/naming/NamingEnumeration<+Ljavax/naming/directory/Attribute;>;
 522 method name getIDs descriptor ()Ljavax/naming/NamingEnumeration; flags 401 signature ()Ljavax/naming/NamingEnumeration<Ljava/lang/String;>;
 523 method name put descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute; flags 401
 524 method name put descriptor (Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute; flags 401
 525 method name remove descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 401
 526 method name clone descriptor ()Ljava/lang/Object; flags 401
 527 
 528 class name javax/naming/directory/BasicAttribute
 529 header extends java/lang/Object implements javax/naming/directory/Attribute flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 530 field name attrID descriptor Ljava/lang/String; flags 4
 531 field name values descriptor Ljava/util/Vector; flags 84 signature Ljava/util/Vector<Ljava/lang/Object;>;
 532 field name ordered descriptor Z flags 4
 533 method name clone descriptor ()Ljava/lang/Object; flags 1
 534 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 535 method name hashCode descriptor ()I flags 1
 536 method name toString descriptor ()Ljava/lang/String; flags 1
 537 method name <init> descriptor (Ljava/lang/String;)V flags 1
 538 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V flags 1
 539 method name <init> descriptor (Ljava/lang/String;Z)V flags 1
 540 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
 541 method name getAll descriptor ()Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature ()Ljavax/naming/NamingEnumeration<*>;
 542 method name get descriptor ()Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 543 method name size descriptor ()I flags 1
 544 method name getID descriptor ()Ljava/lang/String; flags 1
 545 method name contains descriptor (Ljava/lang/Object;)Z flags 1
 546 method name add descriptor (Ljava/lang/Object;)Z flags 1
 547 method name remove descriptor (Ljava/lang/Object;)Z flags 1
 548 method name clear descriptor ()V flags 1
 549 method name isOrdered descriptor ()Z flags 1
 550 method name get descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 1
 551 method name remove descriptor (I)Ljava/lang/Object; flags 1
 552 method name add descriptor (ILjava/lang/Object;)V flags 1
 553 method name set descriptor (ILjava/lang/Object;)Ljava/lang/Object; flags 1
 554 method name getAttributeSyntaxDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 555 method name getAttributeDefinition descriptor ()Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 556 
 557 class name javax/naming/directory/BasicAttributes
 558 header extends java/lang/Object implements javax/naming/directory/Attributes flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 559 method name <init> descriptor ()V flags 1
 560 method name <init> descriptor (Z)V flags 1
 561 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V flags 1
 562 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Z)V flags 1
 563 method name clone descriptor ()Ljava/lang/Object; flags 1
 564 method name isCaseIgnored descriptor ()Z flags 1
 565 method name size descriptor ()I flags 1
 566 method name get descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 1
 567 method name getAll descriptor ()Ljavax/naming/NamingEnumeration; flags 1 signature ()Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/Attribute;>;
 568 method name getIDs descriptor ()Ljavax/naming/NamingEnumeration; flags 1 signature ()Ljavax/naming/NamingEnumeration<Ljava/lang/String;>;
 569 method name put descriptor (Ljava/lang/String;Ljava/lang/Object;)Ljavax/naming/directory/Attribute; flags 1
 570 method name put descriptor (Ljavax/naming/directory/Attribute;)Ljavax/naming/directory/Attribute; flags 1
 571 method name remove descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attribute; flags 1
 572 method name toString descriptor ()Ljava/lang/String; flags 1
 573 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 574 method name hashCode descriptor ()I flags 1
 575 
 576 class name javax/naming/directory/DirContext
 577 header extends java/lang/Object implements javax/naming/Context flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 578 field name ADD_ATTRIBUTE descriptor I constantValue 1 flags 19
 579 field name REPLACE_ATTRIBUTE descriptor I constantValue 2 flags 19
 580 field name REMOVE_ATTRIBUTE descriptor I constantValue 3 flags 19
 581 method name getAttributes descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
 582 method name getAttributes descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
 583 method name getAttributes descriptor (Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
 584 method name getAttributes descriptor (Ljava/lang/String;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 401
 585 method name modifyAttributes descriptor (Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
 586 method name modifyAttributes descriptor (Ljava/lang/String;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
 587 method name modifyAttributes descriptor (Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 401
 588 method name modifyAttributes descriptor (Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 401
 589 method name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
 590 method name bind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
 591 method name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
 592 method name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 401
 593 method name createSubcontext descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 594 method name createSubcontext descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 595 method name getSchema descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 596 method name getSchema descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 597 method name getSchemaClassDefinition descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 598 method name getSchemaClassDefinition descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 401
 599 method name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 600 method name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 601 method name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 602 method name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 603 method name search descriptor (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 604 method name search descriptor (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 605 method name search descriptor (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 606 method name search descriptor (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 607 
 608 class name javax/naming/directory/InitialDirContext
 609 header extends javax/naming/InitialContext implements javax/naming/directory/DirContext flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 610 method name <init> descriptor (Z)V thrownTypes javax/naming/NamingException flags 4
 611 method name <init> descriptor ()V thrownTypes javax/naming/NamingException flags 1
 612 method name <init> descriptor (Ljava/util/Hashtable;)V thrownTypes javax/naming/NamingException flags 1 signature (Ljava/util/Hashtable<**>;)V
 613 method name getAttributes descriptor (Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
 614 method name getAttributes descriptor (Ljava/lang/String;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
 615 method name getAttributes descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
 616 method name getAttributes descriptor (Ljavax/naming/Name;[Ljava/lang/String;)Ljavax/naming/directory/Attributes; thrownTypes javax/naming/NamingException flags 1
 617 method name modifyAttributes descriptor (Ljava/lang/String;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
 618 method name modifyAttributes descriptor (Ljavax/naming/Name;ILjavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
 619 method name modifyAttributes descriptor (Ljava/lang/String;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 1
 620 method name modifyAttributes descriptor (Ljavax/naming/Name;[Ljavax/naming/directory/ModificationItem;)V thrownTypes javax/naming/NamingException flags 1
 621 method name bind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
 622 method name bind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
 623 method name rebind descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
 624 method name rebind descriptor (Ljavax/naming/Name;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/NamingException flags 1
 625 method name createSubcontext descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 626 method name createSubcontext descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 627 method name getSchema descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 628 method name getSchema descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 629 method name getSchemaClassDefinition descriptor (Ljava/lang/String;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 630 method name getSchemaClassDefinition descriptor (Ljavax/naming/Name;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 1
 631 method name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 632 method name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 633 method name search descriptor (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 634 method name search descriptor (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljavax/naming/directory/Attributes;[Ljava/lang/String;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 635 method name search descriptor (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 636 method name search descriptor (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 637 method name search descriptor (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 638 method name search descriptor (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration; thrownTypes javax/naming/NamingException flags 1 signature (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;)Ljavax/naming/NamingEnumeration<Ljavax/naming/directory/SearchResult;>;
 639 
 640 class name javax/naming/directory/InvalidAttributeIdentifierException
 641 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 642 method name <init> descriptor (Ljava/lang/String;)V flags 1
 643 method name <init> descriptor ()V flags 1
 644 
 645 class name javax/naming/directory/InvalidAttributeValueException
 646 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 647 method name <init> descriptor (Ljava/lang/String;)V flags 1
 648 method name <init> descriptor ()V flags 1
 649 
 650 class name javax/naming/directory/InvalidAttributesException
 651 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 652 method name <init> descriptor (Ljava/lang/String;)V flags 1
 653 method name <init> descriptor ()V flags 1
 654 
 655 class name javax/naming/directory/InvalidSearchControlsException
 656 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 657 method name <init> descriptor ()V flags 1
 658 method name <init> descriptor (Ljava/lang/String;)V flags 1
 659 
 660 class name javax/naming/directory/InvalidSearchFilterException
 661 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 662 method name <init> descriptor ()V flags 1
 663 method name <init> descriptor (Ljava/lang/String;)V flags 1
 664 
 665 class name javax/naming/directory/ModificationItem
 666 header extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 667 method name <init> descriptor (ILjavax/naming/directory/Attribute;)V flags 1
 668 method name getModificationOp descriptor ()I flags 1
 669 method name getAttribute descriptor ()Ljavax/naming/directory/Attribute; flags 1
 670 method name toString descriptor ()Ljava/lang/String; flags 1
 671 
 672 class name javax/naming/directory/NoSuchAttributeException
 673 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 674 method name <init> descriptor (Ljava/lang/String;)V flags 1
 675 method name <init> descriptor ()V flags 1
 676 
 677 class name javax/naming/directory/SchemaViolationException
 678 header extends javax/naming/NamingException flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 679 method name <init> descriptor ()V flags 1
 680 method name <init> descriptor (Ljava/lang/String;)V flags 1
 681 
 682 class name javax/naming/directory/SearchControls
 683 header extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 684 field name OBJECT_SCOPE descriptor I constantValue 0 flags 19
 685 field name ONELEVEL_SCOPE descriptor I constantValue 1 flags 19
 686 field name SUBTREE_SCOPE descriptor I constantValue 2 flags 19
 687 method name <init> descriptor ()V flags 1
 688 method name <init> descriptor (IJI[Ljava/lang/String;ZZ)V flags 1
 689 method name getSearchScope descriptor ()I flags 1
 690 method name getTimeLimit descriptor ()I flags 1
 691 method name getDerefLinkFlag descriptor ()Z flags 1
 692 method name getReturningObjFlag descriptor ()Z flags 1
 693 method name getCountLimit descriptor ()J flags 1
 694 method name getReturningAttributes descriptor ()[Ljava/lang/String; flags 1
 695 method name setSearchScope descriptor (I)V flags 1
 696 method name setTimeLimit descriptor (I)V flags 1
 697 method name setDerefLinkFlag descriptor (Z)V flags 1
 698 method name setReturningObjFlag descriptor (Z)V flags 1
 699 method name setCountLimit descriptor (J)V flags 1
 700 method name setReturningAttributes descriptor ([Ljava/lang/String;)V flags 1
 701 
 702 class name javax/naming/directory/SearchResult
 703 header extends javax/naming/Binding flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 704 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V flags 1
 705 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V flags 1
 706 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V flags 1
 707 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljavax/naming/directory/Attributes;Z)V flags 1
 708 method name getAttributes descriptor ()Ljavax/naming/directory/Attributes; flags 1
 709 method name setAttributes descriptor (Ljavax/naming/directory/Attributes;)V flags 1
 710 method name toString descriptor ()Ljava/lang/String; flags 1
 711 
 712 class name javax/naming/event/EventContext
 713 header extends java/lang/Object implements javax/naming/Context flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 714 field name OBJECT_SCOPE descriptor I constantValue 0 flags 19
 715 field name ONELEVEL_SCOPE descriptor I constantValue 1 flags 19
 716 field name SUBTREE_SCOPE descriptor I constantValue 2 flags 19
 717 method name addNamingListener descriptor (Ljavax/naming/Name;ILjavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
 718 method name addNamingListener descriptor (Ljava/lang/String;ILjavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
 719 method name removeNamingListener descriptor (Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
 720 method name targetMustExist descriptor ()Z thrownTypes javax/naming/NamingException flags 401
 721 
 722 class name javax/naming/event/EventDirContext
 723 header extends java/lang/Object implements javax/naming/event/EventContext,javax/naming/directory/DirContext flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 724 method name addNamingListener descriptor (Ljavax/naming/Name;Ljava/lang/String;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
 725 method name addNamingListener descriptor (Ljava/lang/String;Ljava/lang/String;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
 726 method name addNamingListener descriptor (Ljavax/naming/Name;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
 727 method name addNamingListener descriptor (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;Ljavax/naming/directory/SearchControls;Ljavax/naming/event/NamingListener;)V thrownTypes javax/naming/NamingException flags 401
 728 
 729 class name javax/naming/event/NamespaceChangeListener
 730 header extends java/lang/Object implements javax/naming/event/NamingListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 731 method name objectAdded descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
 732 method name objectRemoved descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
 733 method name objectRenamed descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
 734 
 735 class name javax/naming/event/NamingEvent
 736 header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 737 field name OBJECT_ADDED descriptor I constantValue 0 flags 19
 738 field name OBJECT_REMOVED descriptor I constantValue 1 flags 19
 739 field name OBJECT_RENAMED descriptor I constantValue 2 flags 19
 740 field name OBJECT_CHANGED descriptor I constantValue 3 flags 19
 741 field name changeInfo descriptor Ljava/lang/Object; flags 4
 742 field name type descriptor I flags 4
 743 field name oldBinding descriptor Ljavax/naming/Binding; flags 4
 744 field name newBinding descriptor Ljavax/naming/Binding; flags 4
 745 method name <init> descriptor (Ljavax/naming/event/EventContext;ILjavax/naming/Binding;Ljavax/naming/Binding;Ljava/lang/Object;)V flags 1
 746 method name getType descriptor ()I flags 1
 747 method name getEventContext descriptor ()Ljavax/naming/event/EventContext; flags 1
 748 method name getOldBinding descriptor ()Ljavax/naming/Binding; flags 1
 749 method name getNewBinding descriptor ()Ljavax/naming/Binding; flags 1
 750 method name getChangeInfo descriptor ()Ljava/lang/Object; flags 1
 751 method name dispatch descriptor (Ljavax/naming/event/NamingListener;)V flags 1
 752 
 753 class name javax/naming/event/NamingExceptionEvent
 754 header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 755 method name <init> descriptor (Ljavax/naming/event/EventContext;Ljavax/naming/NamingException;)V flags 1
 756 method name getException descriptor ()Ljavax/naming/NamingException; flags 1
 757 method name getEventContext descriptor ()Ljavax/naming/event/EventContext; flags 1
 758 method name dispatch descriptor (Ljavax/naming/event/NamingListener;)V flags 1
 759 
 760 class name javax/naming/event/NamingListener
 761 header extends java/lang/Object implements java/util/EventListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 762 method name namingExceptionThrown descriptor (Ljavax/naming/event/NamingExceptionEvent;)V flags 401
 763 
 764 class name javax/naming/event/ObjectChangeListener
 765 header extends java/lang/Object implements javax/naming/event/NamingListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 766 method name objectChanged descriptor (Ljavax/naming/event/NamingEvent;)V flags 401
 767 
 768 class name javax/naming/ldap/BasicControl
 769 header extends java/lang/Object implements javax/naming/ldap/Control flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 770 field name id descriptor Ljava/lang/String; flags 4
 771 field name criticality descriptor Z flags 4
 772 field name value descriptor [B flags 4
 773 method name <init> descriptor (Ljava/lang/String;)V flags 1
 774 method name <init> descriptor (Ljava/lang/String;Z[B)V flags 1
 775 method name getID descriptor ()Ljava/lang/String; flags 1
 776 method name isCritical descriptor ()Z flags 1
 777 method name getEncodedValue descriptor ()[B flags 1
 778 
 779 class name javax/naming/ldap/Control
 780 header extends java/lang/Object implements java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 781 field name CRITICAL descriptor Z constantValue true flags 19
 782 field name NONCRITICAL descriptor Z constantValue false flags 19
 783 method name getID descriptor ()Ljava/lang/String; flags 401
 784 method name isCritical descriptor ()Z flags 401
 785 method name getEncodedValue descriptor ()[B flags 401
 786 
 787 class name javax/naming/ldap/ControlFactory
 788 header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 789 method name <init> descriptor ()V flags 4
 790 method name getControlInstance descriptor (Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
 791 method name getControlInstance descriptor (Ljavax/naming/ldap/Control;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 9 signature (Ljavax/naming/ldap/Control;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljavax/naming/ldap/Control;
 792 
 793 class name javax/naming/ldap/ExtendedRequest
 794 header extends java/lang/Object implements java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 795 method name getID descriptor ()Ljava/lang/String; flags 401
 796 method name getEncodedValue descriptor ()[B flags 401
 797 method name createExtendedResponse descriptor (Ljava/lang/String;[BII)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 401
 798 
 799 class name javax/naming/ldap/ExtendedResponse
 800 header extends java/lang/Object implements java/io/Serializable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 801 method name getID descriptor ()Ljava/lang/String; flags 401
 802 method name getEncodedValue descriptor ()[B flags 401
 803 
 804 class name javax/naming/ldap/HasControls
 805 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 806 method name getControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
 807 
 808 class name javax/naming/ldap/InitialLdapContext
 809 header extends javax/naming/directory/InitialDirContext implements javax/naming/ldap/LdapContext flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 810 method name <init> descriptor ()V thrownTypes javax/naming/NamingException flags 1
 811 method name <init> descriptor (Ljava/util/Hashtable;[Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 1 signature (Ljava/util/Hashtable<**>;[Ljavax/naming/ldap/Control;)V
 812 method name extendedOperation descriptor (Ljavax/naming/ldap/ExtendedRequest;)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 1
 813 method name newInstance descriptor ([Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/LdapContext; thrownTypes javax/naming/NamingException flags 1
 814 method name reconnect descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 1
 815 method name getConnectControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 1
 816 method name setRequestControls descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 1
 817 method name getRequestControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 1
 818 method name getResponseControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 1
 819 
 820 class name javax/naming/ldap/LdapContext
 821 header extends java/lang/Object implements javax/naming/directory/DirContext flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 822 field name CONTROL_FACTORIES descriptor Ljava/lang/String; constantValue java.naming.factory.control flags 19
 823 method name extendedOperation descriptor (Ljavax/naming/ldap/ExtendedRequest;)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 401
 824 method name newInstance descriptor ([Ljavax/naming/ldap/Control;)Ljavax/naming/ldap/LdapContext; thrownTypes javax/naming/NamingException flags 401
 825 method name reconnect descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 401
 826 method name getConnectControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
 827 method name setRequestControls descriptor ([Ljavax/naming/ldap/Control;)V thrownTypes javax/naming/NamingException flags 401
 828 method name getRequestControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
 829 method name getResponseControls descriptor ()[Ljavax/naming/ldap/Control; thrownTypes javax/naming/NamingException flags 401
 830 
 831 class name javax/naming/ldap/LdapName
 832 header extends java/lang/Object implements javax/naming/Name flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 833 method name <init> descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
 834 method name <init> descriptor (Ljava/util/List;)V flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)V
 835 method name size descriptor ()I flags 1
 836 method name isEmpty descriptor ()Z flags 1
 837 method name getAll descriptor ()Ljava/util/Enumeration; flags 1 signature ()Ljava/util/Enumeration<Ljava/lang/String;>;
 838 method name get descriptor (I)Ljava/lang/String; flags 1
 839 method name getRdn descriptor (I)Ljavax/naming/ldap/Rdn; flags 1
 840 method name getPrefix descriptor (I)Ljavax/naming/Name; flags 1
 841 method name getSuffix descriptor (I)Ljavax/naming/Name; flags 1
 842 method name startsWith descriptor (Ljavax/naming/Name;)Z flags 1
 843 method name startsWith descriptor (Ljava/util/List;)Z flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)Z
 844 method name endsWith descriptor (Ljavax/naming/Name;)Z flags 1
 845 method name endsWith descriptor (Ljava/util/List;)Z flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)Z
 846 method name addAll descriptor (Ljavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 847 method name addAll descriptor (Ljava/util/List;)Ljavax/naming/Name; flags 1 signature (Ljava/util/List<Ljavax/naming/ldap/Rdn;>;)Ljavax/naming/Name;
 848 method name addAll descriptor (ILjavax/naming/Name;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 849 method name addAll descriptor (ILjava/util/List;)Ljavax/naming/Name; flags 1 signature (ILjava/util/List<Ljavax/naming/ldap/Rdn;>;)Ljavax/naming/Name;
 850 method name add descriptor (Ljava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 851 method name add descriptor (Ljavax/naming/ldap/Rdn;)Ljavax/naming/Name; flags 1
 852 method name add descriptor (ILjava/lang/String;)Ljavax/naming/Name; thrownTypes javax/naming/InvalidNameException flags 1
 853 method name add descriptor (ILjavax/naming/ldap/Rdn;)Ljavax/naming/Name; flags 1
 854 method name remove descriptor (I)Ljava/lang/Object; thrownTypes javax/naming/InvalidNameException flags 1
 855 method name getRdns descriptor ()Ljava/util/List; flags 1 signature ()Ljava/util/List<Ljavax/naming/ldap/Rdn;>;
 856 method name clone descriptor ()Ljava/lang/Object; flags 1
 857 method name toString descriptor ()Ljava/lang/String; flags 1
 858 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 859 method name compareTo descriptor (Ljava/lang/Object;)I flags 1
 860 method name hashCode descriptor ()I flags 1
 861 
 862 class name javax/naming/ldap/LdapReferralException
 863 header extends javax/naming/ReferralException flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 864 method name <init> descriptor (Ljava/lang/String;)V flags 4
 865 method name <init> descriptor ()V flags 4
 866 method name getReferralContext descriptor ()Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401
 867 method name getReferralContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
 868 method name getReferralContext descriptor (Ljava/util/Hashtable;[Ljavax/naming/ldap/Control;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;[Ljavax/naming/ldap/Control;)Ljavax/naming/Context;
 869 
 870 class name javax/naming/ldap/ManageReferralControl
 871 header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 872 field name OID descriptor Ljava/lang/String; constantValue 2.16.840.1.113730.3.4.2 flags 19
 873 method name <init> descriptor ()V flags 1
 874 method name <init> descriptor (Z)V flags 1
 875 
 876 class name javax/naming/ldap/PagedResultsControl
 877 header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 878 field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.319 flags 19
 879 method name <init> descriptor (IZ)V thrownTypes java/io/IOException flags 1
 880 method name <init> descriptor (I[BZ)V thrownTypes java/io/IOException flags 1
 881 
 882 class name javax/naming/ldap/PagedResultsResponseControl
 883 header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 884 field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.319 flags 19
 885 method name <init> descriptor (Ljava/lang/String;Z[B)V thrownTypes java/io/IOException flags 1
 886 method name getResultSize descriptor ()I flags 1
 887 method name getCookie descriptor ()[B flags 1
 888 
 889 class name javax/naming/ldap/Rdn
 890 header extends java/lang/Object implements java/io/Serializable,java/lang/Comparable flags 21 signature Ljava/lang/Object;Ljava/io/Serializable;Ljava/lang/Comparable<Ljava/lang/Object;>; classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 891 method name <init> descriptor (Ljavax/naming/directory/Attributes;)V thrownTypes javax/naming/InvalidNameException flags 1
 892 method name <init> descriptor (Ljava/lang/String;)V thrownTypes javax/naming/InvalidNameException flags 1
 893 method name <init> descriptor (Ljavax/naming/ldap/Rdn;)V flags 1
 894 method name <init> descriptor (Ljava/lang/String;Ljava/lang/Object;)V thrownTypes javax/naming/InvalidNameException flags 1
 895 method name getValue descriptor ()Ljava/lang/Object; flags 1
 896 method name getType descriptor ()Ljava/lang/String; flags 1
 897 method name toString descriptor ()Ljava/lang/String; flags 1
 898 method name compareTo descriptor (Ljava/lang/Object;)I flags 1
 899 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 900 method name hashCode descriptor ()I flags 1
 901 method name toAttributes descriptor ()Ljavax/naming/directory/Attributes; flags 1
 902 method name size descriptor ()I flags 1
 903 method name escapeValue descriptor (Ljava/lang/Object;)Ljava/lang/String; flags 9
 904 method name unescapeValue descriptor (Ljava/lang/String;)Ljava/lang/Object; flags 9
 905 
 906 class name javax/naming/ldap/SortControl
 907 header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 908 field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.473 flags 19
 909 method name <init> descriptor (Ljava/lang/String;Z)V thrownTypes java/io/IOException flags 1
 910 method name <init> descriptor ([Ljava/lang/String;Z)V thrownTypes java/io/IOException flags 1
 911 method name <init> descriptor ([Ljavax/naming/ldap/SortKey;Z)V thrownTypes java/io/IOException flags 1
 912 
 913 class name javax/naming/ldap/SortKey
 914 header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 915 method name <init> descriptor (Ljava/lang/String;)V flags 1
 916 method name <init> descriptor (Ljava/lang/String;ZLjava/lang/String;)V flags 1
 917 method name getAttributeID descriptor ()Ljava/lang/String; flags 1
 918 method name isAscending descriptor ()Z flags 1
 919 method name getMatchingRuleID descriptor ()Ljava/lang/String; flags 1
 920 
 921 class name javax/naming/ldap/SortResponseControl
 922 header extends javax/naming/ldap/BasicControl flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 923 field name OID descriptor Ljava/lang/String; constantValue 1.2.840.113556.1.4.474 flags 19
 924 method name <init> descriptor (Ljava/lang/String;Z[B)V thrownTypes java/io/IOException flags 1
 925 method name isSorted descriptor ()Z flags 1
 926 method name getResultCode descriptor ()I flags 1
 927 method name getAttributeID descriptor ()Ljava/lang/String; flags 1
 928 method name getException descriptor ()Ljavax/naming/NamingException; flags 1
 929 
 930 class name javax/naming/ldap/StartTlsRequest
 931 header extends java/lang/Object implements javax/naming/ldap/ExtendedRequest flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 932 field name OID descriptor Ljava/lang/String; constantValue 1.3.6.1.4.1.1466.20037 flags 19
 933 method name <init> descriptor ()V flags 1
 934 method name getID descriptor ()Ljava/lang/String; flags 1
 935 method name getEncodedValue descriptor ()[B flags 1
 936 method name createExtendedResponse descriptor (Ljava/lang/String;[BII)Ljavax/naming/ldap/ExtendedResponse; thrownTypes javax/naming/NamingException flags 1
 937 
 938 class name javax/naming/ldap/StartTlsResponse
 939 header extends java/lang/Object implements javax/naming/ldap/ExtendedResponse flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 940 field name OID descriptor Ljava/lang/String; constantValue 1.3.6.1.4.1.1466.20037 flags 19
 941 method name <init> descriptor ()V flags 4
 942 method name getID descriptor ()Ljava/lang/String; flags 1
 943 method name getEncodedValue descriptor ()[B flags 1
 944 method name setEnabledCipherSuites descriptor ([Ljava/lang/String;)V flags 401
 945 method name setHostnameVerifier descriptor (Ljavax/net/ssl/HostnameVerifier;)V flags 401
 946 method name negotiate descriptor ()Ljavax/net/ssl/SSLSession; thrownTypes java/io/IOException flags 401
 947 method name negotiate descriptor (Ljavax/net/ssl/SSLSocketFactory;)Ljavax/net/ssl/SSLSession; thrownTypes java/io/IOException flags 401
 948 method name close descriptor ()V thrownTypes java/io/IOException flags 401
 949 
 950 class name javax/naming/ldap/UnsolicitedNotification
 951 header extends java/lang/Object implements javax/naming/ldap/ExtendedResponse,javax/naming/ldap/HasControls flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 952 method name getReferrals descriptor ()[Ljava/lang/String; flags 401
 953 method name getException descriptor ()Ljavax/naming/NamingException; flags 401
 954 
 955 class name javax/naming/ldap/UnsolicitedNotificationEvent
 956 header extends java/util/EventObject flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 957 method name <init> descriptor (Ljava/lang/Object;Ljavax/naming/ldap/UnsolicitedNotification;)V flags 1
 958 method name getNotification descriptor ()Ljavax/naming/ldap/UnsolicitedNotification; flags 1
 959 method name dispatch descriptor (Ljavax/naming/ldap/UnsolicitedNotificationListener;)V flags 1
 960 
 961 class name javax/naming/ldap/UnsolicitedNotificationListener
 962 header extends java/lang/Object implements javax/naming/event/NamingListener flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 963 method name notificationReceived descriptor (Ljavax/naming/ldap/UnsolicitedNotificationEvent;)V flags 401
 964 
 965 class name javax/naming/spi/DirObjectFactory
 966 header extends java/lang/Object implements javax/naming/spi/ObjectFactory flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 967 method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljava/lang/Object;
 968 
 969 class name javax/naming/spi/DirStateFactory
 970 header extends java/lang/Object implements javax/naming/spi/StateFactory flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 971 innerclass innerClass javax/naming/spi/DirStateFactory$Result outerClass javax/naming/spi/DirStateFactory innerClassName Result flags 9
 972 method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result;
 973 
 974 class name javax/naming/spi/DirStateFactory$Result
 975 header extends java/lang/Object flags 21
 976 innerclass innerClass javax/naming/spi/DirStateFactory$Result outerClass javax/naming/spi/DirStateFactory innerClassName Result flags 9
 977 method name <init> descriptor (Ljava/lang/Object;Ljavax/naming/directory/Attributes;)V flags 1
 978 method name getObject descriptor ()Ljava/lang/Object; flags 1
 979 method name getAttributes descriptor ()Ljavax/naming/directory/Attributes; flags 1
 980 
 981 class name javax/naming/spi/DirectoryManager
 982 header extends javax/naming/spi/NamingManager flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 983 innerclass innerClass javax/naming/spi/DirStateFactory$Result outerClass javax/naming/spi/DirStateFactory innerClassName Result flags 9
 984 method name getContinuationDirContext descriptor (Ljavax/naming/CannotProceedException;)Ljavax/naming/directory/DirContext; thrownTypes javax/naming/NamingException flags 9
 985 method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljava/lang/Object;
 986 method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;Ljavax/naming/directory/Attributes;)Ljavax/naming/spi/DirStateFactory$Result;
 987 
 988 class name javax/naming/spi/InitialContextFactory
 989 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 990 method name getInitialContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
 991 
 992 class name javax/naming/spi/InitialContextFactoryBuilder
 993 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 994 method name createInitialContextFactory descriptor (Ljava/util/Hashtable;)Ljavax/naming/spi/InitialContextFactory; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/spi/InitialContextFactory;
 995 
 996 class name javax/naming/spi/NamingManager
 997 header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 998 field name CPE descriptor Ljava/lang/String; constantValue java.naming.spi.CannotProceedException flags 19
 999 method name setObjectFactoryBuilder descriptor (Ljavax/naming/spi/ObjectFactoryBuilder;)V thrownTypes javax/naming/NamingException flags 29
1000 method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1001 method name getURLContext descriptor (Ljava/lang/String;Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/lang/String;Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
1002 method name getInitialContext descriptor (Ljava/util/Hashtable;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/util/Hashtable<**>;)Ljavax/naming/Context;
1003 method name setInitialContextFactoryBuilder descriptor (Ljavax/naming/spi/InitialContextFactoryBuilder;)V thrownTypes javax/naming/NamingException flags 29
1004 method name hasInitialContextFactoryBuilder descriptor ()Z flags 9
1005 method name getContinuationContext descriptor (Ljavax/naming/CannotProceedException;)Ljavax/naming/Context; thrownTypes javax/naming/NamingException flags 9
1006 method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 9 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1007 
1008 class name javax/naming/spi/ObjectFactory
1009 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1010 method name getObjectInstance descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes java/lang/Exception flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1011 
1012 class name javax/naming/spi/ObjectFactoryBuilder
1013 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1014 method name createObjectFactory descriptor (Ljava/lang/Object;Ljava/util/Hashtable;)Ljavax/naming/spi/ObjectFactory; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/Object;Ljava/util/Hashtable<**>;)Ljavax/naming/spi/ObjectFactory;
1015 
1016 class name javax/naming/spi/ResolveResult
1017 header extends java/lang/Object implements java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1018 field name resolvedObj descriptor Ljava/lang/Object; flags 4
1019 field name remainingName descriptor Ljavax/naming/Name; flags 4
1020 method name <init> descriptor ()V flags 4
1021 method name <init> descriptor (Ljava/lang/Object;Ljava/lang/String;)V flags 1
1022 method name <init> descriptor (Ljava/lang/Object;Ljavax/naming/Name;)V flags 1
1023 method name getRemainingName descriptor ()Ljavax/naming/Name; flags 1
1024 method name getResolvedObj descriptor ()Ljava/lang/Object; flags 1
1025 method name setRemainingName descriptor (Ljavax/naming/Name;)V flags 1
1026 method name appendRemainingName descriptor (Ljavax/naming/Name;)V flags 1
1027 method name appendRemainingComponent descriptor (Ljava/lang/String;)V flags 1
1028 method name setResolvedObj descriptor (Ljava/lang/Object;)V flags 1
1029 
1030 class name javax/naming/spi/Resolver
1031 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1032 method name resolveToClass descriptor (Ljavax/naming/Name;Ljava/lang/Class;)Ljavax/naming/spi/ResolveResult; thrownTypes javax/naming/NamingException flags 401 signature (Ljavax/naming/Name;Ljava/lang/Class<+Ljavax/naming/Context;>;)Ljavax/naming/spi/ResolveResult;
1033 method name resolveToClass descriptor (Ljava/lang/String;Ljava/lang/Class;)Ljavax/naming/spi/ResolveResult; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/String;Ljava/lang/Class<+Ljavax/naming/Context;>;)Ljavax/naming/spi/ResolveResult;
1034 
1035 class name javax/naming/spi/StateFactory
1036 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
1037 method name getStateToBind descriptor (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable;)Ljava/lang/Object; thrownTypes javax/naming/NamingException flags 401 signature (Ljava/lang/Object;Ljavax/naming/Name;Ljavax/naming/Context;Ljava/util/Hashtable<**>;)Ljava/lang/Object;
1038