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