Uses of Class
de.hybris.platform.cluster.AbstractBroadcastMethod
-
Packages that use AbstractBroadcastMethod Package Description de.hybris.platform.cluster de.hybris.platform.cluster.jgroups de.hybris.platform.cluster.udp -
-
Uses of AbstractBroadcastMethod in de.hybris.platform.cluster
Subclasses of AbstractBroadcastMethod in de.hybris.platform.cluster Modifier and Type Class Description classDummyBroadcastMethodTest dummy broadcast method.classLoopBackBroadcastMethodBroadcast method which directly sends all sent messages to its listeners. -
Uses of AbstractBroadcastMethod in de.hybris.platform.cluster.jgroups
Subclasses of AbstractBroadcastMethod in de.hybris.platform.cluster.jgroups Modifier and Type Class Description classJGroupsBroadcastMethod -
Uses of AbstractBroadcastMethod in de.hybris.platform.cluster.udp
Subclasses of AbstractBroadcastMethod in de.hybris.platform.cluster.udp Modifier and Type Class Description classUDPBroadcastMethodThe UDP based broadcasting method.classUnicastBroadcastMethodThe Unicast UDP based broadcasting method.
-