com.ibm.websphere.ola

Interface ExecuteLocalBusiness



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

      Methods 
      Modifier and Type Method and Description
      byte[] execute(byte[] input)
      Executes the WOLA EJB request.
    • Method Detail

      • execute

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