/** * Create an instance of {@link JAXBElement }{@code <}{@link Timedout }{@code >}} * */ @XmlElementDecl(namespace = "urn:pbm", name = "TimedoutFault") public JAXBElement<Timedout> createTimedoutFault(Timedout value) { return new JAXBElement<Timedout>(_TimedoutFault_QNAME, Timedout.class, null, value); }
public void httpNfcLeaseAbort(LocalizedMethodFault fault) throws Timedout, InvalidState, RuntimeFault, RemoteException { getVimService().httpNfcLeaseAbort(getMOR(), fault); }
public void httpNfcLeaseComplete() throws Timedout, InvalidState, RuntimeFault, RemoteException { getVimService().httpNfcLeaseComplete(getMOR()); }
/** @since SDK4.1 */ public HttpNfcLeaseManifestEntry[] httpNfcLeaseGetManifest() throws Timedout, InvalidState, RuntimeFault, RemoteException { return getVimService().httpNfcLeaseGetManifest(getMOR()); }
public void httpNfcLeaseProgress(int percent) throws Timedout, RuntimeFault, RemoteException { getVimService().httpNfcLeaseProgress(getMOR(), percent); }