1 7 8 package com.sun.corba.se.spi.protocol; 9 10 import org.omg.CORBA.portable.ServantObject ; 11 12 15 16 public interface LocalClientRequestDispatcher 17 { 18 public boolean useLocalInvocation(org.omg.CORBA.Object self); 19 20 public boolean is_local(org.omg.CORBA.Object self); 21 22 47 public ServantObject servant_preinvoke(org.omg.CORBA.Object self, 48 String operation, 49 Class expectedType); 50 51 public void servant_postinvoke(org.omg.CORBA.Object self, 52 ServantObject servant); 53 } 54 55 | Popular Tags |