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

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.ow2.jonas.webapp.jonasadmin.jonasmqconnect.ConnectionFactoryEditForm
All Implemented Interfaces:
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
 String getJndiName()
          get jndiname
 String getOperation()
           
 ArrayList getProperties()
           
 ArrayList getPropertiesName()
           
 ArrayList getPropertiesValue()
           
 String[] getSelectedQueues()
          Selected Queues
 String[] getSelectedTopics()
          Selected Topics
 String getType()
          type: CF,TCF,QCF
 void setJndiName(String jndiName)
          set jndiname
 void setOperation(String operation)
           
 void setProperties(ArrayList properties)
           
 void setPropertiesName(ArrayList propertiesName)
           
 void setPropertiesValue(ArrayList propertiesValue)
           
 void setSelectedQueues(String[] selectedQueues)
          selected queues
 void setSelectedTopics(String[] selectedTopics)
          selected topics
 void setType(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 String getJndiName()
get jndiname

Returns:

setJndiName

public void setJndiName(String jndiName)
set jndiname

Parameters:
jndiName -

getType

public String getType()
type: CF,TCF,QCF

Returns:
the type

setType

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

Parameters:
type - the type to set

getSelectedQueues

public String[] getSelectedQueues()
Selected Queues

Returns:
the selected queues

setSelectedQueues

public void setSelectedQueues(String[] selectedQueues)
selected queues

Parameters:
selectedQueues - the selected queues to set

getSelectedTopics

public String[] getSelectedTopics()
Selected Topics

Returns:
the selected topics

setSelectedTopics

public void setSelectedTopics(String[] selectedTopics)
selected topics

Parameters:
selectedTopics - the selected topics to set

getPropertiesName

public ArrayList getPropertiesName()
Returns:
the propertiesName

setPropertiesName

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

getPropertiesValue

public ArrayList getPropertiesValue()
Returns:
the propertiesValue

setPropertiesValue

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

getProperties

public ArrayList getProperties()
Returns:
the properties

setProperties

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

getOperation

public String getOperation()
Returns:
the operation

setOperation

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.