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

Diff of /classpath/org/omg/PortableInterceptor/Interceptor.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 46  import org.omg.CORBA.portable.IDLEntity; Line 46  import org.omg.CORBA.portable.IDLEntity;
46   * intercept the normal flow of execution in creation of IOR, sending request,   * intercept the normal flow of execution in creation of IOR, sending request,
47   * receiving request and returning the reply.   * receiving request and returning the reply.
48   *   *
49   * See {@link org.omg.PortableInterceptor} for more details about the possible   * See {@link ORBInitializer} for explanation, how the interceptors are
50   * interceptors and how to register them within the ORB.   * registered within the ORB.
51   *   *
52   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
53   */   */
54  public interface Interceptor  public interface Interceptor extends InterceptorOperations,
55    extends InterceptorOperations, Object, IDLEntity    Object,
56      IDLEntity
57  {  {
58  }  }

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