1. /*
  2. * @(#)TaggedProfileTemplate.java 1.9 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/TaggedProfileTemplate.java
  8. package com.sun.corba.se.internal.ior;
  9. import java.util.List ;
  10. import com.sun.corba.se.internal.ior.Identifiable ;
  11. /**
  12. * @author
  13. */
  14. public interface TaggedProfileTemplate extends Identifiable, List
  15. {
  16. TaggedProfile create( ObjectId id ) ;
  17. }