org.hornetq.api.core.management
Interface DiscoveryGroupControl

All Superinterfaces:
HornetQComponentControl

public interface DiscoveryGroupControl
extends HornetQComponentControl

A DiscoveryGroupControl is used to manage a discovery group.

Author:
Jeff Mesnil

Method Summary
 String getGroupAddress()
          Returns the address that this discovery group is listening to.
 int getGroupPort()
          Returns the port that this discovery group is listening to.
 String getName()
          Returns the configuration name of this discovery group.
 long getRefreshTimeout()
          Returns the refresh timeout used by this discovery group.
 
Methods inherited from interface org.hornetq.api.core.management.HornetQComponentControl
isStarted, start, stop
 

Method Detail

getName

String getName()
Returns the configuration name of this discovery group.


getGroupAddress

String getGroupAddress()
Returns the address that this discovery group is listening to.


getGroupPort

int getGroupPort()
Returns the port that this discovery group is listening to.


getRefreshTimeout

long getRefreshTimeout()
Returns the refresh timeout used by this discovery group.



Copyright © 2009 Red Hat Inc. All Rights Reserved.