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

Diff of /classpath/org/omg/PortableInterceptor/IORInterceptor.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  import java.io.Serializable; Line 44  import java.io.Serializable;
44    
45  /**  /**
46   * An ORB service implementation may need to add information describing the   * An ORB service implementation may need to add information describing the
47   * server�s or object�s ORB service related capabilities to object references   * serverORB service related capabilities to object references
48   * (IORs). This is supported through the IORInterceptor and {@link IORInfo}   * (IORs). This is supported through the IORInterceptor and {@link IORInfo}
49   * interfaces. The IOR Interceptor is used to establish tagged components in the   * interfaces. The IOR Interceptor is used to establish tagged components in the
50   * profiles within a new IOR being created.   * profiles within a new IOR being created.
51   *   *
52   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
53   */   */
54  public interface IORInterceptor  public interface IORInterceptor extends IDLEntity,
55    extends IDLEntity, Interceptor, InterceptorOperations, IORInterceptorOperations,    Interceptor,
56            org.omg.CORBA.Object, Serializable    InterceptorOperations,
57      IORInterceptorOperations,
58      org.omg.CORBA.Object,
59      Serializable
60  {  {
61  }  }

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