/[classpath]/classpath/org/omg/PortableInterceptor/IORInterceptorOperations.java
ViewVC logotype

Diff of /classpath/org/omg/PortableInterceptor/IORInterceptorOperations.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by audriusa, Sun Aug 28 11:23:36 2005 UTC revision 1.3 by audriusa, Fri Nov 11 11:39:34 2005 UTC
# Line 47  package org.omg.PortableInterceptor; Line 47  package org.omg.PortableInterceptor;
47  public interface IORInterceptorOperations extends InterceptorOperations  public interface IORInterceptorOperations extends InterceptorOperations
48  {  {
49    /**    /**
50         * A server side ORB calls this method on all registered IORInterceptor's when     * A server side ORB calls this method on all registered IORInterceptor's when
51     * creating the object reference (IOR). The interceptors have the possibility     * creating the object reference (IOR). The interceptors have the possibility
52     * to add additional tags to the IOR being created.     * to add additional tags to the IOR being created.
53     *     *
54         * @param info the interface class providing methods to insert additional tags     * @param info the interface class providing methods to insert additional tags
55     * into IOR being constructed. The same instan     * into IOR being constructed.
56     */     */
57    public void establish_components(IORInfo info);    public void establish_components(IORInfo info);
58  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26