// Elided package and import statements. public interface StaticLiaisonHome extends EJBHome { public StaticLiaisonRemoteProxy create() throws CreateException , RemoteException; } End of Listing