| org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.JonasMqConnectForm
JonasMqConnectForm | public class JonasMqConnectForm extends ActionForm (Code) | | |
getChannel | public String getChannel()(Code) | | get the channel of the connector
channel |
getConnector | public String getConnector()(Code) | | get the name of the connector
hostname |
getHostname | public String getHostname()(Code) | | get the hostname of the connector
hostname |
getOperation | public String getOperation()(Code) | | add,modify,delete
the operation |
getPort | public String getPort()(Code) | | get the port of the connector
port |
getQueueManager | public String getQueueManager()(Code) | | get the queueManager of the connector
queueManager |
getTransportType | public String getTransportType()(Code) | | get the transportType of the connector
transportType |
setChannel | public void setChannel(String channel)(Code) | | set the channel of the connector
Parameters: channel - |
setConnector | public void setConnector(String connector)(Code) | | set the name of the connector
Parameters: connector - |
setHostname | public void setHostname(String hostname)(Code) | | set the hostname of the connector
Parameters: hostname - |
setOperation | public void setOperation(String operation)(Code) | | add,modify,delete
Parameters: operation - the operation to set |
setPort | public void setPort(String port)(Code) | | set the port of the connector
Parameters: port - |
setQueueManager | public void setQueueManager(String queueManager)(Code) | | set the queueManager of the connector
Parameters: queueManager - |
setTransportType | public void setTransportType(String transportType)(Code) | | set the transportType of the connector
Parameters: transportType - |
setVersion | public void setVersion(String version)(Code) | | Parameters: version - the version to set |
|
|