Interface RemoteSiteConfiguration
-
public interface RemoteSiteConfigurationConfiguration of a channel to a remote site, used by the RELAY2 protocol.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChannelFactorygetChannelFactory()StringgetClusterName()StringgetName()
-
-
-
Method Detail
-
getName
String getName()
-
getChannelFactory
ChannelFactory getChannelFactory()
-
getClusterName
String getClusterName()
-
-