Uses of Interface
org.tentackle.update.UpdateService
-
Uses of UpdateService in org.tentackle.update
Classes in org.tentackle.update that implement UpdateServiceModifier and TypeClassDescriptionclassServer side update service implementation.Methods in org.tentackle.update that return UpdateServiceModifier and TypeMethodDescriptionprotected UpdateServiceServerUpdateUtilities.createUpdateServiceImpl(Class<? extends UpdateService> updateServiceImplClass, int port, String updateUrlName, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Creates the update service implementation.
Invoked byServerUpdateUtilities.exportUpdateService(String, String, Class, RMIClientSocketFactory, RMIServerSocketFactory).ClientUpdateUtilities.getUpdateService(String serviceName, RMIClientSocketFactory csf) Gets the remote update service object.Method parameters in org.tentackle.update with type arguments of type UpdateServiceModifier and TypeMethodDescriptionprotected UpdateServiceServerUpdateUtilities.createUpdateServiceImpl(Class<? extends UpdateService> updateServiceImplClass, int port, String updateUrlName, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Creates the update service implementation.
Invoked byServerUpdateUtilities.exportUpdateService(String, String, Class, RMIClientSocketFactory, RMIServerSocketFactory).voidServerUpdateUtilities.exportUpdateService(String serviceUrlName, String updateUrlName, Class<? extends UpdateService> updateServiceImplClass) Creates a registry and exports the update service using default socket factories.voidServerUpdateUtilities.exportUpdateService(String serviceUrlName, String updateUrlName, Class<? extends UpdateService> updateServiceImplClass, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Creates a registry and exports the update service.