Uses of Class
ecmwf.common.database.IncomingConnection
Packages that use IncomingConnection
Package
Description
-
Uses of IncomingConnection in ecmwf.common.database
Fields in ecmwf.common.database with type parameters of type IncomingConnectionModifier and TypeFieldDescriptionprotected List
<IncomingConnection> IncomingUser.connectionsList
The incoming list of connections.Methods in ecmwf.common.database that return types with arguments of type IncomingConnectionMethod parameters in ecmwf.common.database with type arguments of type IncomingConnectionModifier and TypeMethodDescriptionvoid
IncomingUser.addConnections
(ArrayList<IncomingConnection> param) Add the new connections to the list. -
Uses of IncomingConnection in ecmwf.ecpds.master
Methods in ecmwf.ecpds.master that return types with arguments of type IncomingConnectionModifier and TypeMethodDescriptionMasterServer.getIncomingConnections()
Get all incoming connections from all data movers per user.Method parameters in ecmwf.ecpds.master with type arguments of type IncomingConnectionModifier and TypeMethodDescriptionvoid
MasterInterface.updateIncomingConnectionIds
(String serverName, List<IncomingConnection> incomingConnections) Update incoming connection ids.void
MasterServer.updateIncomingConnectionIds
(String serverName, List<IncomingConnection> incomingConnections) Update incoming connection ids. -
Uses of IncomingConnection in ecmwf.ecpds.master.plugin.http.dao.transfer
Methods in ecmwf.ecpds.master.plugin.http.dao.transfer that return types with arguments of type IncomingConnectionModifier and TypeMethodDescriptionIncomingUserBean.getIncomingConnections()
Gets the incoming connections. -
Uses of IncomingConnection in ecmwf.ecpds.master.plugin.http.model.transfer
Methods in ecmwf.ecpds.master.plugin.http.model.transfer that return types with arguments of type IncomingConnectionModifier and TypeMethodDescriptionIncomingUser.getIncomingConnections()
Gets the incoming connections. -
Uses of IncomingConnection in ecmwf.ecpds.mover
Methods in ecmwf.ecpds.mover that return IncomingConnectionModifier and TypeMethodDescriptionMoverProvider.UserDataSpace.getIncomingConnection()
Gets the incoming connection.Methods in ecmwf.ecpds.mover that return types with arguments of type IncomingConnectionModifier and TypeMethodDescriptionMoverInterface.getIncomingConnections()
Gets the incoming connections.static List
<IncomingConnection> MoverProvider.getIncomingConnections()
Gets the incoming connections.MoverServer.getIncomingConnections()
Gets the incoming connections.