1 28 29 30 package org.objectweb.ccm.runtime; 31 32 import org.objectweb.corba.runtime.*; 33 34 37 public interface CallInterceptorFactory 38 { 39 42 public void 43 setContextInfo(ORBService orbs, ServicesSet sset, String uuid); 44 45 48 public org.omg.PortableServer.Servant  49 createSkeletonInterceptor(short sid, org.omg.CORBA.Object executor); 50 51 54 public org.omg.CORBA.Object  55 createStubInterceptor(String name, org.omg.CORBA.Object delegate); 56 57 62 public org.omg.CORBA.Object  63 createUntypedStubInterceptor(String name, org.omg.CORBA.Object delegate); 64 } 65 | Popular Tags |