Uses of Interface
ecmwf.common.ecaccess.ClientInterface
Packages that use ClientInterface
-
Uses of ClientInterface in ecmwf.common.ecaccess
Subinterfaces of ClientInterface in ecmwf.common.ecaccessClasses in ecmwf.common.ecaccess that implement ClientInterfaceMethods in ecmwf.common.ecaccess with type parameters of type ClientInterfaceModifier and TypeMethodDescription<T extends ClientInterface>
TECaccessProvider.getClientInterface
(String name, Class<T> clazz) Gets the client interface.<T extends ClientInterface>
TECaccessProvider.getClientInterface
(String root, String service, Class<T> clazz) Gets the client interface.Methods in ecmwf.common.ecaccess that return types with arguments of type ClientInterfaceModifier and TypeMethodDescriptionECaccessProvider.getClientInterfaces()
Gets the client interfaces.Methods in ecmwf.common.ecaccess with parameters of type ClientInterfaceModifier and TypeMethodDescriptionvoid
ECaccessProvider.addRoot
(ClientInterface access, String host, String root, String service) Adds the root.long
ECaccessProvider.subscribe
(ClientInterface access) Subscribe.long
ProviderInterface.subscribe
(ClientInterface access) Subscribe.Constructors in ecmwf.common.ecaccess with parameters of type ClientInterfaceModifierConstructorDescriptionConnectionManager
(Class<?> name, String host, short port, boolean replace, ClientInterface client) Instantiates a new connection manager. -
Uses of ClientInterface in ecmwf.ecpds.master
Classes in ecmwf.ecpds.master that implement ClientInterfaceMethods in ecmwf.ecpds.master with parameters of type ClientInterfaceModifier and TypeMethodDescriptionvoid
MasterServer.addRoot
(ClientInterface access, String host, String root, String service) Adds the root.Constructors in ecmwf.ecpds.master with parameters of type ClientInterfaceModifierConstructorDescriptionMasterConnection
(String host, short port, ClientInterface access) Instantiates a new master connection. -
Uses of ClientInterface in ecmwf.ecpds.mover
Subinterfaces of ClientInterface in ecmwf.ecpds.moverClasses in ecmwf.ecpds.mover that implement ClientInterface