1. package org.omg.IOP;
  2. /**
  3. * org/omg/IOP/TAG_JAVA_CODEBASE.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.1"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/IOP.idl
  6. * Monday, February 23, 2004 7:03:03 AM GMT
  7. */
  8. public interface TAG_JAVA_CODEBASE
  9. {
  10. /**
  11. * Class downloading is supported for stubs, ties, values, and
  12. * value helpers. The specification allows transmission of codebase
  13. * information on the wire for stubs and ties, and enables usage of
  14. * pre-existing ClassLoaders when relevant.
  15. * <p>
  16. * For values and value helpers, the codebase is transmitted after the
  17. * value tag. For stubs and ties, the codebase is transmitted as
  18. * the TaggedComponent <code>TAG_JAVA_CODEBASE</code> in the IOR
  19. * profile, where the <code>component_data</code> is a CDR encapsulation
  20. * of the codebase written as an IDL string. The codebase is a
  21. * space-separated list of one or more URLs.
  22. */
  23. public static final int value = (int)(25);
  24. }