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