Package org.jboss.modcluster.config
Interface AdvertiseConfiguration
-
- All Known Implementing Classes:
AdvertiseConfigurationImpl,ModClusterConfig,ModClusterListener,ModClusterListener
public interface AdvertiseConfiguration- Author:
- Paul Ferraro, Radoslav Husar
-
-
Field Summary
Fields Modifier and Type Field Description static InetSocketAddressDEFAULT_SOCKET_ADDRESS
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkInterfacegetAdvertiseInterface()Multicast-enabledNetworkInterfaceto listen for advertisements.StringgetAdvertiseSecurityKey()Advertise security key.InetSocketAddressgetAdvertiseSocketAddress()ThreadFactorygetAdvertiseThreadFactory()
-
-
-
Field Detail
-
DEFAULT_SOCKET_ADDRESS
static final InetSocketAddress DEFAULT_SOCKET_ADDRESS
-
-
Method Detail
-
getAdvertiseSocketAddress
InetSocketAddress getAdvertiseSocketAddress()
-
getAdvertiseInterface
NetworkInterface getAdvertiseInterface()
Multicast-enabledNetworkInterfaceto listen for advertisements.
-
getAdvertiseSecurityKey
String getAdvertiseSecurityKey()
Advertise security key.
-
getAdvertiseThreadFactory
ThreadFactory getAdvertiseThreadFactory()
-
-