Listing 4: The home interface

//  Elided package and import statements.

public interface StaticLiaisonHome
    extends   EJBHome
{
    public StaticLiaisonRemoteProxy create()
    throws  CreateException
          , RemoteException;
}
— End of Listing —