FileDocCategorySizeDatePackage
Delegate.javaAPI DocJava SE 5 API1179Fri Aug 26 14:58:34 BST 2005org.omg.CORBA_2_3.portable

Delegate

public abstract class Delegate extends org.omg.CORBA.portable.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.
see
org.omg.CORBA.portable.Delegate
author
OMG
version
1.13 12/19/03
since
JDK1.2

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Stringget_codebase(org.omg.CORBA.Object self)
Returns the codebase for object reference provided.

param
self the object reference whose codebase needs to be returned.
return
the codebase as a space delimited list of url strings or null if none.

        return null;