org.ow2.jonas.webapp.jonasadmin.cmi
Class CmiClusterForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.ow2.jonas.webapp.jonasadmin.monitoring.BaseClusterForm
          extended by org.ow2.jonas.webapp.jonasadmin.cmi.CmiClusterForm
All Implemented Interfaces:
Serializable

public class CmiClusterForm
extends BaseClusterForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CmiClusterForm()
          Default constructor.
CmiClusterForm(String name, Set<String> objectList)
           
 
Method Summary
 String getAction()
           
 int getDelayToRefresh()
           
 String getMcastAddr()
           
 int getMcastPort()
           
 String getName()
           
 Set<String> getObjectList()
           
 String getProtocol()
           
 void setAction(String action)
           
 void setDelayToRefresh(int delayToRefresh)
           
 void setMcastAddr(String addr)
           
 void setMcastPort(int port)
           
 void setName(String name)
           
 void setObjectList(Set<String> objectList)
           
 void setProtocol(String proto)
           
 
Methods inherited from class org.ow2.jonas.webapp.jonasadmin.monitoring.BaseClusterForm
getState, setState
 
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

CmiClusterForm

public CmiClusterForm()
Default constructor.


CmiClusterForm

public CmiClusterForm(String name,
                      Set<String> objectList)
Parameters:
name -
objectList -
Method Detail

getMcastAddr

public String getMcastAddr()

setMcastAddr

public void setMcastAddr(String addr)

getMcastPort

public int getMcastPort()

setMcastPort

public void setMcastPort(int port)

getProtocol

public String getProtocol()

setProtocol

public void setProtocol(String proto)

getName

public String getName()
Overrides:
getName in class BaseClusterForm
Returns:
the name

setName

public void setName(String name)
Overrides:
setName in class BaseClusterForm
Parameters:
name - the name to set

getObjectList

public Set<String> getObjectList()
Returns:
the objectList

setObjectList

public void setObjectList(Set<String> objectList)
Parameters:
objectList - the objectList to set

getAction

public String getAction()

setAction

public void setAction(String action)

getDelayToRefresh

public int getDelayToRefresh()

setDelayToRefresh

public void setDelayToRefresh(int delayToRefresh)


Copyright © 2010 OW2 Consortium. All Rights Reserved.