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 TypeMethodDescriptionvoidFacilitiesManager.deleteFacility(PerunSession perunSession, Facility facility, Boolean force) Delete the facility by id.voidFacilitiesManager.removeHost(PerunSession perunSession, Host host) Remove hosts from the Facility.voidFacilitiesManager.removeHostByHostname(PerunSession perunSession, String hostname) Remove host from the Facility based on hostname.voidFacilitiesManager.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 TypeMethodDescriptionvoidFacilitiesManagerBl.deleteFacility(PerunSession perunSession, Facility facility, Boolean force) Delete the facility by id.voidFacilitiesManagerBl.removeHost(PerunSession perunSession, Host host, Facility facility) Remove hosts from the Facility.voidFacilitiesManagerBl.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 TypeMethodDescriptionvoidFacilitiesManagerBlImpl.deleteFacility(PerunSession sess, Facility facility, Boolean force) voidFacilitiesManagerBlImpl.removeHost(PerunSession sess, Host host, Facility facility) voidFacilitiesManagerBlImpl.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 TypeMethodDescriptionvoidFacilitiesManagerEntry.deleteFacility(PerunSession sess, Facility facility, Boolean force) voidFacilitiesManagerEntry.removeHost(PerunSession sess, Host host) voidFacilitiesManagerEntry.removeHostByHostname(PerunSession sess, String hostname) voidFacilitiesManagerEntry.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 TypeMethodDescriptionvoidFacilitiesManagerImpl.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 TypeMethodDescriptionvoidFacilitiesManagerImplApi.removeHost(PerunSession perunSession, Host host) Remove hosts from the Facility.