1 22 package org.jboss.test.jca.interfaces; 23 24 27 public interface ConnectionFactorySerializationTestSessionHome extends javax.ejb.EJBHome  28 { 29 public static final String COMP_NAME = "java:comp/env/ejb/ConnectionFactorySerializationTestSession"; 30 31 public static final String JNDI_NAME = "ConnectionFactorySerializationTestSession"; 32 33 public org.jboss.test.jca.interfaces.ConnectionFactorySerializationTestSession create() 34 throws javax.ejb.CreateException , java.rmi.RemoteException ; 35 36 } 37 | Popular Tags |