Uses of Interface
org.infinispan.server.jgroups.spi.ChannelFactory
-
Packages that use ChannelFactory Package Description org.infinispan.server.jgroups org.infinispan.server.jgroups.subsystem -
-
Uses of ChannelFactory in org.infinispan.server.jgroups
Classes in org.infinispan.server.jgroups that implement ChannelFactory Modifier and Type Class Description classForkChannelFactoryFactory for creating forked channels.classJChannelFactoryFactory for creating fork-able channels.Constructors in org.infinispan.server.jgroups with parameters of type ChannelFactory Constructor Description ForkChannelFactory(org.jgroups.JChannel channel, ChannelFactory parentFactory, List<ProtocolConfiguration> protocols) -
Uses of ChannelFactory in org.infinispan.server.jgroups.subsystem
Methods in org.infinispan.server.jgroups.subsystem that return ChannelFactory Modifier and Type Method Description ChannelFactoryForkChannelFactoryBuilder. getValue()ChannelFactoryJChannelFactoryBuilder. getValue()Methods in org.infinispan.server.jgroups.subsystem that return types with arguments of type ChannelFactory Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<ChannelFactory>ForkChannelFactoryBuilder. build(org.jboss.msc.service.ServiceTarget target)org.jboss.msc.service.ServiceBuilder<ChannelFactory>JChannelFactoryBuilder. build(org.jboss.msc.service.ServiceTarget target)
-