Class TransferServerActionForm
java.lang.Object
org.apache.struts.action.ActionForm
ecmwf.web.controller.ECMWFActionForm
ecmwf.ecpds.master.plugin.http.controller.datafile.transferserver.TransferServerActionForm
- All Implemented Interfaces:
Serializable
public class TransferServerActionForm
extends ecmwf.web.controller.ECMWFActionForm
The Class TransferServerActionForm.
- See Also:
-
Field Summary
Fields inherited from class ecmwf.web.controller.ECMWFActionForm
ALLOWED_IN_IDENTIFIER, DATE, DATE_FORMAT_LONG, DATE_FORMAT_MEDIUM, DATE_FORMAT_SHORT, DATE_FORMATS, IDENTIFIER, ISODATE, NUMBER, NUMBER_OTHER, STRINGFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the active.getCheck()Gets the check.getHost()Gets the host.Gets the host for replication name.Gets the host for replication options.getId()Gets the id.Gets the last update.Gets the max inactivity.Gets the max transfers.getName()Gets the name.getPort()Gets the port.Gets the replicate.Gets the transfer group name.Gets the transfer group options.protected voidPopulate from transfer server.protected voidPopulate transfer server.voidreset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Reset.protected voidReset fields.voidSets the active.voidSets the check.voidSets the host.voidsetHostForReplicationName(String string) Sets the host for replication name.voidSets the id.voidsetLastUpdate(String string) Sets the last update.voidsetMaxInactivity(String string) Sets the max inactivity.voidsetMaxTransfers(String string) Sets the max transfers.voidSets the name.voidSets the port.voidsetReplicate(String string) Sets the replicate.voidsetTransferGroupName(String string) Sets the transfer group name.Methods inherited from class ecmwf.web.controller.ECMWFActionForm
adaptActionForward, adaptActionForward, addError, addError, addError, checkSize, checkType, cleanErrors, convertToBoolean, convertToDate, convertToDate, convertToInt, convertToLong, convertToString, getErrors, getPathParameter, getPathParameters, isDate, isIdentifier, isIsoDate, isNumber, isNumber, isString, newErrors, newErrors, newErrors, newErrors, nonBlank, nonNull, validateContent, validateContentMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
TransferServerActionForm
public TransferServerActionForm()
-
-
Method Details
-
getActive
-
getReplicate
-
getCheck
-
getId
-
getLastUpdate
-
getMaxInactivity
-
getMaxTransfers
-
getName
-
setActive
-
setReplicate
-
setCheck
-
setId
-
setLastUpdate
Sets the last update.- Parameters:
string- the new last update
-
setMaxInactivity
Sets the max inactivity.- Parameters:
string- the new max inactivity
-
setMaxTransfers
Sets the max transfers.- Parameters:
string- the new max transfers
-
setName
-
getHost
-
getPort
-
setHost
-
setPort
-
getTransferGroupName
-
setTransferGroupName
Sets the transfer group name.- Parameters:
string- the new transfer group name
-
getHostForReplicationName
Gets the host for replication name.- Returns:
- the host for replication name
-
setHostForReplicationName
Sets the host for replication name.- Parameters:
string- the new host for replication name
-
getTransferGroupOptions
Gets the transfer group options.- Returns:
- the transfer group options
-
getHostForReplicationOptions
Gets the host for replication options.- Returns:
- the host for replication options
-
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Reset.- Overrides:
resetin classorg.apache.struts.action.ActionForm
-
resetFields
protected void resetFields()Reset fields. -
populateTransferServer
Populate transfer server.- Parameters:
h- the h
-
populateFromTransferServer
Populate from transfer server.- Parameters:
h- the h
-