/[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.1.2.1 by gnu_andrew, Tue Aug 16 16:22:39 2005 UTC revision 1.1.2.2 by gnu_andrew, Sat Sep 10 15:32:05 2005 UTC
# Line 44  package org.omg.PortableInterceptor; Line 44  package org.omg.PortableInterceptor;
44   *   *
45   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
46   */   */
47  public interface IORInterceptorOperations  public interface IORInterceptorOperations extends InterceptorOperations
   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. The same instan
56     */     */
57    public void establish_components(IORInfo info);    public void establish_components(IORInfo info);

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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