1. /*
  2. * @(#)_Remote_Stub.java 1.11 00/02/02
  3. *
  4. * Copyright 1999, 2000 Sun Microsystems, Inc. All Rights Reserved.
  5. *
  6. * This software is the proprietary information of Sun Microsystems, Inc.
  7. * Use is subject to license terms.
  8. *
  9. */
  10. /*
  11. * Licensed Materials - Property of IBM
  12. * RMI-IIOP v1.0
  13. * Copyright IBM Corp. 1998 1999 All Rights Reserved
  14. *
  15. * US Government Users Restricted Rights - Use, duplication or
  16. * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17. */
  18. // Stub class generated by rmic, do not edit.
  19. // Contents subject to change without notice.
  20. package org.omg.stub.java.rmi;
  21. import java.rmi.Remote;
  22. import javax.rmi.CORBA.Stub;
  23. /**
  24. * This class provides the Stub for the Remote Type. The class is generated
  25. * by the rmic compiler, and is still under works at OMG. It's contents are
  26. * subject to change without notice as the specification evolves.
  27. */
  28. public final class _Remote_Stub extends Stub implements Remote {
  29. private static final String _type_ids[] = {
  30. ""
  31. };
  32. /**
  33. * Returns an array of repository ids that an object implements.
  34. * The string at index zero represents the most derived interface. The last id,
  35. * for the generic CORBA object is (i.e., IDL:omg.org/CORBA/Object:1.0") is
  36. * implied and not present.
  37. * @return an array of repository ids that an object implements.
  38. */
  39. public String[] _ids() {
  40. return _type_ids;
  41. }
  42. }