Uses of Interface
de.hybris.platform.mediaconversion.os.process.RMIRegistryService
Packages that use RMIRegistryService
Package
Description
-
Uses of RMIRegistryService in de.hybris.platform.mediaconversion.os.process.factory
Methods in de.hybris.platform.mediaconversion.os.process.factory that return RMIRegistryServiceMethods in de.hybris.platform.mediaconversion.os.process.factory with parameters of type RMIRegistryServiceModifier and TypeMethodDescriptionvoidProcessExecutorFactory.setRmiRegistryService(RMIRegistryService rmiRegistryService) -
Uses of RMIRegistryService in de.hybris.platform.mediaconversion.os.process.impl
Classes in de.hybris.platform.mediaconversion.os.process.impl that implement RMIRegistryServiceModifier and TypeClassDescriptionclassDefaultRMIRegistryServicehooking in to the spring lifecycle.Methods in de.hybris.platform.mediaconversion.os.process.impl that return RMIRegistryServiceMethods in de.hybris.platform.mediaconversion.os.process.impl with parameters of type RMIRegistryServiceModifier and TypeMethodDescriptionvoidDefaultRemoteDrain.setRmiRegistryService(RMIRegistryService rmiRegistryService) Constructors in de.hybris.platform.mediaconversion.os.process.impl with parameters of type RMIRegistryServiceModifierConstructorDescriptionProcessExecutorClient(org.apache.commons.configuration.Configuration conf, RMIRegistryService rmiReg, ProcessContextRegistry contextReg, String tenantName) constructs a new client, starts theProcessExecutorServerand connects to it.