KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > PortableInterceptor > ObjectReferenceTemplate


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 JavaDoc
20 {
21   public abstract String JavaDoc server_id ();
22
23   public abstract String JavaDoc orb_id ();
24
25   public abstract String JavaDoc[] adapter_name ();
26
27 } // interface ObjectReferenceTemplate
28
Popular Tags