Java Doc for DNSContext.java in  » Apache-Harmony-Java-SE » org-package » org » apache » harmony » jndi » provider » dns » 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 » Apache Harmony Java SE » org package » org.apache.harmony.jndi.provider.dns 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.harmony.jndi.provider.dns.DNSContext

All known Subclasses:   org.apache.harmony.jndi.provider.dns.dnsURLContext,
DNSContext
public class DNSContext implements DirContext,Cloneable(Code)
This class represents DNS context. This is the main class and the main entry point to DNS service provider for JNDI.
See Also:   dnsURLContext
See Also:   DNSName
See Also:   DNSNameParser

Inner Class :static class ContextNamePair

Field Summary
final public static  StringLOOKUP_ATTR
    
final public static  StringRECURSION
    
final public static  StringTHREADS_MAX
    
final public static  StringTIMEOUT_INITIAL
    
final public static  StringTIMEOUT_RETRIES
    

Constructor Summary
 DNSContext(Hashtable env)
     A DNS context constructor.
 DNSContext(DNSContext ancestorCtx, DNSName name)
     Constructs new DNS context with given name.

Method Summary
public  ObjectaddToEnvironment(String propName, Object propValue)
     Add a new property to the environment.
public  voidbind(String arg0, Object arg1, Attributes arg2)
     This method is not supported.
public  voidbind(Name arg0, Object arg1, Attributes arg2)
     This method is not supported.
public  voidbind(String arg0, Object arg1)
     This method is not supported.
public  voidbind(Name arg0, Object arg1)
     This method is not supported.
public  Objectclone()
     Constructs the clone of this DNS context.
public  voidclose()
     Frees all resources obtained by the current context.
public  StringcomposeName(String name, String prefix)
     Appends one name to another.
public  NamecomposeName(Name name, Name prefix)
     Adds name to the end of prefix.
public  DirContextcreateSubcontext(String arg0, Attributes arg1)
     This method is not supported.
public  DirContextcreateSubcontext(Name arg0, Attributes arg1)
     This method is not supported.
public  ContextcreateSubcontext(String arg0)
     This method is not supported.
public  ContextcreateSubcontext(Name arg0)
     This method is not supported.
public  voiddestroySubcontext(String arg0)
     This method is not supported.
public  voiddestroySubcontext(Name arg0)
     This method is not supported.
public  booleanequals(Object obj)
     Checks if the given object is equal to the current context.
public  AttributesgetAttributes(String name)
     Obtains all attributes associated with given name.
public  AttributesgetAttributes(Name name)
     Determines all attributes associated with given name.
public  AttributesgetAttributes(String name, String[] attrNames)
     Retrieves attributes associated with given name.
public  AttributesgetAttributes(Name name, String[] attrNames)
     Obtains attributes associated with the given name.
public  HashtablegetEnvironment()
     Returns a clone of the environment associated with this context.
public  StringgetNameInNamespace()
    
public  NameParsergetNameParser(String name)
     Returns the name parser for given name.
public  NameParsergetNameParser(Name name)
     Tries to look for the context associated with the given name and returns the appropriate name parser.
public  DirContextgetSchema(String arg0)
     This method is not supported by the DNS provider.
public  DirContextgetSchema(Name arg0)
     This method is not supported.
public  DirContextgetSchemaClassDefinition(String arg0)
     This method is not supported.
public  DirContextgetSchemaClassDefinition(Name arg0)
     This method is not supported.
public  NamingEnumeration<NameClassPair>list(String name)
     Lists all names along with corresponding class names contained by given context.
public  NamingEnumeration<NameClassPair>list(Name name)
     Lists all names along with corresponding class names contained by given context.
public  NamingEnumeration<Binding>listBindings(String name)
     Lists all names along with corresponding objects contained by given context.
public  NamingEnumeration<Binding>listBindings(Name name)
     Lists all names along with corresponding objects contained by given context.
public  Objectlookup(String name)
     Performs the lookup operation for given name.
public  Objectlookup(Name name)
     Performs the lookup operation for the given name in the current context.
public  ObjectlookupLink(String name)
     Looks for a object associated with the given name.
public  ObjectlookupLink(Name name)
     Looks for a object associated with the given name.
public  voidmodifyAttributes(String arg0, int arg1, Attributes arg2)
     This method is not supported by the DNS provider.
public  voidmodifyAttributes(Name arg0, int arg1, Attributes arg2)
     This method is not supported by the DNS provider.
public  voidmodifyAttributes(String arg0, ModificationItem[] arg1)
     This method is not supported.
public  voidmodifyAttributes(Name arg0, ModificationItem[] arg1)
     This method is not supported.
public  voidrebind(String arg0, Object arg1, Attributes arg2)
     This method is not supported.
public  voidrebind(Name arg0, Object arg1, Attributes arg2)
     This method is not supported.
public  voidrebind(String arg0, Object arg1)
     This method is not supported.
public  voidrebind(Name arg0, Object arg1)
     This method is not supported.
public  ObjectremoveFromEnvironment(String name)
     Removes the property with given name from the context's environment.
public  voidrename(String arg0, String arg1)
     This method is not supported.
public  voidrename(Name arg0, Name arg1)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(String arg0, Attributes arg1)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(Name arg0, Attributes arg1)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(String arg0, Attributes arg1, String[] arg2)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(Name arg0, Attributes arg1, String[] arg2)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(String arg0, String arg1, SearchControls arg2)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(Name arg0, String arg1, SearchControls arg2)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(String arg0, String arg1, Object[] arg2, SearchControls arg3)
     This method is not supported.
public  NamingEnumeration<SearchResult>search(Name arg0, String arg1, Object[] arg2, SearchControls arg3)
     This method is not supported.
public  voidunbind(String arg0)
     This method is not supported.
public  voidunbind(Name arg0)
     This method is not supported.

Field Detail
LOOKUP_ATTR
final public static String LOOKUP_ATTR(Code)



RECURSION
final public static String RECURSION(Code)



THREADS_MAX
final public static String THREADS_MAX(Code)



TIMEOUT_INITIAL
final public static String TIMEOUT_INITIAL(Code)



TIMEOUT_RETRIES
final public static String TIMEOUT_RETRIES(Code)




Constructor Detail
DNSContext
DNSContext(Hashtable env) throws NamingException(Code)
A DNS context constructor. Should not be accessed directly.
Parameters:
  env - the hash table with environment variables. The context willmake a clone of given hash table.
throws:
  InvalidNameException - something wrong with domain names given injava.naming.provider.url property
throws:
  ConfigurationException - if some error occurred during parsing of configurationparameters
throws:
  NamingException - if some parse error occurred
throws:
  NullPointerException - if the environment is null



DNSContext
DNSContext(DNSContext ancestorCtx, DNSName name)(Code)
Constructs new DNS context with given name. This constructor will read all private properties from its ancestor context. The environment will not be parsed.
Parameters:
  ancestorCtx - an ancestor context to read all internal properties from
Parameters:
  name - name of newly created context in the ancestor context




Method Detail
addToEnvironment
public Object addToEnvironment(String propName, Object propValue) throws NamingException(Code)
Add a new property to the environment.
Parameters:
  propName - a name for the new property
Parameters:
  propValue - a value of the new property an old value of this property; null if not found
throws:
  NullPointerException - if propName or propValue isnull.
throws:
  NamingException - if such was encountered
See Also:   javax.naming.Context.addToEnvironment(java.lang.Stringjava.lang.Object)



bind
public void bind(String arg0, Object arg1, Attributes arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.bind(java.lang.Stringjava.lang.Objectjavax.naming.directory.Attributes)



bind
public void bind(Name arg0, Object arg1, Attributes arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.bind(javax.naming.Namejava.lang.Objectjavax.naming.directory.Attributes)



bind
public void bind(String arg0, Object arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.bind(java.lang.Stringjava.lang.Object)



bind
public void bind(Name arg0, Object arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.bind(javax.naming.Namejava.lang.Object)



clone
public Object clone()(Code)
Constructs the clone of this DNS context.
See Also:   Object.clone



close
public void close() throws NamingException(Code)
Frees all resources obtained by the current context.
See Also:   javax.naming.Context.close



composeName
public String composeName(String name, String prefix) throws NamingException(Code)
Appends one name to another. The method initially tries to construct composite names from given strings. If it succeeds and resulting composite names have length more than 1 then the method composeName(Name, Name) will be called with constructed composite names as arguments. If one of constructed composite names (or both) have the length less or equal to 1 then it will be treated as a string representation of DNS name. The DNSNameParser.parse method will be called with given string as an argument. If no exception is thrown then the composeName(Name, Name) will be called with the parsed DNSName as an argument.
Parameters:
  name - a name relative to the current context
Parameters:
  prefix - the name of the current context in one of its ancestors a composition of prefix and name
throws:
  NamingException -
throws:
  NullPointerException - if the value of any argument is null
See Also:   DNSContext.composeName(NameName)
See Also:   javax.naming.Context.composeName(java.lang.Stringjava.lang.String)



composeName
public Name composeName(Name name, Name prefix) throws NamingException(Code)
Adds name to the end of prefix. Following cases are checked:
  1. suffix is a composite name, name is compound one
  2. suffix is a compound name, name is composite one
  3. Both suffix and name are compound names
  4. Both suffix and name are composite names
If one of names is a composite name then the result will be also a composite name. If we are composing compound name and composite name then the compound name will be converted to the string form and appended as a member to the resulting composite name.
Parameters:
  name - a name relative to the current context
Parameters:
  prefix - the name of the current context in one of its ancestors a composition of prefix and name
throws:
  NamingException - if the compound name is not an instance ofDNSName class or we are trying to append anabsolute DNS name to the non-root prefix.
throws:
  NullPointerException - if name or prefix is null
See Also:   javax.naming.Context.composeName(javax.naming.Namejavax.naming.Name)



createSubcontext
public DirContext createSubcontext(String arg0, Attributes arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.createSubcontext(java.lang.Stringjavax.naming.directory.Attributes)



createSubcontext
public DirContext createSubcontext(Name arg0, Attributes arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.createSubcontext(javax.naming.Namejavax.naming.directory.Attributes)



createSubcontext
public Context createSubcontext(String arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.createSubcontext(java.lang.String)



createSubcontext
public Context createSubcontext(Name arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.createSubcontext(javax.naming.Name)



destroySubcontext
public void destroySubcontext(String arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.destroySubcontext(java.lang.String)



destroySubcontext
public void destroySubcontext(Name arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.destroySubcontext(javax.naming.Name)



equals
public boolean equals(Object obj)(Code)
Checks if the given object is equal to the current context. It will return true if and only if the specified object is an instance of DNSContext class and has the same domain name.
Parameters:
  obj - an object to compare with true if given object is equal to this one;false otherwise



getAttributes
public Attributes getAttributes(String name) throws NamingException(Code)
Obtains all attributes associated with given name.
Parameters:
  name - domain name or composite name in string form collection of found attributes
throws:
  NamingException - or its subtype if such has been encountered
See Also:   DNSContext.getAttributes(NameString[])
See Also:    for more details
See Also:   javax.naming.directory.DirContext.getAttributes(java.lang.String)



getAttributes
public Attributes getAttributes(Name name) throws NamingException(Code)
Determines all attributes associated with given name.
Parameters:
  name - the name to look for; should be an instance of eitherDNSName class or CompositeNameclass collection of found attributes
throws:
  NamingException - or its subtype if such has been encountered
See Also:   DNSContext.getAttributes(NameString[])
See Also:    for more details
See Also:   javax.naming.directory.DirContext.getAttributes(javax.naming.Name)



getAttributes
public Attributes getAttributes(String name, String[] attrNames) throws NamingException(Code)
Retrieves attributes associated with given name.
Parameters:
  name - name to look for; should be either domain name or compositename in string form
Parameters:
  attrNames - array of attribute names that should be retrieved collection of found attributes
throws:
  NamingException - or its subtypes if such have been encountered
See Also:   DNSContext.getAttributes(Name)
See Also:    for details
See Also:   javax.naming.directory.DirContext.getAttributes(java.lang.Stringjava.lang.String[])



getAttributes
public Attributes getAttributes(Name name, String[] attrNames) throws NamingException(Code)
Obtains attributes associated with the given name. Each members of attrNames array should be the correct name of DNS resource record type (possibly prefixed with correct DNS resource record class) as specified in RFC 1035. If class name is given then it should be separated with space from the type name. If class name is missed then IN class is used by default.
Parameters:
  name - the name to look for; should have either DNSNametype or CompositeName type
Parameters:
  attrNames - the array with names of attributes to look for; if null thenall attributes will be retrieved; if empty then none ofattributes will be retrieved
throws:
  InvalidNameException - if name is neither the instance ofDNSName nor CompositeName classor the first component of composite name is not a domain name
throws:
  InvalidAttributeIdentifierException - if the name of DNS type or DNS class given inattrNames array is invalid
throws:
  NameNotFoundException - if authoritative server for desired zone was contacted butgiven name has not been found in that zone
throws:
  ServiceUnavailableException - if no authoritative server for desired name was found or allservers are dead or malfunction
throws:
  NoPermissionException - if no appropriate permissions on using network resources weregranted
throws:
  NullPointerException - if name is null
throws:
  NamingException - if some other type of problem has been encountered
See Also:   javax.naming.directory.DirContext.getAttributes(javax.naming.Namejava.lang.String[])
See Also:   RFC
See Also:    1035



getEnvironment
public Hashtable getEnvironment() throws NamingException(Code)
Returns a clone of the environment associated with this context. a hash table with the context's environment
See Also:   javax.naming.Context.getEnvironment



getNameInNamespace
public String getNameInNamespace()(Code)
fully qualified DNS name of the current context
See Also:   javax.naming.Context.getNameInNamespace



getNameParser
public NameParser getNameParser(String name) throws NamingException(Code)
Returns the name parser for given name.
Parameters:
  name - a name in the string form to return a name parser for the name parser found
throws:
  NotContextException - if found object is not a context
throws:
  NamingException - if such exception was encountered during lookup
See Also:   DNSContext.getNameParser(Name)
See Also:    for details
See Also:   javax.naming.Context.getNameParser(java.lang.String)



getNameParser
public NameParser getNameParser(Name name) throws NamingException(Code)
Tries to look for the context associated with the given name and returns the appropriate name parser. For DNSContext this method will return an instance of DNSNameParser class.
Parameters:
  a - name to return a name parser for a name parser for the naming system the found context isassociated with
throws:
  NotContextException - if found object is not a context so we cannot obtain a nameparser from it
throws:
  NamingException - if such exception was encountered during lookup
See Also:   javax.naming.Context.getNameParser(javax.naming.Name)



getSchema
public DirContext getSchema(String arg0) throws NamingException(Code)
This method is not supported by the DNS provider.
See Also:   javax.naming.directory.DirContext.getSchema(java.lang.String)



getSchema
public DirContext getSchema(Name arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.getSchema(javax.naming.Name)



getSchemaClassDefinition
public DirContext getSchemaClassDefinition(String arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.getSchemaClassDefinition(java.lang.String)



getSchemaClassDefinition
public DirContext getSchemaClassDefinition(Name arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.getSchemaClassDefinition(javax.naming.Name)



list
public NamingEnumeration<NameClassPair> list(String name) throws NamingException(Code)
Lists all names along with corresponding class names contained by given context.
Parameters:
  name - context name to list enumeration of NameClassPair objects
throws:
  NamingException - if an error was encountered
See Also:   javax.naming.Context.list(javax.naming.Name)



list
public NamingEnumeration<NameClassPair> list(Name name) throws NamingException(Code)
Lists all names along with corresponding class names contained by given context.
Parameters:
  name - context name to list enumeration of NameClassPair objects
throws:
  NoPermissionException - if the resolver is not allowed to use a network subsystem
throws:
  NameNotFoundException - if authoritative server(s) was not found
throws:
  ServiceUnavailableException - if none of found servers permits zone transfers
throws:
  DomainProtocolException - if some DNS specific error has occurred
throws:
  NamingException - if other type of error has occurred
See Also:   javax.naming.Context.list(javax.naming.Name)



listBindings
public NamingEnumeration<Binding> listBindings(String name) throws NamingException(Code)
Lists all names along with corresponding objects contained by given context.
Parameters:
  name - context name to list enumeration of Binding objects
throws:
  NamingException - if an error was encountered
See Also:   javax.naming.Context.listBindings(java.lang.String)



listBindings
public NamingEnumeration<Binding> listBindings(Name name) throws NamingException(Code)
Lists all names along with corresponding objects contained by given context.
Parameters:
  name - context name to list enumeration of Binding objects
throws:
  NamingException - if an error was encountered
See Also:   javax.naming.Context.listBindings(javax.naming.Name)



lookup
public Object lookup(String name) throws NamingException(Code)
Performs the lookup operation for given name. The method will try to construct a composite name from given argument value. If it is succeed and resulting composite name has the size more than one then the lookup(Name) version of lookup method will be called with constructed composite name as an argument. If the size of constructed composite name equals to one then the value of given argument will be treated as a string form of a domain name and an attempt to create an instance of DNSName class will be made. The lookup(Name) will be called after this.
Parameters:
  name - the name to look for an object associated with given name
throws:
  InvalidNameException - if given argument is a string representation of neither acomposite name nor a domain name; or the first component ofthe composite name is not a domain name.
throws:
  NamingException - if some other type of NamingException wasencountered
throws:
  NullPointerException - if the name is null
See Also:   DNSContext.lookup(Name)
See Also:   javax.naming.Context.lookup(java.lang.String)



lookup
public Object lookup(Name name) throws NamingException(Code)
Performs the lookup operation for the given name in the current context.
Parameters:
  name - this method looks for object associated with given name found object
throws:
  InvalidNameException - if the argument is not a valid type, e.g.CompositeName or DNSName; orthe first component of given composite name is not a domainname
throws:
  NameNotFoundException - if authoritative server for desired zone was contacted butgiven name has not been found in that zone
throws:
  ServiceUnavailableException - if no authoritative server for desired name was found or allservers are dead or malfunction
throws:
  NoPermissionException - if no appropriate permissions on using network resources weregranted
throws:
  NullPointerException - if name is null
throws:
  NamingException - if some other type of NamingException wasencountered
See Also:   javax.naming.Context.lookup(javax.naming.Name)



lookupLink
public Object lookupLink(String name) throws NamingException(Code)
Looks for a object associated with the given name. This methods just forwards the request to #lookup(String) method and do nothing more.
Parameters:
  name - name to look for found object
throws:
  NamingException - if encountered
See Also:   DNSContext.lookup(String)
See Also:    for details
See Also:   javax.naming.Context.lookupLink(javax.naming.Name)



lookupLink
public Object lookupLink(Name name) throws NamingException(Code)
Looks for a object associated with the given name. This methods just forwards the request to #lookup(Name) method and do nothing more.
Parameters:
  name - name to look for found object
throws:
  NamingException - if encountered
See Also:   DNSContext.lookup(Name)
See Also:    for details
See Also:   javax.naming.Context.lookupLink(javax.naming.Name)



modifyAttributes
public void modifyAttributes(String arg0, int arg1, Attributes arg2) throws NamingException(Code)
This method is not supported by the DNS provider.
See Also:   javax.naming.directory.DirContext.modifyAttributes(java.lang.Stringintjavax.naming.directory.Attributes)



modifyAttributes
public void modifyAttributes(Name arg0, int arg1, Attributes arg2) throws NamingException(Code)
This method is not supported by the DNS provider.
See Also:   javax.naming.directory.DirContext.modifyAttributes(javax.naming.Nameintjavax.naming.directory.Attributes)



modifyAttributes
public void modifyAttributes(String arg0, ModificationItem[] arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.modifyAttributes(java.lang.Stringjavax.naming.directory.ModificationItem[])



modifyAttributes
public void modifyAttributes(Name arg0, ModificationItem[] arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.modifyAttributes(javax.naming.Namejavax.naming.directory.ModificationItem[])



rebind
public void rebind(String arg0, Object arg1, Attributes arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.rebind(java.lang.Stringjava.lang.Objectjavax.naming.directory.Attributes)



rebind
public void rebind(Name arg0, Object arg1, Attributes arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.rebind(javax.naming.Namejava.lang.Objectjavax.naming.directory.Attributes)



rebind
public void rebind(String arg0, Object arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.rebind(java.lang.Stringjava.lang.Object)



rebind
public void rebind(Name arg0, Object arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.rebind(javax.naming.Namejava.lang.Object)



removeFromEnvironment
public Object removeFromEnvironment(String name)(Code)
Removes the property with given name from the context's environment.
Parameters:
  name - the name of the property to remove
See Also:   javax.naming.Context.removeFromEnvironment(java.lang.String)



rename
public void rename(String arg0, String arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.rename(java.lang.Stringjava.lang.String)



rename
public void rename(Name arg0, Name arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.rename(javax.naming.Namejavax.naming.Name)



search
public NamingEnumeration<SearchResult> search(String arg0, Attributes arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(java.lang.Stringjavax.naming.directory.Attributes)



search
public NamingEnumeration<SearchResult> search(Name arg0, Attributes arg1) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(javax.naming.Namejavax.naming.directory.Attributes)



search
public NamingEnumeration<SearchResult> search(String arg0, Attributes arg1, String[] arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(java.lang.Stringjavax.naming.directory.Attributesjava.lang.String[])



search
public NamingEnumeration<SearchResult> search(Name arg0, Attributes arg1, String[] arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(javax.naming.Namejavax.naming.directory.Attributesjava.lang.String[])



search
public NamingEnumeration<SearchResult> search(String arg0, String arg1, SearchControls arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(java.lang.Stringjava.lang.Stringjavax.naming.directory.SearchControls)



search
public NamingEnumeration<SearchResult> search(Name arg0, String arg1, SearchControls arg2) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(javax.naming.Namejava.lang.Stringjavax.naming.directory.SearchControls)



search
public NamingEnumeration<SearchResult> search(String arg0, String arg1, Object[] arg2, SearchControls arg3) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(java.lang.Stringjava.lang.Stringjava.lang.Object[]javax.naming.directory.SearchControls)



search
public NamingEnumeration<SearchResult> search(Name arg0, String arg1, Object[] arg2, SearchControls arg3) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.directory.DirContext.search(javax.naming.Namejava.lang.Stringjava.lang.Object[]javax.naming.directory.SearchControls)



unbind
public void unbind(String arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.unbind(java.lang.String)



unbind
public void unbind(Name arg0) throws NamingException(Code)
This method is not supported.
See Also:   javax.naming.Context.unbind(javax.naming.Name)



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.