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