| org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.ConnectionFactoryEditForm
ConnectionFactoryEditForm | public class ConnectionFactoryEditForm extends ActionForm (Code) | | |
getOperation | public String getOperation()(Code) | | the operation |
getPropertiesName | public ArrayList getPropertiesName()(Code) | | the propertiesName |
getPropertiesValue | public ArrayList getPropertiesValue()(Code) | | the propertiesValue |
getSelectedQueues | public String[] getSelectedQueues()(Code) | | Selected Queues
the selected queues |
getSelectedTopics | public String[] getSelectedTopics()(Code) | | Selected Topics
the selected topics |
getType | public String getType()(Code) | | type: CF,TCF,QCF
the type |
setJndiName | public void setJndiName(String jndiName)(Code) | | set jndiname
Parameters: jndiName - |
setOperation | public void setOperation(String operation)(Code) | | Parameters: operation - the operation to set |
setProperties | public void setProperties(ArrayList properties)(Code) | | Parameters: properties - the properties to set |
setPropertiesName | public void setPropertiesName(ArrayList propertiesName)(Code) | | Parameters: propertiesName - the propertiesName to set |
setPropertiesValue | public void setPropertiesValue(ArrayList propertiesValue)(Code) | | Parameters: propertiesValue - the propertiesValue to set |
setSelectedQueues | public void setSelectedQueues(String[] selectedQueues)(Code) | | selected queues
Parameters: selectedQueues - the selected queues to set |
setSelectedTopics | public void setSelectedTopics(String[] selectedTopics)(Code) | | selected topics
Parameters: selectedTopics - the selected topics to set |
setType | public void setType(String type)(Code) | | type: CF,TCF,QCF
Parameters: type - the type to set |
|
|