Interface PayaraClient

  • All Known Implementing Classes:
    PayaraClientService

    public interface PayaraClient
    Author:
    Z.Paulovics
    • Method Detail

      • startUp

        void startUp()
        Start-up the server
        • Get the node addresses list associated with the target
        • Check the status of the target server instance
        • In case of cluster tries to fund an instance which has RUNNING status
      • doDeploy

        org.jboss.arquillian.container.spi.client.protocol.metadata.HTTPContext doDeploy​(String name,
                                                                                         PayaraClient.MultiPart form)
                                                                                  throws org.jboss.arquillian.container.spi.client.container.DeploymentException
        Do deploy an application defined by a multipart form's data to the target server or cluster of Payara
        Parameters:
        name - - name of the application form - a form of MediaType.MULTIPART_FORM_DATA_TYPE
        form - - form containing data to be deployed
        Returns:
        subComponents - a map of SubComponents of the application
        Throws:
        org.jboss.arquillian.container.spi.client.container.DeploymentException - if something goes wrong with the deployment
      • isDASRunning

        boolean isDASRunning()
        Verify whether the Domain Administration Server is running.
        Returns:
        true if the DAS is running, false otherwise