Java Doc for CreateResourceAdapterForm.java in  » J2EE » JOnAS-4.8.6 » org » objectweb » jonas » webapp » jonasadmin » resourceadapter » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » JOnAS 4.8.6 » org.objectweb.jonas.webapp.jonasadmin.resourceadapter 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.objectweb.jonas.webapp.jonasadmin.resourceadapter.CreateResourceAdapterForm

CreateResourceAdapterForm
public class CreateResourceAdapterForm extends ActionForm (Code)
The form used for the create resource adapter functionality.
author:
   Patrick Smith




Method Summary
public  java.util.ListgetBooleanValues()
    
public  intgetCheckLevel()
     REturns the check level value for this new RAR.
public  java.util.ListgetCheckingLevels()
    
public  StringgetConfigLogTopic()
     Returns the config log topic for this RAR.
public  StringgetDescription()
     Return the description for this RAR.
public  StringgetDisplayName()
     Returns the display name for this RAR.
public  StringgetDsClass()
     Returns the DS Class used for this new RAR.
public  StringgetEisType()
     Returns the EIS Type for this RAR.
public  booleangetIsDomain()
     Return if the action is a domain management operation.
public  StringgetIsolationLevel()
     Returns the isolation level used by this RAR.
public  StringgetJndiName()
     Returns this RAR's JNDI name.
public  StringgetLogEnabled()
     If this RAR should be log enabled.
public  StringgetLogTopic()
     Get the log topic for this RAR.
public  StringgetLoginTimeout()
     Returns the login timeout for this RAR.
public  StringgetMapperName()
     Returns the mapper name for this RAR.
public  StringgetNativeLib()
     Returns the Native Lib to use for this RAR.
public  StringgetPassword()
     Returns the password for the user of this RAR.
public  intgetPoolInit()
     Returns the pool init value for this RAR.
public  intgetPoolMax()
     Returns the pool max value used for this RAR.
public  intgetPoolMaxAge()
     Returns the pool max age for this new RAR.
public  intgetPoolMaxOpenTime()
     Returns the pool max open time value used for this RAR.
public  intgetPoolMaxWaiters()
     Returns the pool max waiters value used by this RAR.
public  intgetPoolMaxWaittime()
     Get the pool max wait time value used by this RAR.
public  intgetPoolMin()
     Returns the pool min value to use for this RAR.
public  intgetPoolSamplingPeriod()
     Get the pool sampling period value used for this RAR.
public  intgetPstmtMax()
     The PSTMT Max value for this RAR.
public  StringgetRarName()
     Return the name of the RAR file.
public  StringgetSpecVersion()
     Returns the spec version for this RAR.
public  java.util.ListgetSpecVersions()
     Returns the spec version.
public  StringgetTemplate()
     Returns which template this new RAR should be based on.
public  StringgetURL()
     Returns the URL used in this RAR.
public  StringgetUser()
     Returns the username used by this RAR.
public  StringgetVendorName()
     Returns the vendor name used for this RAR.
public  voidreset(ActionMapping mapping, HttpServletRequest request)
     Reset the form back to its default values.
public  voidsetBooleanValues(java.util.List booleanValues)
    
public  voidsetCheckLevel(int checkLevel)
     Sets the new check level value to use for this RAR.
public  voidsetCheckingLevels(java.util.List checkingLevels)
    
public  voidsetConfigLogTopic(String configLogTopic)
     Sets a new config log topic for this RAR.
public  voidsetDescription(String description)
     Sets the description used for this RAR.
public  voidsetDisplayName(String displayName)
     Sets the display name for this RAR.
public  voidsetDsClass(String dsClass)
     Sets the DS Class to use for this new RAR.
public  voidsetEisType(String eisType)
     Sets the EIS Type for this RAR.
public  voidsetIsDomain(boolean isDomain)
     Sets if the action is a domain management operation.
public  voidsetIsolationLevel(String isolationLevel)
     Sets a new isolation level for this RAR to use.
public  voidsetJndiName(String jndiName)
     Sets the JNDI name for this RAR.
public  voidsetLogEnabled(String logEnabled)
     Sets if this RAR should be log enabled.
public  voidsetLogTopic(String logTopic)
     Sets the log topic for this RAR.
public  voidsetLoginTimeout(String loginTimeout)
     Sets a new login timeout value for this RAR.
public  voidsetMapperName(String mapperName)
     Sets a new mapper name for this RAR to use.
public  voidsetNativeLib(String nativeLib)
     Sets the native lib to use for this RAR.
public  voidsetPassword(String password)
     Set a new password for the user of this RAR.
public  voidsetPoolInit(int poolInit)
     Sets a new pool init value for this RAR.
public  voidsetPoolMax(int poolMax)
     Sets the pool max value of this new RAR.
public  voidsetPoolMaxAge(int poolMaxAge)
     Sets the pool max age to use for this new RAR.
public  voidsetPoolMaxOpenTime(int poolMaxOpenTime)
     Sets the pool max open time value used for this RAR.
public  voidsetPoolMaxWaiters(int poolMaxWaiters)
     Sets the pool max waiters value used by this RAR.
public  voidsetPoolMaxWaittime(int poolMaxWaittime)
     Sets the poool max wait time value used.
public  voidsetPoolMin(int poolMin)
     Sets the pool min value to use.
public  voidsetPoolSamplingPeriod(int poolSamplingPeriod)
     Sets the pool sampling period value used for this new RAR.
public  voidsetPstmtMax(int pstmtMax)
     Sets the new PSTMT max value to use for this RAR.
public  voidsetRarName(String rarName)
     Sets the name of the RAR file.
public  voidsetSpecVersion(String specVersion)
     Sets the spec version to use for this RAR.
public  voidsetSpecVersions(java.util.List specVersions)
     Set the spec version for the form.
public  voidsetTemplate(String template)
     Sets which template to use for this RAR.
public  voidsetURL(String URL)
     Sets the new URL value to use for this RAR.
public  voidsetUser(String user)
     Set a new username to use in this RAR.
public  voidsetVendorName(String vendorName)
     Sets the vendor name used for this RAR.
public  ActionErrorsvalidate(ActionMapping mapping, HttpServletRequest request)
     Validates the values in the form.
Parameters:
  mapping - the ActionMapping used in the struts actions.
Parameters:
  request - the HttpServletRequest used for the struts actions.



Method Detail
getBooleanValues
public java.util.List getBooleanValues()(Code)
Returns the booleanValues.



getCheckLevel
public int getCheckLevel()(Code)
REturns the check level value for this new RAR. the check level value.



getCheckingLevels
public java.util.List getCheckingLevels()(Code)
Returns the checkingLevels.



getConfigLogTopic
public String getConfigLogTopic()(Code)
Returns the config log topic for this RAR. the config log topic for this RAR.



getDescription
public String getDescription()(Code)
Return the description for this RAR. the description for this RAR.



getDisplayName
public String getDisplayName()(Code)
Returns the display name for this RAR. the RAR's display name.



getDsClass
public String getDsClass()(Code)
Returns the DS Class used for this new RAR. The DS class used for this new RAR.



getEisType
public String getEisType()(Code)
Returns the EIS Type for this RAR. The EIS type for this RAR.



getIsDomain
public boolean getIsDomain()(Code)
Return if the action is a domain management operation. if the action is a domain management operation.



getIsolationLevel
public String getIsolationLevel()(Code)
Returns the isolation level used by this RAR. the isolation level used by this RAR.



getJndiName
public String getJndiName()(Code)
Returns this RAR's JNDI name. This RAR's JNDI name.



getLogEnabled
public String getLogEnabled()(Code)
If this RAR should be log enabled. if this RAR should be log enabled.



getLogTopic
public String getLogTopic()(Code)
Get the log topic for this RAR. the log topic for this RAR.



getLoginTimeout
public String getLoginTimeout()(Code)
Returns the login timeout for this RAR. The login timeout for this RAR.



getMapperName
public String getMapperName()(Code)
Returns the mapper name for this RAR. the mapper name for this RAR.



getNativeLib
public String getNativeLib()(Code)
Returns the Native Lib to use for this RAR. The native Lib to use for this RAR.



getPassword
public String getPassword()(Code)
Returns the password for the user of this RAR. the password for the user of this RAR.



getPoolInit
public int getPoolInit()(Code)
Returns the pool init value for this RAR. the pool init value to use for this RAR.



getPoolMax
public int getPoolMax()(Code)
Returns the pool max value used for this RAR. The pool max value used for this RAR.



getPoolMaxAge
public int getPoolMaxAge()(Code)
Returns the pool max age for this new RAR. the pool max age value used for this RAR.



getPoolMaxOpenTime
public int getPoolMaxOpenTime()(Code)
Returns the pool max open time value used for this RAR. The pool max open time value used for this RAR.



getPoolMaxWaiters
public int getPoolMaxWaiters()(Code)
Returns the pool max waiters value used by this RAR. The pool max waiters value used.



getPoolMaxWaittime
public int getPoolMaxWaittime()(Code)
Get the pool max wait time value used by this RAR. The pool max wait time value.



getPoolMin
public int getPoolMin()(Code)
Returns the pool min value to use for this RAR. the pool min value to use for this RAR.



getPoolSamplingPeriod
public int getPoolSamplingPeriod()(Code)
Get the pool sampling period value used for this RAR. The pool sampling period used.



getPstmtMax
public int getPstmtMax()(Code)
The PSTMT Max value for this RAR. the PSTMT max value used for this RAR.



getRarName
public String getRarName()(Code)
Return the name of the RAR file. the name of the RAR file.



getSpecVersion
public String getSpecVersion()(Code)
Returns the spec version for this RAR. the spec version used for this RAR.



getSpecVersions
public java.util.List getSpecVersions()(Code)
Returns the spec version. Returns the specVersions.



getTemplate
public String getTemplate()(Code)
Returns which template this new RAR should be based on. which template this new RAR should be based on.



getURL
public String getURL()(Code)
Returns the URL used in this RAR. the URL value used in this RAR.



getUser
public String getUser()(Code)
Returns the username used by this RAR. the username used by this RAR.



getVendorName
public String getVendorName()(Code)
Returns the vendor name used for this RAR. The vendor name used for this RAR.



reset
public void reset(ActionMapping mapping, HttpServletRequest request)(Code)
Reset the form back to its default values.
Parameters:
  mapping - the ActionMapping used for the struts actions.
Parameters:
  request - the HttpServletRequest used in the execution of the struts actions.



setBooleanValues
public void setBooleanValues(java.util.List booleanValues)(Code)

Parameters:
  booleanValues - The booleanValues to set.



setCheckLevel
public void setCheckLevel(int checkLevel)(Code)
Sets the new check level value to use for this RAR.
Parameters:
  checkLevel - the new check level value to use.



setCheckingLevels
public void setCheckingLevels(java.util.List checkingLevels)(Code)

Parameters:
  checkingLevels - The checkingLevels to set.



setConfigLogTopic
public void setConfigLogTopic(String configLogTopic)(Code)
Sets a new config log topic for this RAR.
Parameters:
  configLogTopic - the new config log topic to use for this RAR.



setDescription
public void setDescription(String description)(Code)
Sets the description used for this RAR.
Parameters:
  description - The new description for this RAR.



setDisplayName
public void setDisplayName(String displayName)(Code)
Sets the display name for this RAR.
Parameters:
  displayName - The new display name.



setDsClass
public void setDsClass(String dsClass)(Code)
Sets the DS Class to use for this new RAR.
Parameters:
  dsClass - The new DS Class value to use for this RAR.



setEisType
public void setEisType(String eisType)(Code)
Sets the EIS Type for this RAR.
Parameters:
  eisType - The new EIS type to use for thsi RAR.



setIsDomain
public void setIsDomain(boolean isDomain)(Code)
Sets if the action is a domain management operation.
Parameters:
  isDomain - if the action is a domain management operation.



setIsolationLevel
public void setIsolationLevel(String isolationLevel)(Code)
Sets a new isolation level for this RAR to use.
Parameters:
  isolationLevel - the new isolation level to use for this RAR.



setJndiName
public void setJndiName(String jndiName)(Code)
Sets the JNDI name for this RAR.
Parameters:
  jndiName - The JNDI name for this RAR.



setLogEnabled
public void setLogEnabled(String logEnabled)(Code)
Sets if this RAR should be log enabled.
Parameters:
  logEnabled -



setLogTopic
public void setLogTopic(String logTopic)(Code)
Sets the log topic for this RAR.
Parameters:
  logTopic - the new log topic for this RAR.



setLoginTimeout
public void setLoginTimeout(String loginTimeout)(Code)
Sets a new login timeout value for this RAR.
Parameters:
  loginTimeout - the new login timeout value for this RAR.



setMapperName
public void setMapperName(String mapperName)(Code)
Sets a new mapper name for this RAR to use.
Parameters:
  mapperName - the new mapper name for this RAR to use.



setNativeLib
public void setNativeLib(String nativeLib)(Code)
Sets the native lib to use for this RAR.
Parameters:
  nativeLib - the new Native lib to use for this RAR.



setPassword
public void setPassword(String password)(Code)
Set a new password for the user of this RAR.
Parameters:
  password - the new password to use for this RAR.



setPoolInit
public void setPoolInit(int poolInit)(Code)
Sets a new pool init value for this RAR.
Parameters:
  poolInit - the new pool init value for this RAR.



setPoolMax
public void setPoolMax(int poolMax)(Code)
Sets the pool max value of this new RAR.
Parameters:
  poolMax - The new pool max value of this RAR.s



setPoolMaxAge
public void setPoolMaxAge(int poolMaxAge)(Code)
Sets the pool max age to use for this new RAR.
Parameters:
  poolMaxAge - The new pool max age to use for this RAR.



setPoolMaxOpenTime
public void setPoolMaxOpenTime(int poolMaxOpenTime)(Code)
Sets the pool max open time value used for this RAR.
Parameters:
  poolMaxOpenTime - The new pool max open time value to use.



setPoolMaxWaiters
public void setPoolMaxWaiters(int poolMaxWaiters)(Code)
Sets the pool max waiters value used by this RAR.
Parameters:
  poolMaxWaiters - the new pool max waiters value to use.



setPoolMaxWaittime
public void setPoolMaxWaittime(int poolMaxWaittime)(Code)
Sets the poool max wait time value used.
Parameters:
  poolMaxWaittime - The new Pool max wait time value to use.



setPoolMin
public void setPoolMin(int poolMin)(Code)
Sets the pool min value to use.
Parameters:
  poolMin - The new pool min value to use for this RAR.



setPoolSamplingPeriod
public void setPoolSamplingPeriod(int poolSamplingPeriod)(Code)
Sets the pool sampling period value used for this new RAR.
Parameters:
  poolSamplingPeriod - The new pool sampling period value to use.



setPstmtMax
public void setPstmtMax(int pstmtMax)(Code)
Sets the new PSTMT max value to use for this RAR.
Parameters:
  pstmtMax - the new PSTMT max value to use.



setRarName
public void setRarName(String rarName)(Code)
Sets the name of the RAR file.
Parameters:
  rarName - the new name of the RAR file.



setSpecVersion
public void setSpecVersion(String specVersion)(Code)
Sets the spec version to use for this RAR.
Parameters:
  specVersion - the new Spec version for this RAR.



setSpecVersions
public void setSpecVersions(java.util.List specVersions)(Code)
Set the spec version for the form.
Parameters:
  specVersions - The specVersions to set.



setTemplate
public void setTemplate(String template)(Code)
Sets which template to use for this RAR.
Parameters:
  template - The new template to use.



setURL
public void setURL(String URL)(Code)
Sets the new URL value to use for this RAR.
Parameters:
  URL - the new URL value to use for this RAR.



setUser
public void setUser(String user)(Code)
Set a new username to use in this RAR.
Parameters:
  user - The new user name value for this RAR.



setVendorName
public void setVendorName(String vendorName)(Code)
Sets the vendor name used for this RAR.
Parameters:
  vendorName - The new vendor name for this RAR.



validate
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request)(Code)
Validates the values in the form.
Parameters:
  mapping - the ActionMapping used in the struts actions.
Parameters:
  request - the HttpServletRequest used for the struts actions. The errors generated from the validation.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.