Java Doc for JBINamingContextImpl.java in  » ESB » open-esb » com » sun » jbi » framework » jboss » 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 » ESB » open esb » com.sun.jbi.framework.jboss 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jbi.framework.jboss.JBINamingContextImpl

JBINamingContextImpl
public class JBINamingContextImpl implements Context,Serializable(Code)
Naming context implementation for Jboss.
author:
   Sun Microsystems, Inc.



Constructor Summary
public  JBINamingContextImpl()
     Creates a new instance of JBINamingContextImpl.
public  JBINamingContextImpl(Hashtable env)
     Creates a new JBINamingContextImpl object.

Method Summary
public  ObjectaddToEnvironment(String propName, Object propVal)
     Adds the binding to the environment values.
Parameters:
  propName - Property name.
Parameters:
  propVal - value.
public  voidbind(javax.naming.Name name, Object obj)
     Not supported.
public  voidbind(String name, Object obj)
     Binds the name to the object.
Parameters:
  name - key name.
public  voidclose()
     Closes the hash table.
public  javax.naming.NamecomposeName(javax.naming.Name name, javax.naming.Name prefix)
     Not supported method.
public  StringcomposeName(String name, String prefix)
     Not supported.
Parameters:
  name - Not supported.
Parameters:
  prefix - Not supported.
public  ContextcreateSubcontext(javax.naming.Name name)
     Not supported.
Parameters:
  name - Not supported.
public  ContextcreateSubcontext(String name)
     Not supported.
Parameters:
  name - Not supported.
public  voiddestroySubcontext(javax.naming.Name name)
     Not supported.
public  voiddestroySubcontext(String name)
     Not supported.
public  java.util.HashtablegetEnvironment()
     Returns the environment.
public  StringgetNameInNamespace()
     Returns the binding within a namespace.
public  javax.naming.NameParsergetNameParser(javax.naming.Name name)
     Gets the name parser.
Parameters:
  name - name.
public  javax.naming.NameParsergetNameParser(String name)
     Gets the name parser.
Parameters:
  name - string representation of name.
public  javax.naming.NamingEnumerationlist(String name)
     Not supported.
Parameters:
  name - Not supported.
public  javax.naming.NamingEnumerationlist(javax.naming.Name name)
     Not supported.
Parameters:
  name - Not supported.
public  javax.naming.NamingEnumerationlistBindings(String name)
     Not supported.
Parameters:
  name - Not supported.
public  javax.naming.NamingEnumerationlistBindings(javax.naming.Name name)
     Not supported.
Parameters:
  name - Not supported.
public  Objectlookup(String name)
     Retrieves the value corresponding to the key name.
Parameters:
  name - key name.
public  Objectlookup(javax.naming.Name name)
     Not supported.
Parameters:
  name - Not supported.
public  ObjectlookupLink(javax.naming.Name name)
     Not supported.
Parameters:
  name - Not supported.
public  ObjectlookupLink(String name)
     Not supported.
Parameters:
  name - Not supported.
public  voidrebind(String name, Object obj)
     Not supported.
public  voidrebind(javax.naming.Name name, Object obj)
     Not supported.
public  ObjectremoveFromEnvironment(String propName)
     Not supported.
public  voidrename(javax.naming.Name oldName, javax.naming.Name newName)
     Not supported.
Parameters:
  oldName - Not supported.
public  voidrename(String oldName, String newName)
     Not supported.
Parameters:
  oldName - Not supported.
public  voidunbind(String name)
     Unbinds the key and value.
public  voidunbind(javax.naming.Name name)
     Not supported.


Constructor Detail
JBINamingContextImpl
public JBINamingContextImpl()(Code)
Creates a new instance of JBINamingContextImpl.



JBINamingContextImpl
public JBINamingContextImpl(Hashtable env)(Code)
Creates a new JBINamingContextImpl object.
Parameters:
  env - environment.




Method Detail
addToEnvironment
public Object addToEnvironment(String propName, Object propVal) throws javax.naming.NamingException(Code)
Adds the binding to the environment values.
Parameters:
  propName - Property name.
Parameters:
  propVal - value. object that has been added.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



bind
public void bind(javax.naming.Name name, Object obj) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported.
Parameters:
  obj - Not supported.Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



bind
public void bind(String name, Object obj) throws javax.naming.NamingException(Code)
Binds the name to the object.
Parameters:
  name - key name.
Parameters:
  obj - object.
throws:
  javax.naming.NamingException - if name is null or not valid.



close
public void close() throws javax.naming.NamingException(Code)
Closes the hash table.
throws:
  javax.naming.NamingException - if bindings is not intitialised.



composeName
public javax.naming.Name composeName(javax.naming.Name name, javax.naming.Name prefix) throws javax.naming.NamingException(Code)
Not supported method.
Parameters:
  name - Not supported
Parameters:
  prefix - Not supported Not supported
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



composeName
public String composeName(String name, String prefix) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported.
Parameters:
  prefix - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



createSubcontext
public Context createSubcontext(javax.naming.Name name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



createSubcontext
public Context createSubcontext(String name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



destroySubcontext
public void destroySubcontext(javax.naming.Name name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



destroySubcontext
public void destroySubcontext(String name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



getEnvironment
public java.util.Hashtable getEnvironment() throws javax.naming.NamingException(Code)
Returns the environment. environemtn table.
throws:
  javax.naming.NamingException - if environment is not set.



getNameInNamespace
public String getNameInNamespace() throws javax.naming.NamingException(Code)
Returns the binding within a namespace. binding.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



getNameParser
public javax.naming.NameParser getNameParser(javax.naming.Name name) throws javax.naming.NamingException(Code)
Gets the name parser.
Parameters:
  name - name. name parser.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



getNameParser
public javax.naming.NameParser getNameParser(String name) throws javax.naming.NamingException(Code)
Gets the name parser.
Parameters:
  name - string representation of name. Name parser.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



list
public javax.naming.NamingEnumeration list(String name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - if name not found.



list
public javax.naming.NamingEnumeration list(javax.naming.Name name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



listBindings
public javax.naming.NamingEnumeration listBindings(String name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



listBindings
public javax.naming.NamingEnumeration listBindings(javax.naming.Name name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



lookup
public Object lookup(String name) throws javax.naming.NamingException(Code)
Retrieves the value corresponding to the key name.
Parameters:
  name - key name. object value.
throws:
  javax.naming.NamingException - if name not found.



lookup
public Object lookup(javax.naming.Name name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



lookupLink
public Object lookupLink(javax.naming.Name name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



lookupLink
public Object lookupLink(String name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



rebind
public void rebind(String name, Object obj) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported.
Parameters:
  obj - Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



rebind
public void rebind(javax.naming.Name name, Object obj) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported.
Parameters:
  obj - Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



removeFromEnvironment
public Object removeFromEnvironment(String propName) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  propName - Not supported. Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



rename
public void rename(javax.naming.Name oldName, javax.naming.Name newName) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  oldName - Not supported.
Parameters:
  newName - Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



rename
public void rename(String oldName, String newName) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  oldName - Not supported.
Parameters:
  newName - Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



unbind
public void unbind(String name) throws javax.naming.NamingException(Code)
Unbinds the key and value.
Parameters:
  name - name to unbind.
throws:
  javax.naming.NamingException - if name not found.



unbind
public void unbind(javax.naming.Name name) throws javax.naming.NamingException(Code)
Not supported.
Parameters:
  name - Not supported.
throws:
  javax.naming.NamingException - Not supported.
throws:
  OperationNotSupportedException - Not supported.



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.