Name

Delegate

Synopsis

A POA-compliant delegate for a server-side object implementation.

public interface Delegate {
// Public Instance Methods
   public abstract POA default_POA( Servant Self);  
   public abstract org.omg.CORBA.Object get_interface_def(
        Servant self);  
   public abstract boolean is_a(Servant Self, 
        String Repository_Id);  
   public abstract boolean non_existent( Servant Self);  
   public abstract byte[] object_id( Servant Self);  
   public abstract org.omg.CORBA.ORB orb( Servant Self);  
   public abstract POA poa( Servant Self);  
   public abstract org.omg.CORBA.Object this_object(
        Servant Self);  
}

Passed To

Servant._set_delegate()

Returned By

Servant._get_delegate()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.