Java Doc for ComponentDirContext.java in  » 6.0-JDK-Modules-com.sun » jndi » com » sun » jndi » toolkit » ctx » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules com.sun » jndi » com.sun.jndi.toolkit.ctx 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jndi.toolkit.ctx.PartialCompositeContext
      com.sun.jndi.toolkit.ctx.ComponentContext
         com.sun.jndi.toolkit.ctx.AtomicContext
            com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
               com.sun.jndi.toolkit.ctx.ComponentDirContext

All known Subclasses:   com.sun.jndi.dns.DnsContext,  com.sun.jndi.toolkit.ctx.AtomicDirContext,  com.sun.jndi.ldap.LdapCtx,
ComponentDirContext
abstract public class ComponentDirContext extends PartialCompositeDirContext (Code)



Constructor Summary
protected  ComponentDirContext()
    

Method Summary
abstract protected  voidc_bind(Name name, Object obj, Attributes attrs, Continuation cont)
    
protected  voidc_bind_nns(Name name, Object obj, Attributes attrs, Continuation cont)
    
abstract protected  DirContextc_createSubcontext(Name name, Attributes attrs, Continuation cont)
    
protected  DirContextc_createSubcontext_nns(Name name, Attributes attrs, Continuation cont)
    
abstract protected  Attributesc_getAttributes(Name name, String[] attrIds, Continuation cont)
    
protected  Attributesc_getAttributes_nns(Name name, String[] attrIds, Continuation cont)
    
abstract protected  DirContextc_getSchema(Name name, Continuation cont)
    
abstract protected  DirContextc_getSchemaClassDefinition(Name name, Continuation cont)
    
protected  DirContextc_getSchemaClassDefinition_nns(Name name, Continuation cont)
    
protected  DirContextc_getSchema_nns(Name name, Continuation cont)
    
abstract protected  voidc_modifyAttributes(Name name, int mod_op, Attributes attrs, Continuation cont)
    
abstract protected  voidc_modifyAttributes(Name name, ModificationItem[] mods, Continuation cont)
    
protected  voidc_modifyAttributes_nns(Name name, int mod_op, Attributes attrs, Continuation cont)
    
protected  voidc_modifyAttributes_nns(Name name, ModificationItem[] mods, Continuation cont)
    
abstract protected  voidc_rebind(Name name, Object obj, Attributes attrs, Continuation cont)
    
protected  voidc_rebind_nns(Name name, Object obj, Attributes attrs, Continuation cont)
    
abstract protected  NamingEnumerationc_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont)
    
abstract protected  NamingEnumerationc_search(Name name, String filter, SearchControls cons, Continuation cont)
    
abstract protected  NamingEnumerationc_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont)
    
protected  NamingEnumerationc_search_nns(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont)
    
protected  NamingEnumerationc_search_nns(Name name, String filter, SearchControls cons, Continuation cont)
    
protected  NamingEnumerationc_search_nns(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont)
    
protected  voidp_bind(Name name, Object obj, Attributes attrs, Continuation cont)
    
protected  DirContextp_createSubcontext(Name name, Attributes attrs, Continuation cont)
    
protected  Attributesp_getAttributes(Name name, String[] attrIds, Continuation cont)
    
protected  DirContextp_getSchema(Name name, Continuation cont)
    
protected  DirContextp_getSchemaClassDefinition(Name name, Continuation cont)
    
protected  voidp_modifyAttributes(Name name, int mod_op, Attributes attrs, Continuation cont)
    
protected  voidp_modifyAttributes(Name name, ModificationItem[] mods, Continuation cont)
    
protected  voidp_rebind(Name name, Object obj, Attributes attrs, Continuation cont)
    
protected  NamingEnumerationp_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont)
    
protected  NamingEnumerationp_search(Name name, String filter, SearchControls cons, Continuation cont)
    
protected  NamingEnumerationp_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont)
    


Constructor Detail
ComponentDirContext
protected ComponentDirContext()(Code)




Method Detail
c_bind
abstract protected void c_bind(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)



c_bind_nns
protected void c_bind_nns(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)



c_createSubcontext
abstract protected DirContext c_createSubcontext(Name name, Attributes attrs, Continuation cont) throws NamingException(Code)



c_createSubcontext_nns
protected DirContext c_createSubcontext_nns(Name name, Attributes attrs, Continuation cont) throws NamingException(Code)



c_getAttributes
abstract protected Attributes c_getAttributes(Name name, String[] attrIds, Continuation cont) throws NamingException(Code)



c_getAttributes_nns
protected Attributes c_getAttributes_nns(Name name, String[] attrIds, Continuation cont) throws NamingException(Code)



c_getSchema
abstract protected DirContext c_getSchema(Name name, Continuation cont) throws NamingException(Code)



c_getSchemaClassDefinition
abstract protected DirContext c_getSchemaClassDefinition(Name name, Continuation cont) throws NamingException(Code)



c_getSchemaClassDefinition_nns
protected DirContext c_getSchemaClassDefinition_nns(Name name, Continuation cont) throws NamingException(Code)



c_getSchema_nns
protected DirContext c_getSchema_nns(Name name, Continuation cont) throws NamingException(Code)



c_modifyAttributes
abstract protected void c_modifyAttributes(Name name, int mod_op, Attributes attrs, Continuation cont) throws NamingException(Code)



c_modifyAttributes
abstract protected void c_modifyAttributes(Name name, ModificationItem[] mods, Continuation cont) throws NamingException(Code)



c_modifyAttributes_nns
protected void c_modifyAttributes_nns(Name name, int mod_op, Attributes attrs, Continuation cont) throws NamingException(Code)



c_modifyAttributes_nns
protected void c_modifyAttributes_nns(Name name, ModificationItem[] mods, Continuation cont) throws NamingException(Code)



c_rebind
abstract protected void c_rebind(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)



c_rebind_nns
protected void c_rebind_nns(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)



c_search
abstract protected NamingEnumeration c_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) throws NamingException(Code)



c_search
abstract protected NamingEnumeration c_search(Name name, String filter, SearchControls cons, Continuation cont) throws NamingException(Code)



c_search
abstract protected NamingEnumeration c_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) throws NamingException(Code)



c_search_nns
protected NamingEnumeration c_search_nns(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) throws NamingException(Code)



c_search_nns
protected NamingEnumeration c_search_nns(Name name, String filter, SearchControls cons, Continuation cont) throws NamingException(Code)



c_search_nns
protected NamingEnumeration c_search_nns(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) throws NamingException(Code)



p_bind
protected void p_bind(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)



p_createSubcontext
protected DirContext p_createSubcontext(Name name, Attributes attrs, Continuation cont) throws NamingException(Code)



p_getAttributes
protected Attributes p_getAttributes(Name name, String[] attrIds, Continuation cont) throws NamingException(Code)



p_getSchema
protected DirContext p_getSchema(Name name, Continuation cont) throws NamingException(Code)



p_getSchemaClassDefinition
protected DirContext p_getSchemaClassDefinition(Name name, Continuation cont) throws NamingException(Code)



p_modifyAttributes
protected void p_modifyAttributes(Name name, int mod_op, Attributes attrs, Continuation cont) throws NamingException(Code)



p_modifyAttributes
protected void p_modifyAttributes(Name name, ModificationItem[] mods, Continuation cont) throws NamingException(Code)



p_rebind
protected void p_rebind(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)



p_search
protected NamingEnumeration p_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) throws NamingException(Code)



p_search
protected NamingEnumeration p_search(Name name, String filter, SearchControls cons, Continuation cont) throws NamingException(Code)



p_search
protected NamingEnumeration p_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) throws NamingException(Code)



Methods inherited from com.sun.jndi.toolkit.ctx.PartialCompositeDirContext
protected void a_bind(String name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected Context a_createSubcontext(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_destroySubcontext(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NameParser a_getNameParser(Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration a_list(Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration a_listBindings(Continuation cont) throws NamingException(Code)(Java Doc)
protected Object a_lookup(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object a_lookupLink(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_rebind(String name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_rename(String oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_unbind(String name, Continuation cont) throws NamingException(Code)(Java Doc)
public void bind(String name, Object obj, Attributes attrs) throws NamingException(Code)(Java Doc)
public void bind(Name name, Object obj, Attributes attrs) throws NamingException(Code)(Java Doc)
protected StringHeadTail c_parseComponent(String inputName, Continuation cont) throws NamingException(Code)(Java Doc)
public DirContext createSubcontext(String name, Attributes attrs) throws NamingException(Code)(Java Doc)
public DirContext createSubcontext(Name name, Attributes attrs) throws NamingException(Code)(Java Doc)
public Attributes getAttributes(String name) throws NamingException(Code)(Java Doc)
public Attributes getAttributes(Name name) throws NamingException(Code)(Java Doc)
public Attributes getAttributes(String name, String[] attrIds) throws NamingException(Code)(Java Doc)
public Attributes getAttributes(Name name, String[] attrIds) throws NamingException(Code)(Java Doc)
protected static PartialCompositeDirContext getPCDirContext(Continuation cont) throws NamingException(Code)(Java Doc)
public DirContext getSchema(String name) throws NamingException(Code)(Java Doc)
public DirContext getSchema(Name name) throws NamingException(Code)(Java Doc)
public DirContext getSchemaClassDefinition(String name) throws NamingException(Code)(Java Doc)
public DirContext getSchemaClassDefinition(Name name) throws NamingException(Code)(Java Doc)
public void modifyAttributes(String name, int mod_op, Attributes attrs) throws NamingException(Code)(Java Doc)
public void modifyAttributes(Name name, int mod_op, Attributes attrs) throws NamingException(Code)(Java Doc)
public void modifyAttributes(String name, ModificationItem[] mods) throws NamingException(Code)(Java Doc)
public void modifyAttributes(Name name, ModificationItem[] mods) throws NamingException(Code)(Java Doc)
abstract protected void p_bind(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected DirContext p_createSubcontext(Name name, Attributes attrs, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Attributes p_getAttributes(Name name, String[] attrIds, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected DirContext p_getSchema(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected DirContext p_getSchemaClassDefinition(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void p_modifyAttributes(Name name, int mod_op, Attributes attrs, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void p_modifyAttributes(Name name, ModificationItem[] mods, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void p_rebind(Name name, Object obj, Attributes attrs, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration p_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration p_search(Name name, String filter, SearchControls cons, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration p_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont) throws NamingException(Code)(Java Doc)
public void rebind(String name, Object obj, Attributes attrs) throws NamingException(Code)(Java Doc)
public void rebind(Name name, Object obj, Attributes attrs) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(String name, Attributes matchingAttributes) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(Name name, Attributes matchingAttributes) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(String name, Attributes matchingAttributes, String[] attributesToReturn) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(Name name, Attributes matchingAttributes, String[] attributesToReturn) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(String name, String filter, SearchControls cons) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(Name name, String filter, SearchControls cons) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException(Code)(Java Doc)
public NamingEnumeration<SearchResult> search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException(Code)(Java Doc)

Methods inherited from com.sun.jndi.toolkit.ctx.AtomicContext
abstract protected void a_bind(String name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_bind_nns(String name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Context a_createSubcontext(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Context a_createSubcontext_nns(String name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void a_destroySubcontext(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_destroySubcontext_nns(String name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NameParser a_getNameParser(Continuation cont) throws NamingException(Code)(Java Doc)
protected NameParser a_getNameParser_nns(Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration a_list(Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration a_listBindings(Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration a_listBindings_nns(Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration a_list_nns(Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Object a_lookup(String name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Object a_lookupLink(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object a_lookupLink_nns(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object a_lookup_nns(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_processJunction_nns(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_processJunction_nns(Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void a_rebind(String name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_rebind_nns(String name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void a_rename(String oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_rename_nns(String oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object a_resolveIntermediate_nns(String name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void a_unbind(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void a_unbind_nns(String name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_bind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_bind_nns(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected Context c_createSubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Context c_createSubcontext_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_destroySubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_destroySubcontext_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NameParser c_getNameParser(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NameParser c_getNameParser_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration c_list(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration c_listBindings(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration c_listBindings_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration c_list_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_lookup(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_lookupLink(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_lookupLink_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_lookup_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected StringHeadTail c_parseComponent(String inputName, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_rebind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_rebind_nns(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_rename(Name oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_rename_nns(Name oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_resolveIntermediate_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_unbind(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_unbind_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected boolean isEmpty(String name)(Code)(Java Doc)
protected boolean resolve_to_context(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void resolve_to_nns_and_continue(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected boolean resolve_to_penultimate_context(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected boolean resolve_to_penultimate_context_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)

Fields inherited from com.sun.jndi.toolkit.ctx.ComponentContext
final protected static byte TERMINAL_COMPONENT(Code)(Java Doc)
final protected static byte TERMINAL_NNS_COMPONENT(Code)(Java Doc)
final protected static byte USE_CONTINUATION(Code)(Java Doc)

Methods inherited from com.sun.jndi.toolkit.ctx.ComponentContext
abstract protected void c_bind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_bind_nns(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Context c_createSubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Context c_createSubcontext_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void c_destroySubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_destroySubcontext_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NameParser c_getNameParser(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NameParser c_getNameParser_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration c_list(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration c_listBindings(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration c_listBindings_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration c_list_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Object c_lookup(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Object c_lookupLink(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_lookupLink_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_lookup_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_processJunction_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void c_rebind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_rebind_nns(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void c_rename(Name oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_rename_nns(Name oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object c_resolveIntermediate_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void c_unbind(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void c_unbind_nns(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
void checkAndAdjustRemainingName(Name rname) throws InvalidNameException(Code)(Java Doc)
protected boolean isAllEmpty(Name n)(Code)(Java Doc)
protected void p_bind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected Context p_createSubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void p_destroySubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NameParser p_getNameParser(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration p_list(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected NamingEnumeration p_listBindings(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object p_lookup(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Object p_lookupLink(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected HeadTail p_parseComponent(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected void p_rebind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
protected void p_rename(Name oldName, Name newName, Continuation cont) throws NamingException(Code)(Java Doc)
protected HeadTail p_resolveIntermediate(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected ResolveResult p_resolveToClass(Name name, Class contextType, Continuation cont) throws NamingException(Code)(Java Doc)
protected void p_unbind(Name name, Continuation cont) throws NamingException(Code)(Java Doc)

Fields inherited from com.sun.jndi.toolkit.ctx.PartialCompositeContext
final protected static int _ATOMIC(Code)(Java Doc)
final protected static int _COMPONENT(Code)(Java Doc)
final static CompositeName _EMPTY_NAME(Code)(Java Doc)
static CompositeName _NNS_NAME(Code)(Java Doc)
final protected static int _PARTIAL(Code)(Java Doc)
protected int _contextType(Code)(Java Doc)

Methods inherited from com.sun.jndi.toolkit.ctx.PartialCompositeContext
protected static boolean allEmpty(Name name)(Code)(Java Doc)
public void bind(String name, Object newObj) throws NamingException(Code)(Java Doc)
public void bind(Name name, Object newObj) throws NamingException(Code)(Java Doc)
public String composeName(String name, String prefix) throws NamingException(Code)(Java Doc)
public Name composeName(Name name, Name prefix) throws NamingException(Code)(Java Doc)
public Context createSubcontext(String name) throws NamingException(Code)(Java Doc)
public Context createSubcontext(Name name) throws NamingException(Code)(Java Doc)
public void destroySubcontext(String name) throws NamingException(Code)(Java Doc)
public void destroySubcontext(Name name) throws NamingException(Code)(Java Doc)
public NameParser getNameParser(String name) throws NamingException(Code)(Java Doc)
public NameParser getNameParser(Name name) throws NamingException(Code)(Java Doc)
protected static PartialCompositeContext getPCContext(Continuation cont) throws NamingException(Code)(Java Doc)
public NamingEnumeration<NameClassPair> list(String name) throws NamingException(Code)(Java Doc)
public NamingEnumeration<NameClassPair> list(Name name) throws NamingException(Code)(Java Doc)
public NamingEnumeration<Binding> listBindings(String name) throws NamingException(Code)(Java Doc)
public NamingEnumeration<Binding> listBindings(Name name) throws NamingException(Code)(Java Doc)
public Object lookup(String name) throws NamingException(Code)(Java Doc)
public Object lookup(Name name) throws NamingException(Code)(Java Doc)
public Object lookupLink(String name) throws NamingException(Code)(Java Doc)
public Object lookupLink(Name name) throws NamingException(Code)(Java Doc)
abstract protected void p_bind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Context p_createSubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void p_destroySubcontext(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
protected Hashtable p_getEnvironment() throws NamingException(Code)(Java Doc)
abstract protected NameParser p_getNameParser(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration p_list(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected NamingEnumeration p_listBindings(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Object p_lookup(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected Object p_lookupLink(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void p_rebind(Name name, Object obj, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void p_rename(Name oldname, Name newname, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected ResolveResult p_resolveToClass(Name name, Class contextType, Continuation cont) throws NamingException(Code)(Java Doc)
abstract protected void p_unbind(Name name, Continuation cont) throws NamingException(Code)(Java Doc)
public void rebind(String name, Object newObj) throws NamingException(Code)(Java Doc)
public void rebind(Name name, Object newObj) throws NamingException(Code)(Java Doc)
public void rename(String oldName, String newName) throws NamingException(Code)(Java Doc)
public void rename(Name oldName, Name newName) throws NamingException(Code)(Java Doc)
public ResolveResult resolveToClass(String name, Class<? extends Context> contextType) throws NamingException(Code)(Java Doc)
public ResolveResult resolveToClass(Name name, Class<? extends Context> contextType) throws NamingException(Code)(Java Doc)
public void unbind(String name) throws NamingException(Code)(Java Doc)
public void unbind(Name name) throws NamingException(Code)(Java Doc)

Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.