Uses of Class
cz.metacentrum.perun.core.api.exceptions.HostAlreadyRemovedException
Packages that use HostAlreadyRemovedException
Package
Description
-
Uses of HostAlreadyRemovedException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw HostAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManager.deleteFacility
(PerunSession perunSession, Facility facility, Boolean force) Delete the facility by id.void
FacilitiesManager.removeHost
(PerunSession perunSession, Host host) Remove hosts from the Facility.void
FacilitiesManager.removeHostByHostname
(PerunSession perunSession, String hostname) Remove host from the Facility based on hostname.void
FacilitiesManager.removeHosts
(PerunSession sess, List<Host> hosts, Facility facility) Remove hosts from the Facility. -
Uses of HostAlreadyRemovedException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw HostAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManagerBl.deleteFacility
(PerunSession perunSession, Facility facility, Boolean force) Delete the facility by id.void
FacilitiesManagerBl.removeHost
(PerunSession perunSession, Host host, Facility facility) Remove hosts from the Facility.void
FacilitiesManagerBl.removeHosts
(PerunSession sess, List<Host> hosts, Facility facility) Remove hosts from the Facility. -
Uses of HostAlreadyRemovedException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw HostAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManagerBlImpl.deleteFacility
(PerunSession sess, Facility facility, Boolean force) void
FacilitiesManagerBlImpl.removeHost
(PerunSession sess, Host host, Facility facility) void
FacilitiesManagerBlImpl.removeHosts
(PerunSession sess, List<Host> hosts, Facility facility) -
Uses of HostAlreadyRemovedException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw HostAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManagerEntry.deleteFacility
(PerunSession sess, Facility facility, Boolean force) void
FacilitiesManagerEntry.removeHost
(PerunSession sess, Host host) void
FacilitiesManagerEntry.removeHostByHostname
(PerunSession sess, String hostname) void
FacilitiesManagerEntry.removeHosts
(PerunSession sess, List<Host> hosts, Facility facility) -
Uses of HostAlreadyRemovedException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw HostAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManagerImpl.removeHost
(PerunSession sess, Host host) -
Uses of HostAlreadyRemovedException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw HostAlreadyRemovedExceptionModifier and TypeMethodDescriptionvoid
FacilitiesManagerImplApi.removeHost
(PerunSession perunSession, Host host) Remove hosts from the Facility.