|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacorb.orb.ServantDelegate
public class ServantDelegate
JacORB-specific implementation of PortableServer.Servant $Id: ServantDelegate.java,v 1.28 2007/02/15 12:56:06 andre.spiegel Exp $
Method Summary | |
---|---|
org.omg.CORBA.DomainManager[] |
_get_domain_managers(org.omg.CORBA.Object self)
_get_domain_managers |
org.omg.CORBA.Policy |
_get_policy(org.omg.CORBA.Object self,
int policy_type)
_get_policy |
org.omg.CORBA.portable.OutputStream |
_invoke(org.omg.PortableServer.Servant self,
java.lang.String method,
org.omg.CORBA.portable.InputStream _input,
org.omg.CORBA.portable.ResponseHandler handler)
Similar to invoke in InvokeHandler, which is ultimately implement by skeletons. |
org.omg.PortableServer.POA |
default_POA(org.omg.PortableServer.Servant self)
|
org.omg.CORBA.Object |
get_component(org.omg.PortableServer.Servant self)
|
org.omg.CORBA.Object |
get_interface_def(org.omg.PortableServer.Servant self)
|
org.omg.CORBA.InterfaceDef |
get_interface(org.omg.PortableServer.Servant self)
|
boolean |
is_a(org.omg.PortableServer.Servant self,
java.lang.String repid)
|
boolean |
non_existent(org.omg.PortableServer.Servant self)
|
byte[] |
object_id(org.omg.PortableServer.Servant self)
|
org.omg.CORBA.ORB |
orb(org.omg.PortableServer.Servant self)
|
org.omg.PortableServer.POA |
poa(org.omg.PortableServer.Servant self)
|
org.omg.CORBA.Object |
this_object(org.omg.PortableServer.Servant self)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final org.omg.CORBA.Object this_object(org.omg.PortableServer.Servant self)
this_object
in interface org.omg.PortableServer.portable.Delegate
public final org.omg.CORBA.ORB orb(org.omg.PortableServer.Servant self)
orb
in interface org.omg.PortableServer.portable.Delegate
public final org.omg.PortableServer.POA poa(org.omg.PortableServer.Servant self)
poa
in interface org.omg.PortableServer.portable.Delegate
public final byte[] object_id(org.omg.PortableServer.Servant self)
object_id
in interface org.omg.PortableServer.portable.Delegate
public org.omg.PortableServer.POA default_POA(org.omg.PortableServer.Servant self)
default_POA
in interface org.omg.PortableServer.portable.Delegate
public boolean non_existent(org.omg.PortableServer.Servant self)
non_existent
in interface org.omg.PortableServer.portable.Delegate
public org.omg.CORBA.Object get_component(org.omg.PortableServer.Servant self)
public org.omg.CORBA.Object get_interface_def(org.omg.PortableServer.Servant self)
get_interface_def
in interface org.omg.PortableServer.portable.Delegate
public org.omg.CORBA.InterfaceDef get_interface(org.omg.PortableServer.Servant self)
public boolean is_a(org.omg.PortableServer.Servant self, java.lang.String repid)
is_a
in interface org.omg.PortableServer.portable.Delegate
public org.omg.CORBA.Policy _get_policy(org.omg.CORBA.Object self, int policy_type)
public org.omg.CORBA.DomainManager[] _get_domain_managers(org.omg.CORBA.Object self)
public org.omg.CORBA.portable.OutputStream _invoke(org.omg.PortableServer.Servant self, java.lang.String method, org.omg.CORBA.portable.InputStream _input, org.omg.CORBA.portable.ResponseHandler handler) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |