org.inria.myriads.snoozecommon.communication.groupmanager
Class ListenSettings

java.lang.Object
  extended by org.inria.myriads.snoozecommon.communication.groupmanager.ListenSettings
All Implemented Interfaces:
Serializable

public class ListenSettings
extends Object
implements Serializable

Listen settings.

Author:
Eugen Feller
See Also:
Serialized Form

Constructor Summary
ListenSettings()
          Empty constructor.
ListenSettings(ListenSettings settings)
          Copy construcor.
 
Method Summary
 NetworkAddress getControlDataAddress()
          Returns the control data address.
 NetworkAddress getMonitoringDataAddress()
          Returns the monutoring data address.
 void setControlDataAddress(NetworkAddress controlDataAddress)
          Sets the control data address.
 void setMonitoringDataAddress(NetworkAddress monitoringDataAddress)
          Sets the monitring data address.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenSettings

public ListenSettings()
Empty constructor.


ListenSettings

public ListenSettings(ListenSettings settings)
Copy construcor.

Parameters:
settings - The settings
Method Detail

setControlDataAddress

public void setControlDataAddress(NetworkAddress controlDataAddress)
Sets the control data address.

Parameters:
controlDataAddress - The control data address

getControlDataAddress

public NetworkAddress getControlDataAddress()
Returns the control data address.

Returns:
The control data address

setMonitoringDataAddress

public void setMonitoringDataAddress(NetworkAddress monitoringDataAddress)
Sets the monitring data address.

Parameters:
monitoringDataAddress - The monitoring data address

getMonitoringDataAddress

public NetworkAddress getMonitoringDataAddress()
Returns the monutoring data address.

Returns:
The monitoring data address


Copyright © 2012. All Rights Reserved.