diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-27 05:57:58 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-27 05:57:58 +0000 |
| commit | 4565ac3594f3e544b2048a572902833b9a0f878e (patch) | |
| tree | 435566d5a2d48169c3e7d6187552ab6e87a17e8c /libjava/ChangeLog | |
| parent | 55a7da41b8bc28b7dc3f5d6c32d53f5364d9914e (diff) | |
| download | gcc-4565ac3594f3e544b2048a572902833b9a0f878e.tar.gz | |
More JNDI changes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37779 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index e1e526d65a6..3dc3a059654 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,77 @@ +Sun Nov 26 21:30:25 2000 Anthony Green <green@redhat.com> + + * javax/naming/AuthenticationException.java, + javax/naming/AuthenticationNotSupportedException.java, + javax/naming/CannotProceedException.java, + javax/naming/CommunicationException.java, + javax/naming/ConfigurationException.java, + javax/naming/ContextNotEmptyException.java, + javax/naming/InsufficientResourcesException.java, + javax/naming/InterruptedNamingException.java, + javax/naming/InvalidNameException.java, + javax/naming/LimitExceededException.java, + javax/naming/LinkException.java, + javax/naming/LinkLoopException.java, + javax/naming/MalformedLinkException.java, + javax/naming/NameAlreadyBoundException.java, + javax/naming/NameNotFoundException.java, + javax/naming/NamingSecurityException.java, + javax/naming/NoPermissionException.java, + javax/naming/NotContextException.java, + javax/naming/PartialResultException.java, + javax/naming/ReferralException.java, + javax/naming/ServiceUnavailableException.java, + javax/naming/SizeLimitExceededException.java, + javax/naming/TimeLimitExceededException.java: New files. + + * javax/naming/Name.java (clone): New method. + (compareTo): New method. + (isEmpty): New method. + (getAll): New method. + (getPrefix): New method. + (getSuffix): New method. + (startsWith): New method. + (endsWith): New method. + (addAll): New method. + (addAll): New method. + (add): New method. + (add): New method. + (remove): New method. + + * javax/naming/Context.java (lookup): New method. + (rebind): New method. + (unbind): New method. + (rename): New method. + (list): New method. + (listBindings): New method. + (destroySubcontext): New method. + (createSubcontext): New method. + (lookupLink): New method. + (getNameParser): New method. + (composeName): New method. + (addToEnvironment): New method. + (removeFromEnvironment): New method. + (getEnvironment): New method. + (close): New method. + (getNameInNamespace): New method. + + * javax/naming/InitialContext.java (lookup): New method. + (rebind): New method. + (unbind): New method. + (rename): New method. + (list): New method. + (listBindings): New method. + (destroySubcontext): New method. + (createSubcontext): New method. + (lookupLink): New method. + (getNameParser): New method. + (composeName): New method. + (addToEnvironment): New method. + (removeFromEnvironment): New method. + (getEnvironment): New method. + (close): New method. + (getNameInNamespace): New method. + 2000-11-26 Tom Tromey <tromey@cygnus.com> * Makefile.in: Rebuilt. |
