Uses of Class
ecmwf.ecpds.master.ECpdsSession
Packages that use ECpdsSession
-
Uses of ECpdsSession in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return ECpdsSessionModifier and TypeMethodDescriptionManagementInterface.getECpdsSession(String user, String password, String host, String agent, String comment) Gets the ecpds session.Methods in ecmwf.ecpds.master with parameters of type ECpdsSessionModifier and TypeMethodDescriptionvoidManagementInterface.cleanDataWindow(ECpdsSession session, Host host) Clean the data window host.ManagementInterface.cleanDestination(ECpdsSession session, String destinationName, long days) Clean destination.voidManagementInterface.closeECpdsSession(ECpdsSession session, boolean expired) Close ecpds session.voidManagementInterface.closeIncomingConnection(ECpdsSession session, String id) Close an incoming connection.ManagementInterface.computeFilterEfficiency(ECpdsSession session, String destinationName, String email, String filter, long date, boolean includeStdby, String pattern) Compute filter efficiency.ManagementInterface.copyDestination(ECpdsSession session, String fromDestination, String toDestination, String label, boolean copySharedHost) Copy destination.ManagementInterface.copyHost(ECpdsSession session, String destinationName, String hostName) Copy host.byte[]ManagementInterface.exec(ECpdsSession session, Map<String, String> environment, byte[] request, String service) Exec.voidManagementInterface.exportDestination(ECpdsSession session, String targetMaster, String fromDestination, boolean copySharedHost) Export destination.ManagementInterface.getHostReport(ECpdsSession session, Host proxyHost, Host host) Gets the host report.ManagementInterface.getMoverReport(ECpdsSession session, Host proxyHost) Gets the mover report.ManagementInterface.getOutput(ECpdsSession session, Host host) Gets the host output.ManagementInterface.getReport(ECpdsSession session, Host host) Gets the report.ManagementInterface.getReport(ECpdsSession session, TransferServer server) Gets the report.voidManagementInterface.holdAllDestinations(ECpdsSession session, boolean graceful) Hold all destinations.ManagementInterface.holdDestination(ECpdsSession session, String destinationName, boolean graceful) Hold destination.voidDataBaseInterface.insert(ECpdsSession session, DataBaseObject object, boolean createPk) Insert.booleanManagementInterface.interruptDataTransferRetrieval(ECpdsSession session, long id) Interrupt data transfer retrieval.voidDataBaseInterface.remove(ECpdsSession session, DataBaseObject object) Removes the.voidManagementInterface.removeCategory(ECpdsSession session, Category category) Removes the category.voidManagementInterface.removeDataFile(ECpdsSession session, DataFile file) Removes the data file.voidManagementInterface.removeDataTransfer(ECpdsSession session, DataTransfer transfer) Removes the data transfer.voidManagementInterface.removeDestination(ECpdsSession session, String destinationName) Removes the destination.voidManagementInterface.removeDestination(ECpdsSession session, String destinationName, boolean cleanOnly, boolean removeAll) Removes the destination.voidManagementInterface.removeECtransModule(ECpdsSession session, ECtransModule module) Removes the ectrans module.voidManagementInterface.removeHost(ECpdsSession session, Host host) Removes the host.voidManagementInterface.removeIncomingPolicy(ECpdsSession session, IncomingPolicy policy) Removes the IncomingPolicy.voidManagementInterface.removeIncomingUser(ECpdsSession session, IncomingUser user) Removes the IncomingUser.voidManagementInterface.removeTransferGroup(ECpdsSession session, TransferGroup group) Removes the transfer group.voidManagementInterface.removeTransferMethod(ECpdsSession session, TransferMethod method) Removes the transfer method.voidManagementInterface.removeTransferServer(ECpdsSession session, TransferServer server) Removes the transfer server.voidManagementInterface.removeUrl(ECpdsSession session, Url url) Removes the url.voidManagementInterface.removeWebUser(ECpdsSession session, WebUser user) Removes the web user.voidManagementInterface.resetTransferScheduleDate(ECpdsSession session, long id) Reset transfer schedule date.voidManagementInterface.resetTransferStatistics(ECpdsSession session, Host host) Reset the host stats.voidManagementInterface.restartAllDestinations(ECpdsSession session, boolean graceful) Restart all destinations.ManagementInterface.restartDestination(ECpdsSession session, String destinationName, boolean graceful) Restart destination.voidManagementInterface.saveWebUser(ECpdsSession session, WebUser webUser) Creates the web user.voidManagementInterface.sendECpdsMessage(ECpdsSession session, String from, String to, String cc, String subject, String content, String attachmentName, String attachmentContent) Sends an ecpds email message.voidManagementInterface.shutdown(ECpdsSession session, boolean graceful, boolean restart) Shutdown.voidManagementInterface.shutdownTransferServer(ECpdsSession session, TransferServer server, boolean graceful, boolean restart) Shutdown transfer server.longManagementInterface.transfer(ECpdsSession session, byte[] bytes, Host host, String target, long remotePosn) Transfer.voidDataBaseInterface.update(ECpdsSession session, DataBaseObject object) Update.voidManagementInterface.updateExpiryTime(ECpdsSession session, long id, Timestamp timetamp) Update expiry time.voidManagementInterface.updateFileMonitoringValue(ECpdsSession session, MonitoringValue value) Update file monitoring value.ManagementInterface.updateHost(ECpdsSession session, Host host) Update host.voidManagementInterface.updateTransferMonitoringValue(ECpdsSession session, MonitoringValue value) Update transfer monitoring value.voidManagementInterface.updateTransferPriority(ECpdsSession session, long id, int priority) Update transfer priority.booleanManagementInterface.updateTransferStatus(ECpdsSession session, long id, String code) Update transfer status. -
Uses of ECpdsSession in ecmwf.ecpds.master.plugin.http.dao
Methods in ecmwf.ecpds.master.plugin.http.dao that return ECpdsSessionModifier and TypeMethodDescriptionstatic ECpdsSessionUtil.getECpdsSessionFromObject(Object u) Gets the ecpds session from object.