org.ow2.jonas.webapp.jonasadmin.service.resource
Class ResourceAdapterAOForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.ow2.jonas.webapp.jonasadmin.service.resource.ResourceAdapterAOForm
All Implemented Interfaces:
Serializable

public class ResourceAdapterAOForm
extends org.apache.struts.action.ActionForm

Author:
Michel-Ange ANTON
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
ResourceAdapterAOForm()
           
 
Method Summary
 String getDescription()
           
 ArrayList getListProperties()
           
 ArrayList getListUsedByMdb()
           
 String getName()
           
 ObjectName getOName()
           
 void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
           
 void setDescription(String description)
           
 void setListProperties(Properties properties)
           
 void setListUsedByMdb(ArrayList listUsedByMdb)
           
 void setName(String name)
           
 void setOName(ObjectName oName)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceAdapterAOForm

public ResourceAdapterAOForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  HttpServletRequest request)
Overrides:
reset in class org.apache.struts.action.ActionForm

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      HttpServletRequest request)
Overrides:
validate in class org.apache.struts.action.ActionForm

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getName

public String getName()

setName

public void setName(String name)

getListProperties

public ArrayList getListProperties()

setListProperties

public void setListProperties(Properties properties)

setOName

public void setOName(ObjectName oName)

getOName

public ObjectName getOName()

getListUsedByMdb

public ArrayList getListUsedByMdb()

setListUsedByMdb

public void setListUsedByMdb(ArrayList listUsedByMdb)


Copyright © 2010 OW2 Consortium. All Rights Reserved.