Searched defs:attrIds (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/resources/
H A DBaseDirContext.java805 * @param attrIds the identifiers of the attributes to retrieve. null
810 public Attributes getAttributes(Name name, String[] attrIds) argument
812 return getAttributes(name.toString(), attrIds);
821 * @param attrIds the identifiers of the attributes to retrieve. null
826 public abstract Attributes getAttributes(String name, String[] attrIds) argument
H A DWARDirContext.java467 * @param attrIds the identifiers of the attributes to retrieve. null
472 public Attributes getAttributes(String name, String[] attrIds) argument
474 return getAttributes(new CompositeName(name), attrIds);
486 public Attributes getAttributes(Name name, String[] attrIds) argument
H A DFileDirContext.java514 * @param attrIds the identifiers of the attributes to retrieve. null
519 public Attributes getAttributes(String name, String[] attrIds) argument
H A DProxyDirContext.java891 * @param attrIds the identifiers of the attributes to retrieve. null
896 public Attributes getAttributes(Name name, String[] attrIds) argument
899 dirContext.getAttributes(parseName(name), attrIds);
912 * @param attrIds the identifiers of the attributes to retrieve. null
917 public Attributes getAttributes(String name, String[] attrIds) argument
920 dirContext.getAttributes(parseName(name), attrIds);

Completed in 24 milliseconds