BinaryRefAddr.java: New file
* javax/naming/BinaryRefAddr.java: New file * javax/naming/InitialContext.java: Compile fix * javax/naming/InvalidNameException.java: Add comments * javax/naming/Name.java: Ditto * javax/naming/NamingException.java: Implement * javax/naming/OperationNotSupportedException.java: Compile fix * javax/naming/RefAddr.java: Implement * javax/naming/StringRefAddr.java: Add comments and implement * javax/naming/directory/InitialDirContext.java: Compile fix From-SVN: r46364
This commit is contained in:
parent
03bf2c237c
commit
16f7dac7f5
10 changed files with 823 additions and 52 deletions
|
@ -17,4 +17,14 @@ public class InitialDirContext extends InitialContext implements DirContext
|
|||
{
|
||||
throw new Error ("javax.naming.directory.InitialDirContext not implemented");
|
||||
}
|
||||
|
||||
public Attributes getAttributes (String name)
|
||||
{
|
||||
throw new Error ("getAttributes not implemented");
|
||||
}
|
||||
|
||||
public Attributes getAttributes (String name, String[] attrIds)
|
||||
{
|
||||
throw new Error ("getAttributes not implemented");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue