org.jacorb.orb
public class ServantDelegate extends Object implements Delegate
Method Summary | |
---|---|
POA | default_POA(Servant self) |
Object | get_component(Servant self) |
InterfaceDef | get_interface(Servant self) |
Object | get_interface_def(Servant self) |
boolean | is_a(Servant self, String repid) |
boolean | non_existent(Servant self) |
byte[] | object_id(Servant self) |
ORB | orb(Servant self) |
POA | poa(Servant self) |
Object | this_object(Servant self) |
DomainManager[] | _get_domain_managers(Object self)
_get_domain_managers |
Policy | _get_policy(Object self, int policy_type)
_get_policy |
OutputStream | _invoke(Servant self, String method, InputStream _input, ResponseHandler handler)
Similar to invoke in InvokeHandler, which is ultimately implement by
skeletons. |