1. /*
  2. * @(#)TaggedProfile.java 1.17 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/TaggedProfile.java
  8. package com.sun.corba.se.internal.ior;
  9. import org.omg.CORBA.ORB ;
  10. /**
  11. * @author
  12. */
  13. public interface TaggedProfile extends IdEncapsulation
  14. {
  15. /**
  16. * @return org.omg.IOP.TaggedProfile
  17. * @exception
  18. * @author
  19. * @roseuid 39808ED1027B
  20. */
  21. public org.omg.IOP.TaggedProfile getIOPProfile( ORB orb );
  22. /**
  23. * @return org.omg.IOP.TaggedComponent[]
  24. * @exception
  25. * @author
  26. * @roseuid 39808F2D00F7
  27. */
  28. public org.omg.IOP.TaggedComponent[] getIOPComponents(
  29. ORB orb, int id );
  30. }