org.ow2.jonas.webapp.jonasadmin.jonasmqconnect
Class JonasMqConnectForm

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
JonasMqConnectForm()
           
 
Method Summary
 String getChannel()
          get the channel of the connector
 String getConnector()
          get the name of the connector
 String getHostname()
          get the hostname of the connector
 String getOperation()
          add,modify,delete
 String getPort()
          get the port of the connector
 String getQueueManager()
          get the queueManager of the connector
 String getTransportType()
          get the transportType of the connector
 String getVersion()
           
 void setChannel(String channel)
          set the channel of the connector
 void setConnector(String connector)
          set the name of the connector
 void setHostname(String hostname)
          set the hostname of the connector
 void setOperation(String operation)
          add,modify,delete
 void setPort(String port)
          set the port of the connector
 void setQueueManager(String queueManager)
          set the queueManager of the connector
 void setTransportType(String transportType)
          set the transportType of the connector
 void setVersion(String version)
           
 
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

JonasMqConnectForm

public JonasMqConnectForm()
Method Detail

getVersion

public String getVersion()
Returns:
the version

setVersion

public void setVersion(String version)
Parameters:
version - the version to set

getOperation

public String getOperation()
add,modify,delete

Returns:
the operation

setOperation

public void setOperation(String operation)
add,modify,delete

Parameters:
operation - the operation to set

getConnector

public String getConnector()
get the name of the connector

Returns:
hostname

setConnector

public void setConnector(String connector)
set the name of the connector

Parameters:
connector -

getHostname

public String getHostname()
get the hostname of the connector

Returns:
hostname

setHostname

public void setHostname(String hostname)
set the hostname of the connector

Parameters:
hostname -

getChannel

public String getChannel()
get the channel of the connector

Returns:
channel

setChannel

public void setChannel(String channel)
set the channel of the connector

Parameters:
channel -

getPort

public String getPort()
get the port of the connector

Returns:
port

setPort

public void setPort(String port)
set the port of the connector

Parameters:
port -

getQueueManager

public String getQueueManager()
get the queueManager of the connector

Returns:
queueManager

setQueueManager

public void setQueueManager(String queueManager)
set the queueManager of the connector

Parameters:
queueManager -

getTransportType

public String getTransportType()
get the transportType of the connector

Returns:
transportType

setTransportType

public void setTransportType(String transportType)
set the transportType of the connector

Parameters:
transportType -


Copyright © 2010 OW2 Consortium. All Rights Reserved.