|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.objectweb.jonas.webapp.jonasadmin.jonasmqconnect.DestinationEditForm
public class DestinationEditForm
| Field Summary |
|---|
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
DestinationEditForm()
|
|
| Method Summary | |
|---|---|
boolean |
getIsTopic()
|
java.lang.String |
getJndiName()
get jndiname |
java.lang.String |
getOperation()
add,modify,delete |
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.util.ArrayList |
getStatProperties()
|
void |
setIsTopic(boolean isTopic)
|
void |
setJndiName(java.lang.String jndiName)
set jndiname |
void |
setOperation(java.lang.String operation)
add,modify,delete |
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 |
setStatProperties(java.util.ArrayList statProperties)
|
| 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 DestinationEditForm()
| Method Detail |
|---|
public java.lang.String getJndiName()
public void setJndiName(java.lang.String jndiName)
jndiName - public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
operation - the operation to setpublic java.lang.String[] getSelectedQueues()
public void setSelectedQueues(java.lang.String[] selectedQueues)
selectedQueues - the selected queues to setpublic java.lang.String[] getSelectedTopics()
public void setSelectedTopics(java.lang.String[] selectedTopics)
selectedTopics - the selected topics to setpublic java.util.ArrayList getPropertiesName()
public void setPropertiesName(java.util.ArrayList propertiesName)
propertiesName - the propertiesName to setpublic java.util.ArrayList getPropertiesValue()
public void setPropertiesValue(java.util.ArrayList propertiesValue)
propertiesValue - the propertiesValue to setpublic java.util.ArrayList getProperties()
public void setStatProperties(java.util.ArrayList statProperties)
statProperties - the stat properties to setpublic java.util.ArrayList getStatProperties()
public void setProperties(java.util.ArrayList properties)
properties - the properties to setpublic boolean getIsTopic()
public void setIsTopic(boolean isTopic)
isTopic -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||