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

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

public class CmiObjectForm
extends org.apache.struts.action.ActionForm

See Also:
Serialized Form

Field Summary
 String itfName
          The interface name
 String name
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CmiObjectForm()
           
 
Method Summary
 String getAction()
           
 String getClusterName()
           
 LBAttribute getCurrentLBPolicy()
           
 String getCurrentLBPolicySelect()
           
 LBAttribute getCurrentLBStrategy()
           
 String getCurrentLBStrategySelect()
           
 String getCurrentSimpPropertySelect()
           
 String getCurrentSimpPropertyValue()
           
 String getItfName()
           
 int getMaxPoolSize()
           
 int getMaxPoolWaiters()
           
 int getMinPoolSize()
           
 String getName()
           
 String getNewLbPolicyCheck()
           
 org.apache.struts.upload.FormFile getNewLbPolicyClass()
           
 org.apache.struts.upload.FormFile getNewLbStrategy()
           
 String getNewLbStrategyCheck()
           
 long getPoolTimeout()
           
 Set<Attribute> getProperties()
           
 List<String> getServerRefs()
           
 Set<ClusterPropertyAttribute> getSimpleProperties()
           
 void setAction(String action)
           
 void setClusterName(String clusterName)
           
 void setCurrentLBPolicy(LBAttribute currentLBPolicy)
           
 void setCurrentLBPolicySelect(String currentLBPolicySelect)
           
 void setCurrentLBStrategy(LBAttribute currentLBStrategy)
           
 void setCurrentLBStrategySelect(String currentLBStrategySelect)
           
 void setCurrentSimpPropertySelect(String currentSimpPropertySelect)
           
 void setCurrentSimpPropertyValue(String currentSimpPropertyValue)
           
 void setItfName(String itfName)
           
 void setMaxPoolSize(int maxPoolSize)
           
 void setMaxPoolWaiters(int maxPoolWaiters)
           
 void setMinPoolSize(int minPoolSize)
           
 void setName(String name)
           
 void setNewLbPolicyCheck(String newLbPolicyCheck)
           
 void setNewLbPolicyClass(org.apache.struts.upload.FormFile newLbPolicyClass)
           
 void setNewLbStrategy(org.apache.struts.upload.FormFile newLbStrategy)
           
 void setNewLbStrategyCheck(String newLbStrategyCheck)
           
 void setPoolTimeout(long poolTimeout)
           
 void setProperties(Set<Attribute> properties)
           
 void setServerRefs(List<String> serverRefs)
           
 void setSimpleProperties(Set<ClusterPropertyAttribute> simpleProperties)
           
 
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
 

Field Detail

name

public String name

itfName

public String itfName
The interface name

Constructor Detail

CmiObjectForm

public CmiObjectForm()
Method Detail

getPoolTimeout

public long getPoolTimeout()
Returns:
the poolTimeout.

setPoolTimeout

public void setPoolTimeout(long poolTimeout)
Parameters:
poolTimeout - the poolTimeout to set.

getCurrentSimpPropertyValue

public String getCurrentSimpPropertyValue()
Returns:
the currentSimpPropertyValue

setCurrentSimpPropertyValue

public void setCurrentSimpPropertyValue(String currentSimpPropertyValue)
Parameters:
currentSimpPropertyValue - the currentSimpPropertyValue to set

getCurrentSimpPropertySelect

public String getCurrentSimpPropertySelect()
Returns:
the currentSimpPropertySelect

setCurrentSimpPropertySelect

public void setCurrentSimpPropertySelect(String currentSimpPropertySelect)
Parameters:
currentSimpPropertySelect - the currentSimpPropertySelect to set

getItfName

public String getItfName()
Returns:
the itfName

setItfName

public void setItfName(String itfName)
Parameters:
itfName - the itfName to set

getMaxPoolSize

public int getMaxPoolSize()
Returns:
the maxPoolSize

setMaxPoolSize

public void setMaxPoolSize(int maxPoolSize)
Parameters:
maxPoolSize - the maxPoolSize to set

getMinPoolSize

public int getMinPoolSize()
Returns:
the minPoolSize

setMinPoolSize

public void setMinPoolSize(int minPoolSize)
Parameters:
minPoolSize - the minPoolSize to set

getMaxPoolWaiters

public int getMaxPoolWaiters()
Returns:
the minPoolSize

setMaxPoolWaiters

public void setMaxPoolWaiters(int maxPoolWaiters)
Parameters:
minPoolSize - the minPoolSize to set

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getProperties

public Set<Attribute> getProperties()
Returns:
the properties

setProperties

public void setProperties(Set<Attribute> properties)
Parameters:
properties - the properties to set

getServerRefs

public List<String> getServerRefs()
Returns:
the serverRefs

setServerRefs

public void setServerRefs(List<String> serverRefs)
Parameters:
serverRefs - the serverRefs to set

getSimpleProperties

public Set<ClusterPropertyAttribute> getSimpleProperties()
Returns:
the simpleProperties

setSimpleProperties

public void setSimpleProperties(Set<ClusterPropertyAttribute> simpleProperties)
Parameters:
simpleProperties - the simpleProperties to set

getClusterName

public String getClusterName()
Returns:
the clusterName

setClusterName

public void setClusterName(String clusterName)
Parameters:
clusterName - the clusterName to set

getAction

public String getAction()
Returns:
the action

setAction

public void setAction(String action)
Parameters:
action - the action to set

getNewLbPolicyCheck

public String getNewLbPolicyCheck()
Returns:

setNewLbPolicyCheck

public void setNewLbPolicyCheck(String newLbPolicyCheck)
Parameters:
newLbPolicyCheck -

getNewLbPolicyClass

public org.apache.struts.upload.FormFile getNewLbPolicyClass()

setNewLbPolicyClass

public void setNewLbPolicyClass(org.apache.struts.upload.FormFile newLbPolicyClass)
Parameters:
newLbPolicyClass -

getNewLbStrategyCheck

public String getNewLbStrategyCheck()
Returns:

setNewLbStrategyCheck

public void setNewLbStrategyCheck(String newLbStrategyCheck)
Parameters:
newLbStrategyCheck -

getNewLbStrategy

public org.apache.struts.upload.FormFile getNewLbStrategy()
Returns:

setNewLbStrategy

public void setNewLbStrategy(org.apache.struts.upload.FormFile newLbStrategy)
Parameters:
newLbStrategy -

getCurrentLBPolicy

public LBAttribute getCurrentLBPolicy()

setCurrentLBPolicy

public void setCurrentLBPolicy(LBAttribute currentLBPolicy)

getCurrentLBStrategy

public LBAttribute getCurrentLBStrategy()

setCurrentLBStrategy

public void setCurrentLBStrategy(LBAttribute currentLBStrategy)

getCurrentLBPolicySelect

public String getCurrentLBPolicySelect()

setCurrentLBPolicySelect

public void setCurrentLBPolicySelect(String currentLBPolicySelect)

getCurrentLBStrategySelect

public String getCurrentLBStrategySelect()

setCurrentLBStrategySelect

public void setCurrentLBStrategySelect(String currentLBStrategySelect)


Copyright © 2010 OW2 Consortium. All Rights Reserved.