JavaTM Platform
Standard Ed. 6

인터페이스
javax.naming.NamingEnumeration 의 사용

NamingEnumeration 를 사용하고 있는 패키지
javax.naming 네임 서비스에 액세스하기 위한 클래스 및 인터페이스를 제공합니다.  
javax.naming.directory javax.naming 패키지를 확장해, 디렉토리 서비스에 액세스 하는 기능을 제공합니다.  
 

javax.naming 에서의 NamingEnumeration 의 사용
 

NamingEnumeration 를 돌려주는 javax.naming 의 메소드
 NamingEnumeration <NameClassPair > Context. list (Name  name)
          바인드 된 객체의 클래스명과 함께, 이름 첨부 문맥으로 바인드 된 이름을 열거합니다.
 NamingEnumeration <NameClassPair > InitialContext. list (Name  name)
           
 NamingEnumeration <NameClassPair > Context. list (String  name)
          바인드 된 객체의 클래스명과 함께, 이름 첨부 문맥으로 바인드 된 이름을 열거합니다.
 NamingEnumeration <NameClassPair > InitialContext. list (String  name)
           
 NamingEnumeration <Binding > Context. listBindings (Name  name)
          바인드 된 객체와 함께, 이름 첨부 문맥으로 바인드 된 이름을 열거합니다.
 NamingEnumeration <Binding > InitialContext. listBindings (Name  name)
           
 NamingEnumeration <Binding > Context. listBindings (String  name)
          바인드 된 객체와 함께, 이름 첨부 문맥으로 바인드 된 이름을 열거합니다.
 NamingEnumeration <Binding > InitialContext. listBindings (String  name)
           
 

javax.naming.directory 에서의 NamingEnumeration 의 사용
 

NamingEnumeration 을 돌려주는 javax.naming.directory 의 메소드
 NamingEnumeration <Attribute > BasicAttributes. getAll ()
           
 NamingEnumeration <? > BasicAttribute. getAll ()
          이 속성의 값의 열거를 검출합니다.
 NamingEnumeration <? extends Attribute > Attributes. getAll ()
          속성 세트의 속성의 열거를 꺼냅니다.
 NamingEnumeration <? > Attribute. getAll ()
          속성치의 열거를 꺼냅니다.
 NamingEnumeration <String > BasicAttributes. getIDs ()
           
 NamingEnumeration <String > Attributes. getIDs ()
          속성 세트의 속성 ID 의 열거를 꺼냅니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (Name  name, Attributes  matchingAttributes)
           
 NamingEnumeration <SearchResult > DirContext. search (Name  name, Attributes  matchingAttributes)
          지정된 속성세트를 포함한 객체를 단일 문맥으로 검색합니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (Name  name, Attributes  matchingAttributes, String [] attributesToReturn)
           
 NamingEnumeration <SearchResult > DirContext. search (Name  name, Attributes  matchingAttributes, String [] attributesToReturn)
          지정된 속성세트를 포함한 객체를 단일 문맥으로 검색해, 선택한 속성을 가져옵니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (Name  name, String  filterExpr, Object [] filterArgs, SearchControls  cons)
           
 NamingEnumeration <SearchResult > DirContext. search (Name  name, String  filterExpr, Object [] filterArgs, SearchControls  cons)
          이름 첨부 문맥 또는 이름 첨부 객체로, 지정된 검색 필터를 채우는 엔트리를 검색합니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (Name  name, String  filter, SearchControls  cons)
           
 NamingEnumeration <SearchResult > DirContext. search (Name  name, String  filter, SearchControls  cons)
          이름 첨부 문맥 또는 이름 첨부 객체로, 지정된 검색 필터를 채우는 엔트리를 검색합니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (String  name, Attributes  matchingAttributes)
           
 NamingEnumeration <SearchResult > DirContext. search (String  name, Attributes  matchingAttributes)
          지정된 속성세트를 포함한 객체를 단일 문맥으로 검색합니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (String  name, Attributes  matchingAttributes, String [] attributesToReturn)
           
 NamingEnumeration <SearchResult > DirContext. search (String  name, Attributes  matchingAttributes, String [] attributesToReturn)
          지정된 속성세트를 포함한 객체를 단일 문맥으로 검색해, 선택한 속성을 가져옵니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (String  name, String  filterExpr, Object [] filterArgs, SearchControls  cons)
           
 NamingEnumeration <SearchResult > DirContext. search (String  name, String  filterExpr, Object [] filterArgs, SearchControls  cons)
          이름 첨부 문맥 또는 이름 첨부 객체로, 지정된 검색 필터를 채우는 엔트리를 검색합니다.
 NamingEnumeration <SearchResult > InitialDirContext. search (String  name, String  filter, SearchControls  cons)
           
 NamingEnumeration <SearchResult > DirContext. search (String  name, String  filter, SearchControls  cons)
          이름 첨부 문맥 또는 이름 첨부 객체로, 지정된 검색 필터를 채우는 엔트리를 검색합니다.
 


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.