public interface ChannelProvider
configuration
Implementing classes are expected to have a public, no-arg constructor.| Modifier and Type | Method and Description |
|---|---|
org.jgroups.JChannel |
getChannel(RepositoryConfiguration.Clustering clusteringConfig)
A method that is used to instantiate the
JChannel object with the supplied configuration. |
org.jgroups.JChannel getChannel(RepositoryConfiguration.Clustering clusteringConfig) throws Exception
JChannel object with the supplied configuration.clusteringConfig - the configuration; should not be nullException - if there is a problem creating the new channel objectCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.