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 TypeMethodDescriptionvoid
ManagementInterface.cleanDataWindow
(ECpdsSession session, Host host) Clean the data window host.ManagementInterface.cleanDestination
(ECpdsSession session, String destinationName, long days) Clean destination.void
ManagementInterface.closeECpdsSession
(ECpdsSession session, boolean expired) Close ecpds session.void
ManagementInterface.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.void
ManagementInterface.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.void
ManagementInterface.holdAllDestinations
(ECpdsSession session, boolean graceful) Hold all destinations.ManagementInterface.holdDestination
(ECpdsSession session, String destinationName, boolean graceful) Hold destination.void
DataBaseInterface.insert
(ECpdsSession session, DataBaseObject object, boolean createPk) Insert.boolean
ManagementInterface.interruptDataTransferRetrieval
(ECpdsSession session, long id) Interrupt data transfer retrieval.void
DataBaseInterface.remove
(ECpdsSession session, DataBaseObject object) Removes the.void
ManagementInterface.removeCategory
(ECpdsSession session, Category category) Removes the category.void
ManagementInterface.removeDataFile
(ECpdsSession session, DataFile file) Removes the data file.void
ManagementInterface.removeDataTransfer
(ECpdsSession session, DataTransfer transfer) Removes the data transfer.void
ManagementInterface.removeDestination
(ECpdsSession session, String destinationName) Removes the destination.void
ManagementInterface.removeDestination
(ECpdsSession session, String destinationName, boolean cleanOnly, boolean removeAll) Removes the destination.void
ManagementInterface.removeECtransModule
(ECpdsSession session, ECtransModule module) Removes the ectrans module.void
ManagementInterface.removeHost
(ECpdsSession session, Host host) Removes the host.void
ManagementInterface.removeIncomingPolicy
(ECpdsSession session, IncomingPolicy policy) Removes the IncomingPolicy.void
ManagementInterface.removeIncomingUser
(ECpdsSession session, IncomingUser user) Removes the IncomingUser.void
ManagementInterface.removeTransferGroup
(ECpdsSession session, TransferGroup group) Removes the transfer group.void
ManagementInterface.removeTransferMethod
(ECpdsSession session, TransferMethod method) Removes the transfer method.void
ManagementInterface.removeTransferServer
(ECpdsSession session, TransferServer server) Removes the transfer server.void
ManagementInterface.removeUrl
(ECpdsSession session, Url url) Removes the url.void
ManagementInterface.removeWebUser
(ECpdsSession session, WebUser user) Removes the web user.void
ManagementInterface.resetTransferScheduleDate
(ECpdsSession session, long id) Reset transfer schedule date.void
ManagementInterface.resetTransferStatistics
(ECpdsSession session, Host host) Reset the host stats.void
ManagementInterface.restartAllDestinations
(ECpdsSession session, boolean graceful) Restart all destinations.ManagementInterface.restartDestination
(ECpdsSession session, String destinationName, boolean graceful) Restart destination.void
ManagementInterface.saveWebUser
(ECpdsSession session, WebUser webUser) Creates the web user.void
ManagementInterface.sendECpdsMessage
(ECpdsSession session, String from, String to, String cc, String subject, String content, String attachmentName, String attachmentContent) Sends an ecpds email message.void
ManagementInterface.shutdown
(ECpdsSession session, boolean graceful, boolean restart) Shutdown.void
ManagementInterface.shutdownTransferServer
(ECpdsSession session, TransferServer server, boolean graceful, boolean restart) Shutdown transfer server.long
ManagementInterface.transfer
(ECpdsSession session, byte[] bytes, Host host, String target, long remotePosn) Transfer.void
DataBaseInterface.update
(ECpdsSession session, DataBaseObject object) Update.void
ManagementInterface.updateExpiryTime
(ECpdsSession session, long id, Timestamp timetamp) Update expiry time.void
ManagementInterface.updateFileMonitoringValue
(ECpdsSession session, MonitoringValue value) Update file monitoring value.ManagementInterface.updateHost
(ECpdsSession session, Host host) Update host.void
ManagementInterface.updateTransferMonitoringValue
(ECpdsSession session, MonitoringValue value) Update transfer monitoring value.void
ManagementInterface.updateTransferPriority
(ECpdsSession session, long id, int priority) Update transfer priority.boolean
ManagementInterface.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 ECpdsSession
Util.getECpdsSessionFromObject
(Object u) Gets the ecpds session from object.