Java Doc for PartialCompositeDirContext.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

All known Subclasses:   com.sun.jndi.toolkit.ctx.ComponentDirContext,
PartialCompositeDirContext
abstract public class PartialCompositeDirContext extends AtomicContext implements DirContext(Code)



Constructor Summary
protected  PartialCompositeDirContext()
    

Method Summary
protected  voida_bind(String name, Object obj, Continuation cont)
    
protected  Contexta_createSubcontext(String name, Continuation cont)
    
protected  voida_destroySubcontext(String name, Continuation cont)
    
protected  NameParsera_getNameParser(Continuation cont)
    
protected  NamingEnumerationa_list(Continuation cont)
    
protected  NamingEnumerationa_listBindings(Continuation cont)
    
protected  Objecta_lookup(String name, Continuation cont)
    
protected  Objecta_lookupLink(String name, Continuation cont)
    
protected  voida_rebind(String name, Object obj, Continuation cont)
    
protected  voida_rename(String oldname, Name newname, Continuation cont)
    
protected  voida_unbind(String name, Continuation cont)
    
public  voidbind(String name, Object obj, Attributes attrs)
    
public  voidbind(Name name, Object obj, Attributes attrs)
    
protected  StringHeadTailc_parseComponent(String inputName, Continuation cont)
    
public  DirContextcreateSubcontext(String name, Attributes attrs)
    
public  DirContextcreateSubcontext(Name name, Attributes attrs)
    
public  AttributesgetAttributes(String name)
    
public  AttributesgetAttributes(Name name)
    
public  AttributesgetAttributes(String name, String[] attrIds)
    
public  AttributesgetAttributes(Name name, String[] attrIds)
    
protected static  PartialCompositeDirContextgetPCDirContext(Continuation cont)
     Retrieves a PartialCompositeDirContext for the resolved object in cont.
public  DirContextgetSchema(String name)
    
public  DirContextgetSchema(Name name)
    
public  DirContextgetSchemaClassDefinition(String name)
    
public  DirContextgetSchemaClassDefinition(Name name)
    
public  voidmodifyAttributes(String name, int mod_op, Attributes attrs)
    
public  voidmodifyAttributes(Name name, int mod_op, Attributes attrs)
    
public  voidmodifyAttributes(String name, ModificationItem[] mods)
    
public  voidmodifyAttributes(Name name, ModificationItem[] mods)
    
abstract protected  voidp_bind(Name name, Object obj, Attributes attrs, Continuation cont)
    
abstract protected  DirContextp_createSubcontext(Name name, Attributes attrs, Continuation cont)
    
abstract protected  Attributesp_getAttributes(Name name, String[] attrIds, Continuation cont)
    
abstract protected  DirContextp_getSchema(Name name, Continuation cont)
    
abstract protected  DirContextp_getSchemaClassDefinition(Name name, Continuation cont)
    
abstract protected  voidp_modifyAttributes(Name name, int mod_op, Attributes attrs, Continuation cont)
    
abstract protected  voidp_modifyAttributes(Name name, ModificationItem[] mods, Continuation cont)
    
abstract protected  voidp_rebind(Name name, Object obj, Attributes attrs, Continuation cont)
    
abstract protected  NamingEnumerationp_search(Name name, Attributes matchingAttributes, String[] attributesToReturn, Continuation cont)
    
abstract protected  NamingEnumerationp_search(Name name, String filter, SearchControls cons, Continuation cont)
    
abstract protected  NamingEnumerationp_search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons, Continuation cont)
    
public  voidrebind(String name, Object obj, Attributes attrs)
    
public  voidrebind(Name name, Object obj, Attributes attrs)
    
public  NamingEnumeration<SearchResult>search(String name, Attributes matchingAttributes)
    
public  NamingEnumeration<SearchResult>search(Name name, Attributes matchingAttributes)
    
public  NamingEnumeration<SearchResult>search(String name, Attributes matchingAttributes, String[] attributesToReturn)
    
public  NamingEnumeration<SearchResult>search(Name name, Attributes matchingAttributes, String[] attributesToReturn)
    
public  NamingEnumeration<SearchResult>search(String name, String filter, SearchControls cons)
    
public  NamingEnumeration<SearchResult>search(Name name, String filter, SearchControls cons)
    
public  NamingEnumeration<SearchResult>search(String name, String filterExpr, Object[] filterArgs, SearchControls cons)
    
public  NamingEnumeration<SearchResult>search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons)
    


Constructor Detail
PartialCompositeDirContext
protected PartialCompositeDirContext()(Code)




Method Detail
a_bind
protected void a_bind(String name, Object obj, Continuation cont) throws NamingException(Code)



a_createSubcontext
protected Context a_createSubcontext(String name, Continuation cont) throws NamingException(Code)



a_destroySubcontext
protected void a_destroySubcontext(String name, Continuation cont) throws NamingException(Code)



a_getNameParser
protected NameParser a_getNameParser(Continuation cont) throws NamingException(Code)



a_list
protected NamingEnumeration a_list(Continuation cont) throws NamingException(Code)



a_listBindings
protected NamingEnumeration a_listBindings(Continuation cont) throws NamingException(Code)



a_lookup
protected Object a_lookup(String name, Continuation cont) throws NamingException(Code)



a_lookupLink
protected Object a_lookupLink(String name, Continuation cont) throws NamingException(Code)



a_rebind
protected void a_rebind(String name, Object obj, Continuation cont) throws NamingException(Code)



a_rename
protected void a_rename(String oldname, Name newname, Continuation cont) throws NamingException(Code)



a_unbind
protected void a_unbind(String name, Continuation cont) throws NamingException(Code)



bind
public void bind(String name, Object obj, Attributes attrs) throws NamingException(Code)



bind
public void bind(Name name, Object obj, Attributes attrs) throws NamingException(Code)



c_parseComponent
protected StringHeadTail c_parseComponent(String inputName, Continuation cont) throws NamingException(Code)



createSubcontext
public DirContext createSubcontext(String name, Attributes attrs) throws NamingException(Code)



createSubcontext
public DirContext createSubcontext(Name name, Attributes attrs) throws NamingException(Code)



getAttributes
public Attributes getAttributes(String name) throws NamingException(Code)



getAttributes
public Attributes getAttributes(Name name) throws NamingException(Code)



getAttributes
public Attributes getAttributes(String name, String[] attrIds) throws NamingException(Code)



getAttributes
public Attributes getAttributes(Name name, String[] attrIds) throws NamingException(Code)



getPCDirContext
protected static PartialCompositeDirContext getPCDirContext(Continuation cont) throws NamingException(Code)
Retrieves a PartialCompositeDirContext for the resolved object in cont. Throws CannotProceedException if not successful.



getSchema
public DirContext getSchema(String name) throws NamingException(Code)



getSchema
public DirContext getSchema(Name name) throws NamingException(Code)



getSchemaClassDefinition
public DirContext getSchemaClassDefinition(String name) throws NamingException(Code)



getSchemaClassDefinition
public DirContext getSchemaClassDefinition(Name name) throws NamingException(Code)



modifyAttributes
public void modifyAttributes(String name, int mod_op, Attributes attrs) throws NamingException(Code)



modifyAttributes
public void modifyAttributes(Name name, int mod_op, Attributes attrs) throws NamingException(Code)



modifyAttributes
public void modifyAttributes(String name, ModificationItem[] mods) throws NamingException(Code)



modifyAttributes
public void modifyAttributes(Name name, ModificationItem[] mods) throws NamingException(Code)



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



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



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



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



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



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



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



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



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



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



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



rebind
public void rebind(String name, Object obj, Attributes attrs) throws NamingException(Code)



rebind
public void rebind(Name name, Object obj, Attributes attrs) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(String name, Attributes matchingAttributes) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(Name name, Attributes matchingAttributes) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(String name, Attributes matchingAttributes, String[] attributesToReturn) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(Name name, Attributes matchingAttributes, String[] attributesToReturn) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(String name, String filter, SearchControls cons) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(Name name, String filter, SearchControls cons) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(String name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException(Code)



search
public NamingEnumeration<SearchResult> search(Name name, String filterExpr, Object[] filterArgs, SearchControls cons) throws NamingException(Code)



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.