Java Doc for ObjectImpl.java in  » Collaboration » JacORB » org » omg » CORBA » portable » 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 » Collaboration » JacORB » org.omg.CORBA.portable 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.omg.CORBA.portable.ObjectImpl

All known Subclasses:   org.omg.CORBA_2_3.portable.ObjectImpl,  org.omg.PortableServer._ServantLocatorStub,  org.omg.PortableServer._ServantActivatorStub,  org.omg.CORBA.DynamicImplementation,
ObjectImpl
abstract public class ObjectImpl implements org.omg.CORBA.Object(Code)




Method Summary
public  org.omg.CORBA.Request_create_request(org.omg.CORBA.Context ctx, String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result)
    
public  org.omg.CORBA.Request_create_request(org.omg.CORBA.Context ctx, String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result, org.omg.CORBA.ExceptionList exceptions, org.omg.CORBA.ContextList contexts)
    
public  org.omg.CORBA.Object_duplicate()
    
public  org.omg.CORBA.Object_get_component()
    
public  Delegate_get_delegate()
    
public  org.omg.CORBA.DomainManager[]_get_domain_managers()
    
public  org.omg.CORBA.InterfaceDef_get_interface()
    
public  org.omg.CORBA.Object_get_interface_def()
    
public  org.omg.CORBA.Policy_get_policy(int policy_type)
    
public  int_hash(int maximum)
    
abstract public  String[]_ids()
    
public  org.omg.CORBA.portable.InputStream_invoke(org.omg.CORBA.portable.OutputStream output)
    
public  boolean_is_a(String repository_id)
    
public  boolean_is_equivalent(org.omg.CORBA.Object that)
    
public  boolean_is_local()
    
public  boolean_non_existent()
    
public  org.omg.CORBA.ORB_orb()
    
public  void_release()
    
public  void_releaseReply(org.omg.CORBA.portable.InputStream input)
    
public  org.omg.CORBA.Request_request(String operation)
    
public  org.omg.CORBA.portable.OutputStream_request(String operation, boolean responseExpected)
    
public  void_servant_postinvoke(ServantObject servant)
    
public  ServantObject_servant_preinvoke(String operation, Class expectedType)
    
public  void_set_delegate(Delegate delegate)
    
public  org.omg.CORBA.Object_set_policy_override(org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)
    
public  booleanequals(java.lang.Object obj)
    
public  inthashCode()
    
public  StringtoString()
    



Method Detail
_create_request
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result)(Code)



_create_request
public org.omg.CORBA.Request _create_request(org.omg.CORBA.Context ctx, String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result, org.omg.CORBA.ExceptionList exceptions, org.omg.CORBA.ContextList contexts)(Code)



_duplicate
public org.omg.CORBA.Object _duplicate()(Code)



_get_component
public org.omg.CORBA.Object _get_component()(Code)



_get_delegate
public Delegate _get_delegate()(Code)



_get_domain_managers
public org.omg.CORBA.DomainManager[] _get_domain_managers()(Code)



_get_interface
public org.omg.CORBA.InterfaceDef _get_interface()(Code)



_get_interface_def
public org.omg.CORBA.Object _get_interface_def()(Code)



_get_policy
public org.omg.CORBA.Policy _get_policy(int policy_type)(Code)



_hash
public int _hash(int maximum)(Code)



_ids
abstract public String[] _ids()(Code)



_invoke
public org.omg.CORBA.portable.InputStream _invoke(org.omg.CORBA.portable.OutputStream output) throws ApplicationException, RemarshalException(Code)



_is_a
public boolean _is_a(String repository_id)(Code)



_is_equivalent
public boolean _is_equivalent(org.omg.CORBA.Object that)(Code)



_is_local
public boolean _is_local()(Code)



_non_existent
public boolean _non_existent()(Code)



_orb
public org.omg.CORBA.ORB _orb()(Code)



_release
public void _release()(Code)



_releaseReply
public void _releaseReply(org.omg.CORBA.portable.InputStream input)(Code)



_request
public org.omg.CORBA.Request _request(String operation)(Code)



_request
public org.omg.CORBA.portable.OutputStream _request(String operation, boolean responseExpected)(Code)



_servant_postinvoke
public void _servant_postinvoke(ServantObject servant)(Code)



_servant_preinvoke
public ServantObject _servant_preinvoke(String operation, Class expectedType)(Code)



_set_delegate
public void _set_delegate(Delegate delegate)(Code)



_set_policy_override
public org.omg.CORBA.Object _set_policy_override(org.omg.CORBA.Policy[] policies, org.omg.CORBA.SetOverrideType set_add)(Code)



equals
public boolean equals(java.lang.Object obj)(Code)



hashCode
public int hashCode()(Code)



toString
public String toString()(Code)



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.