org.hornetq.api.core
Class UDPBroadcastGroupConfiguration
java.lang.Object
org.hornetq.api.core.UDPBroadcastGroupConfiguration
- All Implemented Interfaces:
- Serializable, BroadcastEndpointFactoryConfiguration
public final class UDPBroadcastGroupConfiguration
- extends Object
- implements BroadcastEndpointFactoryConfiguration
The configuration used to determine how the server will broadcast members
This is analogous to DiscoveryGroupConfiguration
- Author:
- Tim Fox
Created 18 Nov 2008 08:44:30
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDPBroadcastGroupConfiguration
public UDPBroadcastGroupConfiguration(String groupAddress,
int groupPort,
String localBindAddress,
int localBindPort)
createBroadcastEndpointFactory
public BroadcastEndpointFactory createBroadcastEndpointFactory()
- Specified by:
createBroadcastEndpointFactory
in interface BroadcastEndpointFactoryConfiguration
getGroupAddress
public String getGroupAddress()
getGroupPort
public int getGroupPort()
getLocalBindPort
public int getLocalBindPort()
getLocalBindAddress
public String getLocalBindAddress()
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.