1. package org.omg.PortableInterceptor;
  2. /**
  3. * org/omg/PortableInterceptor/ObjectReferenceTemplate.java .
  4. * Generated by the IDL-to-Java compiler (portable), version "3.2"
  5. * from ../../../../src/share/classes/org/omg/PortableInterceptor/Interceptors.idl
  6. * Wednesday, September 15, 2004 10:28:46 AM GMT
  7. */
  8. /** The object reference template. An instance of this must
  9. * exist for each object adapter created in an ORB. The server_id,
  10. * orb_id, and adapter_name attributes uniquely identify this template
  11. * within the scope of an IMR. Note that adapter_id is similarly unique
  12. * within the same scope, but it is opaque, and less useful in many
  13. * cases.
  14. */
  15. public interface ObjectReferenceTemplate extends org.omg.PortableInterceptor.ObjectReferenceFactory
  16. {
  17. public abstract String server_id ();
  18. public abstract String orb_id ();
  19. public abstract String[] adapter_name ();
  20. } // interface ObjectReferenceTemplate