org.ow2.jonas.webapp.jonasadmin.service.discovery
Class DiscoveryServiceForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.ow2.jonas.webapp.jonasadmin.service.discovery.DiscoveryServiceForm
All Implemented Interfaces:
Serializable

public final class DiscoveryServiceForm
extends org.apache.struts.action.ActionForm

Form used to present the discovery service properties

Author:
Adriana Danes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DiscoveryServiceForm()
           
 
Method Summary
 boolean getMaster()
           
 String getMulticastAddress()
           
 String getMulticastPort()
           
 String getMulticastTtl()
           
 void setMaster(boolean isMaster)
           
 void setMulticastAddress(String multicastAddress)
           
 void setMulticastPort(String multicastPort)
           
 void setMulticastTtl(String multicastTtl)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryServiceForm

public DiscoveryServiceForm()
Method Detail

getMulticastTtl

public String getMulticastTtl()

setMulticastTtl

public void setMulticastTtl(String multicastTtl)

getMulticastAddress

public String getMulticastAddress()
Returns:
Returns the multicastAddress.

setMulticastAddress

public void setMulticastAddress(String multicastAddress)
Parameters:
multicastAddress - The multicastAddress to set.

getMulticastPort

public String getMulticastPort()
Returns:
Returns the multicastPort.

setMulticastPort

public void setMulticastPort(String multicastPort)
Parameters:
multicastPort - The multicastPort to set.

getMaster

public boolean getMaster()
Returns:
Returns the isMaster.

setMaster

public void setMaster(boolean isMaster)
Parameters:
isMaster - The isMaster to set.


Copyright © 2010 OW2 Consortium. All Rights Reserved.