public interface ApplicationService
Modifier and Type | Method and Description |
---|---|
EntityIdentifier[] |
getApplicationsMappedToNode(EntityIdentifier nodeId)
Retrieves list of applications whose components are distributed (mapped) to the specified node.
|
ApplicationStructureDesc[] |
getApplicationStructureDetails(EntityIdentifier[] applicationId,
boolean deployedConfiguration)
Retrieves the structure of the applications identified by the array of
application IDs passed as argument.
|
ApplicationSummaryDesc |
getApplicationSummaryById(EntityIdentifier appId)
Retrieve summary information for the specified AMX Application.
|
ApplicationSummaryDesc getApplicationSummaryById(EntityIdentifier appId) throws AdminException
appId
- the identifier for the application.AdminException
- if there was an error retrieving the infoApplicationStructureDesc[] getApplicationStructureDetails(EntityIdentifier[] applicationId, boolean deployedConfiguration) throws AdminException
applicationIds
- identifiers for the applicationdeployedConfiguration
- If set true then deployedConfiguration is returned. Else
current configuration is returnedAdminException
EntityIdentifier[] getApplicationsMappedToNode(EntityIdentifier nodeId) throws AdminException
nodeId
- EntityIdentifier for the nodeAdminException