Uses of Interface
org.tentackle.update.UpdateService
-
Packages that use UpdateService Package Description org.tentackle.update -
-
Uses of UpdateService in org.tentackle.update
Classes in org.tentackle.update that implement UpdateService Modifier and Type Class Description classAbstractUpdateServiceImplServer side update service implementation.Methods in org.tentackle.update that return UpdateService Modifier and Type Method Description protected UpdateServiceServerUpdateUtilities. createUpdateServiceImpl(java.lang.Class<? extends UpdateService> updateServiceImplClass, int port, java.lang.String updateUrlName, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)Creates the update service implementation.
Invoked byServerUpdateUtilities.exportUpdateService(String, String, Class, RMIClientSocketFactory, RMIServerSocketFactory).UpdateServiceClientUpdateUtilities. getUpdateService(java.lang.String serviceName, java.rmi.server.RMIClientSocketFactory csf)Gets the remote update service object.Method parameters in org.tentackle.update with type arguments of type UpdateService Modifier and Type Method Description protected UpdateServiceServerUpdateUtilities. createUpdateServiceImpl(java.lang.Class<? extends UpdateService> updateServiceImplClass, int port, java.lang.String updateUrlName, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)Creates the update service implementation.
Invoked byServerUpdateUtilities.exportUpdateService(String, String, Class, RMIClientSocketFactory, RMIServerSocketFactory).voidServerUpdateUtilities. exportUpdateService(java.lang.String serviceUrlName, java.lang.String updateUrlName, java.lang.Class<? extends UpdateService> updateServiceImplClass)Creates a registry and exports the update service using default socket factories.voidServerUpdateUtilities. exportUpdateService(java.lang.String serviceUrlName, java.lang.String updateUrlName, java.lang.Class<? extends UpdateService> updateServiceImplClass, java.rmi.server.RMIClientSocketFactory csf, java.rmi.server.RMIServerSocketFactory ssf)Creates a registry and exports the update service.
-