Interface ExecuteLocalBusiness


  • public interface ExecuteLocalBusiness
    The local EJB interface for WOLA EJBs. All WOLA EJBs in Liberty must implement this interface.
    • Method Detail

      • execute

        byte[] execute​(byte[] input)
        Executes the WOLA EJB request.
        Parameters:
        data - - request data
        Returns:
        byte[] - response data