Java Doc for ORBImpl.java in  » EJB-Server-resin-3.1.5 » resin » com » caucho » iiop » orb » 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 » EJB Server resin 3.1.5 » resin » com.caucho.iiop.orb 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.caucho.iiop.orb.ORBImpl

ORBImpl
public class ORBImpl extends org.omg.CORBA.ORB (Code)


Field Summary
final public static  Loggerlog
    

Constructor Summary
public  ORBImpl()
    

Method Summary
public  AbstractTypeCodecreateTypeCode(Class type)
    
public  TypeCodecreate_abstract_interface_tc(String id, String name)
    
public  TypeCodecreate_alias_tc(String id, String name, TypeCode original)
    
public  Anycreate_any()
    
public  TypeCodecreate_array_tc(int length, TypeCode element_type)
    
public  ContextListcreate_context_list()
    
public  TypeCodecreate_enum_tc(String id, String name, String[] members)
    
public  Environmentcreate_environment()
    
public  ExceptionListcreate_exception_list()
    
public  TypeCodecreate_exception_tc(String id, String name, StructMember[] members)
    
public  TypeCodecreate_interface_tc(String id, String name)
    
public  NVListcreate_list(int count)
    
public  NamedValuecreate_named_value(String s, Any any, int flags)
    
public  TypeCodecreate_native_tc(String id, String name)
    
public  org.omg.CORBA.portable.OutputStreamcreate_output_stream()
    
public  TypeCodecreate_recursive_sequence_tc(int bound, int offset)
    
public  TypeCodecreate_sequence_tc(int bound, TypeCode element_type)
    
public  TypeCodecreate_string_tc(int bound)
    
public  TypeCodecreate_struct_tc(String id, String name, StructMember[] members)
    
public  TypeCodecreate_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)
    
public  TypeCodecreate_wstring_tc(int bound)
    
public  StringgetHost()
    
public  intgetPort()
    
 IiopSocketPoolgetSocketPool()
    
 StubDelegateImplgetStubDelegate()
    
public  Contextget_default_context()
    
public  Requestget_next_response()
    
public  TypeCodeget_primitive_tc(org.omg.CORBA.TCKind tcKind)
    
public  String[]list_initial_services()
    
public  Stringobject_to_string(org.omg.CORBA.Object obj)
    
 ReadWritePairopenReadWrite()
    
 WriteStreamopenWriter()
    
public  booleanpoll_next_response()
    
public  org.omg.CORBA.Objectresolve_initial_references(String object_name)
    
public  voidsend_multiple_requests_deferred(Request[] req)
    
public  voidsend_multiple_requests_oneway(Request[] req)
    
public  voidsetHost(String host)
    
public  voidsetPort(int port)
    
public  voidset_parameters(Applet app, Properties props)
    
public  voidset_parameters(String[] args, Properties props)
    
public  org.omg.CORBA.Objectstring_to_object(String str)
    
public  StringtoString()
    

Field Detail
log
final public static Logger log(Code)




Constructor Detail
ORBImpl
public ORBImpl()(Code)




Method Detail
createTypeCode
public AbstractTypeCode createTypeCode(Class type)(Code)



create_abstract_interface_tc
public TypeCode create_abstract_interface_tc(String id, String name)(Code)



create_alias_tc
public TypeCode create_alias_tc(String id, String name, TypeCode original)(Code)



create_any
public Any create_any()(Code)



create_array_tc
public TypeCode create_array_tc(int length, TypeCode element_type)(Code)



create_context_list
public ContextList create_context_list()(Code)



create_enum_tc
public TypeCode create_enum_tc(String id, String name, String[] members)(Code)



create_environment
public Environment create_environment()(Code)



create_exception_list
public ExceptionList create_exception_list()(Code)



create_exception_tc
public TypeCode create_exception_tc(String id, String name, StructMember[] members)(Code)



create_interface_tc
public TypeCode create_interface_tc(String id, String name)(Code)



create_list
public NVList create_list(int count)(Code)



create_named_value
public NamedValue create_named_value(String s, Any any, int flags)(Code)



create_native_tc
public TypeCode create_native_tc(String id, String name)(Code)



create_output_stream
public org.omg.CORBA.portable.OutputStream create_output_stream()(Code)



create_recursive_sequence_tc
public TypeCode create_recursive_sequence_tc(int bound, int offset)(Code)



create_sequence_tc
public TypeCode create_sequence_tc(int bound, TypeCode element_type)(Code)



create_string_tc
public TypeCode create_string_tc(int bound)(Code)



create_struct_tc
public TypeCode create_struct_tc(String id, String name, StructMember[] members)(Code)



create_union_tc
public TypeCode create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members)(Code)



create_wstring_tc
public TypeCode create_wstring_tc(int bound)(Code)



getHost
public String getHost()(Code)



getPort
public int getPort()(Code)



getSocketPool
IiopSocketPool getSocketPool()(Code)



getStubDelegate
StubDelegateImpl getStubDelegate()(Code)



get_default_context
public Context get_default_context()(Code)



get_next_response
public Request get_next_response()(Code)



get_primitive_tc
public TypeCode get_primitive_tc(org.omg.CORBA.TCKind tcKind)(Code)



list_initial_services
public String[] list_initial_services()(Code)



object_to_string
public String object_to_string(org.omg.CORBA.Object obj)(Code)



openReadWrite
ReadWritePair openReadWrite()(Code)



openWriter
WriteStream openWriter()(Code)



poll_next_response
public boolean poll_next_response()(Code)



resolve_initial_references
public org.omg.CORBA.Object resolve_initial_references(String object_name)(Code)



send_multiple_requests_deferred
public void send_multiple_requests_deferred(Request[] req)(Code)



send_multiple_requests_oneway
public void send_multiple_requests_oneway(Request[] req)(Code)



setHost
public void setHost(String host)(Code)



setPort
public void setPort(int port)(Code)



set_parameters
public void set_parameters(Applet app, Properties props)(Code)



set_parameters
public void set_parameters(String[] args, Properties props)(Code)



string_to_object
public org.omg.CORBA.Object string_to_object(String str)(Code)



toString
public String toString()(Code)



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