org.omg.PortableServer.portable

Interface Delegate

Known Implementing Classes:
ServantDelegate

public interface Delegate

Copyright (c) 1999-2000 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

POA
default_POA(Servant self)
InterfaceDef
get_interface(Servant self)
Deprecated. Deprecated by CORBA 2.4
Object
get_interface_def(Servant self)
boolean
is_a(Servant self, java.lang.String repository_id)
boolean
non_existent(Servant self)
byte[]
object_id(Servant self)
ORB
orb(Servant self)
POA
poa(Servant self)
Object
this_object(Servant self)

Method Details

default_POA

public POA default_POA(Servant self)


get_interface

public InterfaceDef get_interface(Servant self)

Deprecated. Deprecated by CORBA 2.4


get_interface_def

public Object get_interface_def(Servant self)


is_a

public boolean is_a(Servant self,
                    java.lang.String repository_id)


non_existent

public boolean non_existent(Servant self)


object_id

public byte[] object_id(Servant self)


orb

public ORB orb(Servant self)


poa

public POA poa(Servant self)


this_object

public Object this_object(Servant self)