1. /*
  2. * @(#)Identifiable.java 1.8 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. //Source file: J:/ws/serveractivation/src/share/classes/com.sun.corba.se.internal.ior/Identifiable.java
  8. package com.sun.corba.se.internal.ior;
  9. /**
  10. * @author
  11. */
  12. public interface Identifiable
  13. {
  14. /**
  15. * @return int
  16. * @exception
  17. * @author
  18. * @roseuid 3911D835039E
  19. */
  20. public int getId();
  21. }