Uses of Interface
de.hybris.platform.mediaconversion.os.process.RMIRegistryService
-
Packages that use RMIRegistryService Package Description de.hybris.platform.mediaconversion.os.process.factory de.hybris.platform.mediaconversion.os.process.impl -
-
Uses of RMIRegistryService in de.hybris.platform.mediaconversion.os.process.factory
Methods in de.hybris.platform.mediaconversion.os.process.factory that return RMIRegistryService Modifier and Type Method Description RMIRegistryServiceProcessExecutorFactory. getRmiRegistryService()Methods in de.hybris.platform.mediaconversion.os.process.factory with parameters of type RMIRegistryService Modifier and Type Method Description voidProcessExecutorFactory. 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 RMIRegistryService Modifier and Type Class Description classDefaultRMIRegistryServiceDefaultRMIRegistryServicehooking in to the spring lifecycle.Methods in de.hybris.platform.mediaconversion.os.process.impl that return RMIRegistryService Modifier and Type Method Description RMIRegistryServiceDefaultRemoteDrain. getRmiRegistryService()Methods in de.hybris.platform.mediaconversion.os.process.impl with parameters of type RMIRegistryService Modifier and Type Method Description voidDefaultRemoteDrain. setRmiRegistryService(RMIRegistryService rmiRegistryService)Constructors in de.hybris.platform.mediaconversion.os.process.impl with parameters of type RMIRegistryService Constructor Description ProcessExecutorClient(org.apache.commons.configuration.Configuration conf, RMIRegistryService rmiReg, ProcessContextRegistry contextReg, java.lang.String tenantName)constructs a new client, starts theProcessExecutorServerand connects to it.
-