]> gcc.gnu.org Git - gcc.git/blame - libjava/javax/naming/directory/DirContext.java
Initial jndi check-in
[gcc.git] / libjava / javax / naming / directory / DirContext.java
CommitLineData
18205ca3
AG
1/* Copyright (C) 2000 Free Software Foundation
2
3 This file is part of libgcj.
4
5This software is copyrighted work licensed under the terms of the
6Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7details. */
8
9package javax.naming.directory;
10
11import javax.naming.*;
12
13public interface DirContext extends Context
14{
15 public Attributes getAttributes (String name);
16 public Attributes getAttributes (String name, String[] attrIds);
17}
18
This page took 0.025639 seconds and 5 git commands to generate.