Uses of Class
org.bedework.calsvc.scheduling.hosts.HostInfo
Packages that use HostInfo
-
Uses of HostInfo in org.bedework.calsvc.scheduling
Methods in org.bedework.calsvc.scheduling that return HostInfoMethods in org.bedework.calsvc.scheduling with parameters of type HostInfo -
Uses of HostInfo in org.bedework.calsvc.scheduling.hosts
Methods in org.bedework.calsvc.scheduling.hosts that return HostInfoModifier and TypeMethodDescriptionstatic HostInfoBwHosts.getHostForRecipient(String val) Return host information for the given parameter which might be a url or an email address.static HostInfoBwHosts.getHostInfo(String name) Response.getHostInfo()Methods in org.bedework.calsvc.scheduling.hosts with parameters of type HostInfoModifier and TypeMethodDescriptionvoidAdd a host.intintvoidDelete a host.IscheduleClient.getFreeBusy(HostInfo hi, org.bedework.calfacade.svc.EventInfo ei) Get the freebusy for the recipients specified in the event object, e.g.IscheduleClient.scheduleMeeting(HostInfo hi, org.bedework.calfacade.svc.EventInfo ei) Schedule a meeting with the recipients specified in the event object,voidIscheduleClient.send(IscheduleOut iout, HostInfo hi, Response resp) voidResponse.setHostInfo(HostInfo val) voidIscheduleOut.sign(HostInfo hinfo, PrivateKey key) voidUpdate a host.Constructors in org.bedework.calsvc.scheduling.hosts with parameters of type HostInfo