Uses of Class
ecmwf.common.ectrans.ECtransException
Packages that use ECtransException
-
Uses of ECtransException in ecmwf.common.ectrans
Methods in ecmwf.common.ectrans that throw ECtransExceptionModifier and TypeMethodDescriptionvoidECtransContainer.asyncExec(ecmwf.common.ectrans.ECtransAction action, String cookie, String ecuser, String remote, String location) Async exec.voidECtransContainer.asyncExec(ecmwf.common.ectrans.ECtransAction action, String cookie, String ecuser, String remote, String location, ECtransCallback callback) Async exec.voidECtransContainer.asyncExec(ecmwf.common.ectrans.ECtransAction action, String cookie, String ecuser, String remote, String location, Options connectOptions, ECtransCallback callback) Async exec.voidECtransContainer.asyncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location) Async exec.voidECtransContainer.asyncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback) Async exec.abstract voidDel.abstract voidGets the.abstract ObjectECtransInterface.getAttribute(Object key) Gets the attribute.byte[]ECtransList.getListAsByteArray()Gets the list as a GZIPed byte array.String[]ECtransList.getListAsStringArray()Gets the list as a string array.abstract MSUserGets the MS user.ECtransContainer.getTransferURL(ECtransHistory history, String ecuser, String remote, String location, boolean hidePassword) Gets the transfer url.ECtransContainer.getTransferURL(RemoteProvider provider, ECtransHistory history, String ecuser, String remote, String location, boolean hidePassword) Gets the transfer url.abstract ObjectInvoke.abstract voidPuts the.abstract voidECtransInterface.setAttribute(Object key, Object value) Sets the attribute.abstract longSize.voidECtransContainer.syncExec(ecmwf.common.ectrans.ECtransAction action, String cookie, String ecuser, String remote, String location, boolean interruptible) Sync exec.voidECtransContainer.syncExec(ecmwf.common.ectrans.ECtransAction action, String cookie, String ecuser, String remote, String location, ECtransCallback callback, boolean interruptible) Sync exec.voidECtransContainer.syncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, boolean interruptible) Sync exec.voidECtransContainer.syncExec(RemoteProvider provider, ECUser ecuser, MSUser msuser, ECtransDestination destination, ecmwf.common.ectrans.ECtransAction action, String cookie, String location, ECtransCallback callback, boolean interruptible) Sync exec. -
Uses of ECtransException in ecmwf.ecpds.master.transfer
Methods in ecmwf.ecpds.master.transfer that throw ECtransExceptionModifier and TypeMethodDescriptionstatic voidTransferManagement.check(String moverName, MoverInterface mover, long ticket) Check.static voidTransferManagement.del(String moverName, MoverInterface mover, Host host, String source) Del.static ProxySocketTransferManagement.get(String moverName, MoverInterface mover, Host host, String source, long remotePosn, boolean removeOriginal) Gets the.static String[]TransferManagement.list(String moverName, MoverInterface mover, Host host, String source, String pattern) List.static voidTransferManagement.mkdir(String moverName, MoverInterface mover, Host host, String dir) Mkdir.static voidTransferManagement.move(String moverName, MoverInterface mover, Host host, String source, String target) Move.static DataTransferTransferManagement.put(String moverName, MoverInterface mover, Host[] hostsForSource, DataTransfer transfer) Puts the.static ProxySocketTransferManagement.put(String moverName, MoverInterface mover, Host host, String target, long remotePosn, long size) Puts the.static voidTransferManagement.rmdir(String moverName, MoverInterface mover, Host host, String dir) Rmdir.static longTransferManagement.size(String moverName, MoverInterface mover, Host host, String source) Size. -
Uses of ECtransException in ecmwf.ecpds.mover
Methods in ecmwf.ecpds.mover that throw ECtransExceptionModifier and TypeMethodDescriptionbooleanMoverInterface.close(DataTransfer transfer) Close.booleanMoverServer.close(DataTransfer transfer) Close.booleanDel.voidMoverInterface.del(DataTransfer transfer, String fileName) Del.booleanDel.voidDel.booleanDel.voidMoverServer.del(DataTransfer transfer, String fileName) Del.booleanDel.voidDel.Gets the.Gets the.MoverServer.get(OutputStream out, Host host, String source, long remotePosn, DataFile dataFile) Allow providing an output stream to retrieve a file.MoverInterface.listAsByteArray(Host host, String directory, String pattern, boolean synchronous) List2.MoverServer.listAsByteArray(Host host, String directory, String pattern, boolean synchronous) List2.String[]MoverInterface.listAsStringArray(Host host, String source, String pattern) List.String[]MoverServer.listAsStringArray(Host host, String directory, String pattern) List.voidMkdir.voidMkdir.voidMove.voidMove.MoverInterface.put(Host[] hostsForSource, DataTransfer transfer, String fileName, long localPosn, long remotePosn) Puts the.Puts the.MoverServer.put(Host[] hostsForSource, DataTransfer transfer, String targetName, long localPosn, long remotePosn) Puts the.Puts the.Replicate.Replicate.voidRmdir.voidRmdir.longMoverInterface.size(DataTransfer transfer, String fileName) Size.longSize.longMoverServer.size(DataTransfer transfer, String fileName) Size.longSize.