]> gcc.gnu.org Git - gcc.git/blob - libjava/javax/naming/directory/DirContext.java
Initial jndi check-in
[gcc.git] / libjava / javax / naming / directory / DirContext.java
1 /* Copyright (C) 2000 Free Software Foundation
2
3 This file is part of libgcj.
4
5 This software is copyrighted work licensed under the terms of the
6 Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
7 details. */
8
9 package javax.naming.directory;
10
11 import javax.naming.*;
12
13 public 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.036118 seconds and 5 git commands to generate.