Class HApplication

java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject<Server>
com.aeontronix.enhancedmule.tools.runtime.HApplication
All Implemented Interfaces:
Serializable

public class HApplication extends AnypointObject<Server>
See Also:
  • Constructor Details

    • HApplication

      public HApplication(Server parent)
    • HApplication

      public HApplication()
  • Method Details

    • getUriPath

      public String getUriPath()
    • getId

      public Integer getId()
    • setId

      public void setId(Integer id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDesiredStatus

      public String getDesiredStatus()
    • setDesiredStatus

      public void setDesiredStatus(String desiredStatus)
    • getLastReportedStatus

      public String getLastReportedStatus()
    • setLastReportedStatus

      public void setLastReportedStatus(String lastReportedStatus)
    • isStarted

      public boolean isStarted()
    • setStarted

      public void setStarted(boolean started)
    • getArtifact

      public ApplicationArtifact getArtifact()
    • setArtifact

      public void setArtifact(ApplicationArtifact artifact)
    • getApplicationDeployments

      public List<ApplicationDeployment> getApplicationDeployments()
    • setApplicationDeployments

      public void setApplicationDeployments(List<ApplicationDeployment> applicationDeployments)
    • matchDigest

      public boolean matchDigest(String digest)
    • refresh

      public HApplication refresh() throws HttpException
      Throws:
      HttpException