org.omg.stub.java.rmi

Class _Remote_Stub

public final class _Remote_Stub extends Stub implements Remote, Serializable

Provides a stub for Remote type. Despite this class has appeared since v 1.3, it is oficially marked as incomplete at least till v 1.5 inclusive. Hence significant alterations are expected in the future.
Method Summary
String[]_ids()
Returs the array of repository ids, implemented by this object.

Method Detail

_ids

public String[] _ids()
Returs the array of repository ids, implemented by this object. The method must be overridden to return the meaningful information.

Returns: a single member array, containing empty string (if not overridden).