|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.ow2.jonas.webapp.jonasadmin.jonasmqconnect.JonasMqConnectForm
public class JonasMqConnectForm
| 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 |
|---|
public JonasMqConnectForm()
| Method Detail |
|---|
public String getVersion()
public void setVersion(String version)
version - the version to setpublic String getOperation()
public void setOperation(String operation)
operation - the operation to setpublic String getConnector()
public void setConnector(String connector)
connector - public String getHostname()
public void setHostname(String hostname)
hostname - public String getChannel()
public void setChannel(String channel)
channel - public String getPort()
public void setPort(String port)
port - public String getQueueManager()
public void setQueueManager(String queueManager)
queueManager - public String getTransportType()
public void setTransportType(String transportType)
transportType -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||