001 package org.omg.PortableServer;
002
003
004 /**
005 * Generated from IDL interface "POA".
006 *
007 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
008 * @version generated at Nov 6, 2011 12:20:27 AM
009 */
010
011 public class POALocalTie
012 extends _POALocalBase
013 {
014 private POAOperations _delegate;
015
016 public POALocalTie(POAOperations delegate)
017 {
018 _delegate = delegate;
019 }
020 public POAOperations _delegate()
021 {
022 return _delegate;
023 }
024 public void _delegate(POAOperations delegate)
025 {
026 _delegate = delegate;
027 }
028 public void set_servant(org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.WrongPolicy
029 {
030 _delegate.set_servant(p_servant);
031 }
032
033 public org.omg.PortableServer.ServantManager get_servant_manager() throws org.omg.PortableServer.POAPackage.WrongPolicy
034 {
035 return _delegate.get_servant_manager();
036 }
037
038 public org.omg.PortableServer.ServantRetentionPolicy create_servant_retention_policy(org.omg.PortableServer.ServantRetentionPolicyValue value)
039 {
040 return _delegate.create_servant_retention_policy(value);
041 }
042
043 public org.omg.PortableServer.POA[] the_children()
044 {
045 return _delegate.the_children();
046 }
047
048 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
049 {
050 return _delegate.servant_to_reference(p_servant);
051 }
052
053 public void deactivate_object(byte[] oid) throws org.omg.PortableServer.POAPackage.WrongPolicy,org.omg.PortableServer.POAPackage.ObjectNotActive
054 {
055 _delegate.deactivate_object(oid);
056 }
057
058 public org.omg.PortableServer.POA the_parent()
059 {
060 return _delegate.the_parent();
061 }
062
063 public org.omg.PortableServer.RequestProcessingPolicy create_request_processing_policy(org.omg.PortableServer.RequestProcessingPolicyValue value)
064 {
065 return _delegate.create_request_processing_policy(value);
066 }
067
068 public org.omg.CORBA.Object id_to_reference(byte[] oid) throws org.omg.PortableServer.POAPackage.WrongPolicy,org.omg.PortableServer.POAPackage.ObjectNotActive
069 {
070 return _delegate.id_to_reference(oid);
071 }
072
073 public void destroy(boolean etherealize_objects, boolean wait_for_completion)
074 {
075 _delegate.destroy(etherealize_objects,wait_for_completion);
076 }
077
078 public byte[] activate_object(org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.ServantAlreadyActive,org.omg.PortableServer.POAPackage.WrongPolicy
079 {
080 return _delegate.activate_object(p_servant);
081 }
082
083 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.InvalidPolicy,org.omg.PortableServer.POAPackage.AdapterAlreadyExists
084 {
085 return _delegate.create_POA(adapter_name,a_POAManager,policies);
086 }
087
088 public org.omg.PortableServer.POAManagerFactory the_POAManagerFactory()
089 {
090 return _delegate.the_POAManagerFactory();
091 }
092
093 public org.omg.PortableServer.IdUniquenessPolicy create_id_uniqueness_policy(org.omg.PortableServer.IdUniquenessPolicyValue value)
094 {
095 return _delegate.create_id_uniqueness_policy(value);
096 }
097
098 public void the_activator(org.omg.PortableServer.AdapterActivator a)
099 {
100 _delegate.the_activator(a);
101 }
102
103 public org.omg.PortableServer.ThreadPolicy create_thread_policy(org.omg.PortableServer.ThreadPolicyValue value)
104 {
105 return _delegate.create_thread_policy(value);
106 }
107
108 public void set_servant_manager(org.omg.PortableServer.ServantManager imgr) throws org.omg.PortableServer.POAPackage.WrongPolicy
109 {
110 _delegate.set_servant_manager(imgr);
111 }
112
113 public org.omg.PortableServer.ImplicitActivationPolicy create_implicit_activation_policy(org.omg.PortableServer.ImplicitActivationPolicyValue value)
114 {
115 return _delegate.create_implicit_activation_policy(value);
116 }
117
118 public org.omg.PortableServer.IdAssignmentPolicy create_id_assignment_policy(org.omg.PortableServer.IdAssignmentPolicyValue value)
119 {
120 return _delegate.create_id_assignment_policy(value);
121 }
122
123 public org.omg.CORBA.Object create_reference(java.lang.String intf) throws org.omg.PortableServer.POAPackage.WrongPolicy
124 {
125 return _delegate.create_reference(intf);
126 }
127
128 public org.omg.PortableServer.LifespanPolicy create_lifespan_policy(org.omg.PortableServer.LifespanPolicyValue value)
129 {
130 return _delegate.create_lifespan_policy(value);
131 }
132
133 public org.omg.PortableServer.Servant reference_to_servant(org.omg.CORBA.Object reference) throws org.omg.PortableServer.POAPackage.WrongAdapter,org.omg.PortableServer.POAPackage.WrongPolicy,org.omg.PortableServer.POAPackage.ObjectNotActive
134 {
135 return _delegate.reference_to_servant(reference);
136 }
137
138 public org.omg.PortableServer.POA find_POA(java.lang.String adapter_name, boolean activate_it) throws org.omg.PortableServer.POAPackage.AdapterNonExistent
139 {
140 return _delegate.find_POA(adapter_name,activate_it);
141 }
142
143 public org.omg.PortableServer.POAManager the_POAManager()
144 {
145 return _delegate.the_POAManager();
146 }
147
148 public byte[] id()
149 {
150 return _delegate.id();
151 }
152
153 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
154 {
155 _delegate.activate_object_with_id(id,p_servant);
156 }
157
158 public byte[] reference_to_id(org.omg.CORBA.Object reference) throws org.omg.PortableServer.POAPackage.WrongAdapter,org.omg.PortableServer.POAPackage.WrongPolicy
159 {
160 return _delegate.reference_to_id(reference);
161 }
162
163 public org.omg.PortableServer.Servant get_servant() throws org.omg.PortableServer.POAPackage.WrongPolicy,org.omg.PortableServer.POAPackage.NoServant
164 {
165 return _delegate.get_servant();
166 }
167
168 public org.omg.PortableServer.Servant id_to_servant(byte[] oid) throws org.omg.PortableServer.POAPackage.WrongPolicy,org.omg.PortableServer.POAPackage.ObjectNotActive
169 {
170 return _delegate.id_to_servant(oid);
171 }
172
173 public byte[] servant_to_id(org.omg.PortableServer.Servant p_servant) throws org.omg.PortableServer.POAPackage.ServantNotActive,org.omg.PortableServer.POAPackage.WrongPolicy
174 {
175 return _delegate.servant_to_id(p_servant);
176 }
177
178 public org.omg.PortableServer.AdapterActivator the_activator()
179 {
180 return _delegate.the_activator();
181 }
182
183 public org.omg.CORBA.Object create_reference_with_id(byte[] oid, java.lang.String intf)
184 {
185 return _delegate.create_reference_with_id(oid,intf);
186 }
187
188 public java.lang.String the_name()
189 {
190 return _delegate.the_name();
191 }
192
193 }