org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect
Class ConnectionFactoryEditForm

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

public class ConnectionFactoryEditForm
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
ConnectionFactoryEditForm()
           
 
Method Summary
 java.lang.String getJndiName()
          get jndiname
 java.lang.String getOperation()
           
 java.util.ArrayList getProperties()
           
 java.util.ArrayList getPropertiesName()
           
 java.util.ArrayList getPropertiesValue()
           
 java.lang.String[] getSelectedQueues()
          Selected Queues
 java.lang.String[] getSelectedTopics()
          Selected Topics
 java.lang.String getType()
          type: CF,TCF,QCF
 void setJndiName(java.lang.String jndiName)
          set jndiname
 void setOperation(java.lang.String operation)
           
 void setProperties(java.util.ArrayList properties)
           
 void setPropertiesName(java.util.ArrayList propertiesName)
           
 void setPropertiesValue(java.util.ArrayList propertiesValue)
           
 void setSelectedQueues(java.lang.String[] selectedQueues)
          selected queues
 void setSelectedTopics(java.lang.String[] selectedTopics)
          selected topics
 void setType(java.lang.String type)
          type: CF,TCF,QCF
 
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

ConnectionFactoryEditForm

public ConnectionFactoryEditForm()
Method Detail

getJndiName

public java.lang.String getJndiName()
get jndiname

Returns:

setJndiName

public void setJndiName(java.lang.String jndiName)
set jndiname

Parameters:
jndiName -

getType

public java.lang.String getType()
type: CF,TCF,QCF

Returns:
the type

setType

public void setType(java.lang.String type)
type: CF,TCF,QCF

Parameters:
type - the type to set

getSelectedQueues

public java.lang.String[] getSelectedQueues()
Selected Queues

Returns:
the selected queues

setSelectedQueues

public void setSelectedQueues(java.lang.String[] selectedQueues)
selected queues

Parameters:
selectedQueues - the selected queues to set

getSelectedTopics

public java.lang.String[] getSelectedTopics()
Selected Topics

Returns:
the selected topics

setSelectedTopics

public void setSelectedTopics(java.lang.String[] selectedTopics)
selected topics

Parameters:
selectedTopics - the selected topics to set

getPropertiesName

public java.util.ArrayList getPropertiesName()
Returns:
the propertiesName

setPropertiesName

public void setPropertiesName(java.util.ArrayList propertiesName)
Parameters:
propertiesName - the propertiesName to set

getPropertiesValue

public java.util.ArrayList getPropertiesValue()
Returns:
the propertiesValue

setPropertiesValue

public void setPropertiesValue(java.util.ArrayList propertiesValue)
Parameters:
propertiesValue - the propertiesValue to set

getProperties

public java.util.ArrayList getProperties()
Returns:
the properties

setProperties

public void setProperties(java.util.ArrayList properties)
Parameters:
properties - the properties to set

getOperation

public java.lang.String getOperation()
Returns:
the operation

setOperation

public void setOperation(java.lang.String operation)
Parameters:
operation - the operation to set