Class CHApplication
java.lang.Object
com.aeontronix.enhancedmule.tools.anypoint.AnypointObject<Environment>
com.aeontronix.enhancedmule.tools.runtime.CHApplication
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class com.aeontronix.enhancedmule.tools.anypoint.AnypointObject
client, httpHelper, json, jsonHelper, parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CHApplicationfind(Environment environment, String domain) longrefresh()voidsetDeploymentUpdateStatus(String deploymentUpdateStatus) voidvoidsetLastUpdateTime(long lastUpdateTime) voidsetProperties(Map<String, String> properties) voidvoidvoidsetVersionId(String versionId) voidstart()
-
Constructor Details
-
CHApplication
public CHApplication()
-
-
Method Details
-
getDomain
-
setDomain
-
getVersionId
-
setVersionId
-
getStatus
-
setStatus
-
getDeploymentUpdateStatus
-
setDeploymentUpdateStatus
-
getRegion
-
setRegion
-
getLastUpdateTime
public long getLastUpdateTime() -
setLastUpdateTime
public void setLastUpdateTime(long lastUpdateTime) -
getProperties
-
setProperties
-
refresh
- Throws:
HttpExceptionNotFoundException
-
find
public static CHApplication find(Environment environment, String domain) throws HttpException, NotFoundException - Throws:
HttpExceptionNotFoundException
-
start
- Throws:
HttpException
-