org.omg.CORBA_2_3.portable
Class Delegate
public abstract
class
Delegate
extends Delegate
Extends the previous version of the Delegate by one additional method,
defined in CORBA 2_3 .
Returns the codebase for the provided object reference.
A codebase is a location information (for instance, URL), specifying,
where the missing parts of the object code can be downloaded. This
is important for the value type objects that handle they method calls
locally and hence must have the local copy of the implementing code.
This method must be overridden to get functionality, the default method
always returns an empty string.
Returns: normally, an agreed location information, specifying, where
the supporting code (like java classes) can be found.