|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectActionForm
org.objectweb.jonas.webapp.jonasadmin.service.jms.QueueForm
Form used to present a Queue's properties
Constructor Summary | |
QueueForm()
|
Method Summary | |
java.util.ArrayList |
getListUsedByEjb()
|
java.lang.String |
getName()
|
int |
getPendingMessages()
|
int |
getPendingRequests()
|
void |
reset(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Reset all properties to their default values. |
void |
setListUsedByEjb(java.util.ArrayList listUsedByEjb)
|
void |
setName(java.lang.String name)
|
void |
setPendingMessages(int pendingMessages)
|
void |
setPendingRequests(int pendingRequests)
|
ActionErrors |
validate(ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Validate the properties that have been set from this HTTP request, and return an ActionErrors object that encapsulates any
validation errors that have been found. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public QueueForm()
Method Detail |
public void reset(ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic ActionErrors validate(ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
ActionErrors
object that encapsulates any
validation errors that have been found. If no errors are found, return
null
or an ActionErrors
object with no
recorded error messages.
mapping
- The mapping used to select this instancerequest
- The servlet request we are processingpublic java.lang.String getName()
public void setName(java.lang.String name)
public int getPendingMessages()
public void setPendingMessages(int pendingMessages)
public int getPendingRequests()
public void setPendingRequests(int pendingRequests)
public java.util.ArrayList getListUsedByEjb()
public void setListUsedByEjb(java.util.ArrayList listUsedByEjb)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |