org.omg.PortableServer.portable
インタフェース Delegate


public interface Delegate


メソッドの概要
 POA default_POA(Servant self)
           
 Object get_interface_def(Servant self)
           
 InterfaceDef get_interface(Servant self)
          推奨されていません。 Deprecated by CORBA 2.4.?
 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)
           
 

メソッドの詳細

orb

public ORB orb(Servant self)

this_object

public Object this_object(Servant self)

poa

public POA poa(Servant self)

object_id

public byte[] object_id(Servant self)

default_POA

public POA default_POA(Servant self)

is_a

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

non_existent

public boolean non_existent(Servant self)

get_interface

public InterfaceDef get_interface(Servant self)
推奨されていません。 Deprecated by CORBA 2.4.?


get_interface_def

public Object get_interface_def(Servant self)