Class Delegate

java.lang.Object
org.omg.CORBA.portable.Delegate
org.omg.CORBA_2_3.portable.Delegate
Direct Known Subclasses:
ClientDelegate

public abstract class Delegate extends Delegate
Delegate class provides the ORB vendor specific implementation of CORBA object. It extends org.omg.CORBA.portable.Delegate and provides new methods that were defined by CORBA 2.3.
Since:
JDK1.2
Version:
1.16 07/27/07
See Also:
  • Constructor Details

    • Delegate

      public Delegate()
  • Method Details

    • get_codebase

      public String get_codebase(Object self)
      Returns the codebase for object reference provided.
      Parameters:
      self - the object reference whose codebase needs to be returned.
      Returns:
      the codebase as a space delimited list of url strings or null if none.