org.hornetq.api.core
Class UDPBroadcastGroupConfiguration

java.lang.Object
  extended by 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

Constructor Summary
UDPBroadcastGroupConfiguration(String groupAddress, int groupPort, String localBindAddress, int localBindPort)
           
 
Method Summary
 BroadcastEndpointFactory createBroadcastEndpointFactory()
           
 String getGroupAddress()
           
 int getGroupPort()
           
 String getLocalBindAddress()
           
 int getLocalBindPort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPBroadcastGroupConfiguration

public UDPBroadcastGroupConfiguration(String groupAddress,
                                      int groupPort,
                                      String localBindAddress,
                                      int localBindPort)
Method Detail

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.