org.ow2.jonas.webapp.jonasadmin.service.container
Class ContainerForm

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

public class ContainerForm
extends ModuleForm

Author:
Michel-Ange ANTON, Adriana Danes
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ContainerForm()
           
 
Method Summary
 long getAverageBusinessProcessingTime()
           
 long getAverageProcessingTime()
           
 List getBooleanValues()
           
 String getContainerName()
           
 Map<String,String> getContexts()
           
 int getCurrentNumberOfBeanType()
           
 int getCurrentNumberOfBMPType()
           
 int getCurrentNumberOfCMPType()
           
 int getCurrentNumberOfEntityType()
           
 int getCurrentNumberOfMDBType()
           
 int getCurrentNumberOfSBFType()
           
 int getCurrentNumberOfSBLType()
           
 List getEjbs()
           
 String getFilename()
           
 String getMonitoringApplySettings()
           
 List getMonitoringApplySettingsValues()
           
 boolean getMonitoringEnabled()
           
 long getNumberOfCalls()
           
 ObjectName getObjectName()
           
 String getPath()
           
 String[] getPolicies()
           
 long getTotalBusinessProcessingTime()
           
 long getTotalProcessingTime()
           
 int getWarningThreshold()
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
          Reset all properties to their default values.
 void setAverageBusinessProcessingTime(long averageBusinessProcessingTime)
           
 void setAverageProcessingTime(long averageProcessingTime)
           
 void setContainerName(String containerName)
           
 void setContexts(Map<String,String> contexts)
           
 void setCurrentNumberOfBeanType(int currentNumberOfBeanType)
           
 void setCurrentNumberOfBMPType(int currentNumberOfBMPType)
           
 void setCurrentNumberOfCMPType(int currentNumberOfCMPType)
           
 void setCurrentNumberOfEntityType(int currentNumberOfEntityType)
           
 void setCurrentNumberOfMDBType(int currentNumberOfMDBType)
           
 void setCurrentNumberOfSBFType(int currentNumberOfSBFType)
           
 void setCurrentNumberOfSBLType(int currentNumberOfSBLType)
           
 void setEjbs(List ejbs)
           
 void setFilename(String filename)
           
 void setMonitoringApplySettings(String monitoringApplySettings)
           
 void setMonitoringEnabled(boolean monitoringEnabled)
           
 void setNumberOfCalls(int numberOfCalls)
           
 void setObjectName(ObjectName objectName)
           
 void setPath(String path)
           
 void setPolicies(String[] policies)
           
 void setTotalBusinessProcessingTime(long totalBusinessProcessingTime)
           
 void setTotalProcessingTime(long totalProcessingTime)
           
 void setWarningThreshold(int warningThreshold)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
          Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found.
 
Methods inherited from class org.ow2.jonas.webapp.jonasadmin.service.ModuleForm
getEarFilename, getEarON, getEarPath, isInEar, setEarON, setEarPath, setInEar
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerForm

public ContainerForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  HttpServletRequest request)
Reset all properties to their default values.

Overrides:
reset in class org.apache.struts.action.ActionForm
Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any validation errors that have been found. If no errors are found, return null or an ActionErrors object with no recorded error messages.

Overrides:
validate in class ModuleForm
Parameters:
mapping - The mapping used to select this instance
request - The servlet request we are processing

getFilename

public String getFilename()

getContainerName

public String getContainerName()

getCurrentNumberOfMDBType

public int getCurrentNumberOfMDBType()

getCurrentNumberOfSBFType

public int getCurrentNumberOfSBFType()

getCurrentNumberOfBMPType

public int getCurrentNumberOfBMPType()

getCurrentNumberOfSBLType

public int getCurrentNumberOfSBLType()

getCurrentNumberOfCMPType

public int getCurrentNumberOfCMPType()

getCurrentNumberOfBeanType

public int getCurrentNumberOfBeanType()

setFilename

public void setFilename(String filename)

setContainerName

public void setContainerName(String containerName)

setCurrentNumberOfMDBType

public void setCurrentNumberOfMDBType(int currentNumberOfMDBType)

setCurrentNumberOfSBFType

public void setCurrentNumberOfSBFType(int currentNumberOfSBFType)

setCurrentNumberOfBMPType

public void setCurrentNumberOfBMPType(int currentNumberOfBMPType)

setCurrentNumberOfSBLType

public void setCurrentNumberOfSBLType(int currentNumberOfSBLType)

setCurrentNumberOfCMPType

public void setCurrentNumberOfCMPType(int currentNumberOfCMPType)

setCurrentNumberOfBeanType

public void setCurrentNumberOfBeanType(int currentNumberOfBeanType)

getEjbs

public List getEjbs()

setEjbs

public void setEjbs(List ejbs)

getPath

public String getPath()

setPath

public void setPath(String path)

getCurrentNumberOfEntityType

public int getCurrentNumberOfEntityType()

setCurrentNumberOfEntityType

public void setCurrentNumberOfEntityType(int currentNumberOfEntityType)

getContexts

public Map<String,String> getContexts()

setContexts

public void setContexts(Map<String,String> contexts)

getPolicies

public String[] getPolicies()

setPolicies

public void setPolicies(String[] policies)

getMonitoringEnabled

public boolean getMonitoringEnabled()

setMonitoringEnabled

public void setMonitoringEnabled(boolean monitoringEnabled)

getWarningThreshold

public int getWarningThreshold()

setWarningThreshold

public void setWarningThreshold(int warningThreshold)

getNumberOfCalls

public long getNumberOfCalls()

setNumberOfCalls

public void setNumberOfCalls(int numberOfCalls)

getTotalBusinessProcessingTime

public long getTotalBusinessProcessingTime()

setTotalBusinessProcessingTime

public void setTotalBusinessProcessingTime(long totalBusinessProcessingTime)

getTotalProcessingTime

public long getTotalProcessingTime()

setTotalProcessingTime

public void setTotalProcessingTime(long totalProcessingTime)

getAverageBusinessProcessingTime

public long getAverageBusinessProcessingTime()

setAverageBusinessProcessingTime

public void setAverageBusinessProcessingTime(long averageBusinessProcessingTime)

getAverageProcessingTime

public long getAverageProcessingTime()

setAverageProcessingTime

public void setAverageProcessingTime(long averageProcessingTime)

getBooleanValues

public List getBooleanValues()

getMonitoringApplySettings

public String getMonitoringApplySettings()

setMonitoringApplySettings

public void setMonitoringApplySettings(String monitoringApplySettings)

getMonitoringApplySettingsValues

public List getMonitoringApplySettingsValues()

getObjectName

public ObjectName getObjectName()

setObjectName

public void setObjectName(ObjectName objectName)


Copyright © 2010 OW2 Consortium. All Rights Reserved.