Uses of Class
cz.metacentrum.perun.core.api.exceptions.HostExistsException
Packages that use HostExistsException
Package
Description
-
Uses of HostExistsException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw HostExistsExceptionModifier and TypeMethodDescriptionFacilitiesManager.addHosts
(PerunSession sess, Facility facility, List<String> hosts) Create hosts in Perun and add them to the Facility.FacilitiesManager.addHosts
(PerunSession sess, List<Host> hosts, Facility facility) Adds hosts to the Facility. -
Uses of HostExistsException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw HostExistsExceptionModifier and TypeMethodDescriptionFacilitiesManagerBl.addHosts
(PerunSession sess, Facility facility, List<String> hosts) Create hosts in Perun and add them to the Facility.FacilitiesManagerBl.addHosts
(PerunSession sess, List<Host> hosts, Facility facility) Create hosts in Perun and add them to the Facility Note: If you wish to add more hosts, it is recommended to prepare a Listof them so as there can be only one database call. -
Uses of HostExistsException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw HostExistsException -
Uses of HostExistsException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw HostExistsException