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


org.omg.PortableServer.POAOperations

POAOperations
public interface POAOperations (Code)




Method Summary
public  byte[]activate_object(org.omg.PortableServer.Servant p_servant)
    
public  voidactivate_object_with_id(byte[] id, org.omg.PortableServer.Servant p_servant)
    
public  org.omg.PortableServer.POAcreate_POA(java.lang.String adapter_name, org.omg.PortableServer.POAManager a_POAManager, org.omg.CORBA.Policy[] policies)
    
public  org.omg.PortableServer.IdAssignmentPolicycreate_id_assignment_policy(org.omg.PortableServer.IdAssignmentPolicyValue value)
    
public  org.omg.PortableServer.IdUniquenessPolicycreate_id_uniqueness_policy(org.omg.PortableServer.IdUniquenessPolicyValue value)
    
public  org.omg.PortableServer.ImplicitActivationPolicycreate_implicit_activation_policy(org.omg.PortableServer.ImplicitActivationPolicyValue value)
    
public  org.omg.PortableServer.LifespanPolicycreate_lifespan_policy(org.omg.PortableServer.LifespanPolicyValue value)
    
public  org.omg.CORBA.Objectcreate_reference(java.lang.String intf)
    
public  org.omg.CORBA.Objectcreate_reference_with_id(byte[] oid, java.lang.String intf)
    
public  org.omg.PortableServer.RequestProcessingPolicycreate_request_processing_policy(org.omg.PortableServer.RequestProcessingPolicyValue value)
    
public  org.omg.PortableServer.ServantRetentionPolicycreate_servant_retention_policy(org.omg.PortableServer.ServantRetentionPolicyValue value)
    
public  org.omg.PortableServer.ThreadPolicycreate_thread_policy(org.omg.PortableServer.ThreadPolicyValue value)
    
public  voiddeactivate_object(byte[] oid)
    
 voiddestroy(boolean etherealize_objects, boolean wait_for_completion)
    
public  org.omg.PortableServer.POAfind_POA(java.lang.String adapter_name, boolean activate_it)
    
public  org.omg.PortableServer.Servantget_servant()
    
public  org.omg.PortableServer.ServantManagerget_servant_manager()
    
public  org.omg.CORBA.Objectid_to_reference(byte[] oid)
    
public  org.omg.PortableServer.Servantid_to_servant(byte[] oid)
    
public  byte[]reference_to_id(org.omg.CORBA.Object reference)
    
public  org.omg.PortableServer.Servantreference_to_servant(org.omg.CORBA.Object reference)
    
public  byte[]servant_to_id(org.omg.PortableServer.Servant p_servant)
    
public  org.omg.CORBA.Objectservant_to_reference(org.omg.PortableServer.Servant p_servant)
    
public  voidset_servant(org.omg.PortableServer.Servant p_servant)
    
public  voidset_servant_manager(org.omg.PortableServer.ServantManager imgr)
    
public  org.omg.PortableServer.POAManagerthe_POAManager()
    
public  org.omg.PortableServer.AdapterActivatorthe_activator()
    
public  voidthe_activator(org.omg.PortableServer.AdapterActivator the_activator)
    
public  org.omg.PortableServer.POA[]the_children()
    
public  java.lang.Stringthe_name()
    
public  org.omg.PortableServer.POAthe_parent()
    



Method Detail
activate_object
public byte[] activate_object(org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.ServantAlreadyActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



activate_object_with_id
public void activate_object_with_id(byte[] id, org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.ServantAlreadyActive, org.omg.PortableServer.POAPackage.ObjectAlreadyActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



create_POA
public org.omg.PortableServer.POA create_POA(java.lang.String adapter_name, org.omg.PortableServer.POAManager a_POAManager, org.omg.CORBA.Policy[] policies) throws org.omg.PortableServer.POAPackage.AdapterAlreadyExists, org.omg.PortableServer.POAPackage.InvalidPolicy(Code)



create_id_assignment_policy
public org.omg.PortableServer.IdAssignmentPolicy create_id_assignment_policy(org.omg.PortableServer.IdAssignmentPolicyValue value)(Code)



create_id_uniqueness_policy
public org.omg.PortableServer.IdUniquenessPolicy create_id_uniqueness_policy(org.omg.PortableServer.IdUniquenessPolicyValue value)(Code)



create_implicit_activation_policy
public org.omg.PortableServer.ImplicitActivationPolicy create_implicit_activation_policy(org.omg.PortableServer.ImplicitActivationPolicyValue value)(Code)



create_lifespan_policy
public org.omg.PortableServer.LifespanPolicy create_lifespan_policy(org.omg.PortableServer.LifespanPolicyValue value)(Code)



create_reference
public org.omg.CORBA.Object create_reference(java.lang.String intf) throws org.omg.PortableServer.POAPackage.WrongPolicy(Code)



create_reference_with_id
public org.omg.CORBA.Object create_reference_with_id(byte[] oid, java.lang.String intf) throws org.omg.PortableServer.POAPackage.WrongPolicy(Code)



create_request_processing_policy
public org.omg.PortableServer.RequestProcessingPolicy create_request_processing_policy(org.omg.PortableServer.RequestProcessingPolicyValue value)(Code)



create_servant_retention_policy
public org.omg.PortableServer.ServantRetentionPolicy create_servant_retention_policy(org.omg.PortableServer.ServantRetentionPolicyValue value)(Code)



create_thread_policy
public org.omg.PortableServer.ThreadPolicy create_thread_policy(org.omg.PortableServer.ThreadPolicyValue value)(Code)



deactivate_object
public void deactivate_object(byte[] oid) throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



destroy
void destroy(boolean etherealize_objects, boolean wait_for_completion)(Code)



find_POA
public org.omg.PortableServer.POA find_POA(java.lang.String adapter_name, boolean activate_it) throws org.omg.PortableServer.POAPackage.AdapterNonExistent(Code)



get_servant
public org.omg.PortableServer.Servant get_servant() throws org.omg.PortableServer.POAPackage.NoServant, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



get_servant_manager
public org.omg.PortableServer.ServantManager get_servant_manager() throws org.omg.PortableServer.POAPackage.WrongPolicy(Code)



id_to_reference
public org.omg.CORBA.Object id_to_reference(byte[] oid) throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



id_to_servant
public org.omg.PortableServer.Servant id_to_servant(byte[] oid) throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



reference_to_id
public byte[] reference_to_id(org.omg.CORBA.Object reference) throws org.omg.PortableServer.POAPackage.WrongAdapter, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



reference_to_servant
public org.omg.PortableServer.Servant reference_to_servant(org.omg.CORBA.Object reference) throws org.omg.PortableServer.POAPackage.ObjectNotActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



servant_to_id
public byte[] servant_to_id(org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.ServantNotActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



servant_to_reference
public org.omg.CORBA.Object servant_to_reference(org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.ServantNotActive, org.omg.PortableServer.POAPackage.WrongPolicy(Code)



set_servant
public void set_servant(org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.WrongPolicy(Code)



set_servant_manager
public void set_servant_manager(org.omg.PortableServer.ServantManager imgr) throws org.omg.PortableServer.POAPackage.WrongPolicy(Code)



the_POAManager
public org.omg.PortableServer.POAManager the_POAManager()(Code)



the_activator
public org.omg.PortableServer.AdapterActivator the_activator()(Code)



the_activator
public void the_activator(org.omg.PortableServer.AdapterActivator the_activator)(Code)



the_children
public org.omg.PortableServer.POA[] the_children()(Code)



the_name
public java.lang.String the_name()(Code)



the_parent
public org.omg.PortableServer.POA the_parent()(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.