1 45 package org.openejb.client; 46 47 import java.io.ObjectStreamException ; 48 import java.io.Serializable ; 49 50 import javax.ejb.EJBHome ; 51 52 57 public interface EJBHomeProxy extends Serializable , EJBHome { 58 59 65 public EJBHomeHandler getEJBHomeHandler(); 66 67 73 public Object writeReplace() throws ObjectStreamException ; 74 75 82 public Object readResolve() throws ObjectStreamException ; 83 84 } 85 86 87 88 89 90 91 | Popular Tags |