FileDocCategorySizeDatePackage
_Remote_Stub.javaAPI DocJava SE 5 API1409Fri Aug 26 14:58:36 BST 2005org.omg.stub.java.rmi

_Remote_Stub

public final class _Remote_Stub extends javax.rmi.CORBA.Stub implements Remote
This class provides the Stub for the Remote Type. The class is generated by the rmic compiler, and is still under works at OMG. It's contents are subject to change without notice as the specification evolves.

Fields Summary
private static final String[]
_type_ids
Constructors Summary
Methods Summary
public java.lang.String[]_ids()
Returns an array of repository ids that an object implements. The string at index zero represents the most derived interface. The last id, for the generic CORBA object is (i.e., IDL:omg.org/CORBA/Object:1.0") is implied and not present.

return
an array of repository ids that an object implements.

    
                                                        
       
        return (String[]) _type_ids.clone();