1 23 package com.sun.enterprise; 24 25 import java.rmi.*; 26 27 import com.sun.ejb.Container; 28 29 30 38 public interface ProtocolManager { 39 40 44 RemoteReferenceFactory getRemoteReferenceFactory(Container container, 45 boolean remoteHomeView, 46 String id); 47 48 49 53 boolean isIdentical(Remote obj1, Remote obj2); 54 55 60 void validateTargetObjectInterfaces(Remote targetObj); 61 62 65 Throwable mapException(Throwable exception); 66 67 68 71 void connectObject(Remote remoteObj) throws RemoteException; 72 73 74 75 76 81 public void initializeNaming(java.io.File dbDir, int orbInitialPort) throws Exception ; 82 87 88 } 89 90 91 | Popular Tags |