Interface ExecuteHome

  • All Superinterfaces:
    jakarta.ejb.EJBHome, java.rmi.Remote

    public interface ExecuteHome
    extends jakarta.ejb.EJBHome
    Home interface for Enterprise Bean: Execute
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Execute create()
      Creates a default instance of Session Bean: Execute
      • Methods inherited from interface jakarta.ejb.EJBHome

        getEJBMetaData, getHomeHandle, remove, remove
    • Method Detail

      • create

        Execute create()
                throws jakarta.ejb.CreateException,
                       java.rmi.RemoteException
        Creates a default instance of Session Bean: Execute
        Throws:
        jakarta.ejb.CreateException
        java.rmi.RemoteException