Uses of Interface
com.collation.platform.model.topology.app.SoftwareInstallation

Packages that use SoftwareInstallation
com.collation.platform.model.topology.app   
com.collation.platform.model.topology.app.messaging.mq   
com.collation.platform.model.topology.sys   
 

Uses of SoftwareInstallation in com.collation.platform.model.topology.app
 

Methods in com.collation.platform.model.topology.app that return SoftwareInstallation
 SoftwareInstallation AppServer.getSoftwareInstallation()
           
 

Methods in com.collation.platform.model.topology.app with parameters of type SoftwareInstallation
 void AppServer.setSoftwareInstallation(SoftwareInstallation x)
           
 

Uses of SoftwareInstallation in com.collation.platform.model.topology.app.messaging.mq
 

Subinterfaces of SoftwareInstallation in com.collation.platform.model.topology.app.messaging.mq
 interface MQInstallation
           
 

Uses of SoftwareInstallation in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return SoftwareInstallation
 SoftwareInstallation[] OperatingSystem.getInstalledSoftware()
           
 SoftwareInstallation Service.getSoftwareInstallation()
           
 

Methods in com.collation.platform.model.topology.sys with parameters of type SoftwareInstallation
 void OperatingSystem.setInstalledSoftware(SoftwareInstallation[] s)
           
 void Service.setSoftwareInstallation(SoftwareInstallation x)