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