Java Doc for CreateSettingsWizard.java in  » J2EE » Expresso » com » jcorporate » expresso » services » controller » configuration » 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 » Expresso » com.jcorporate.expresso.services.controller.configuration 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.jcorporate.expresso.core.controller.SecureIfSetController
   com.jcorporate.expresso.services.controller.configuration.CreateSettingsWizard

CreateSettingsWizard
public class CreateSettingsWizard extends SecureIfSetController (Code)
Wizard-style controller that helps to create a blank set of settings for the Expresso Runtime.
author:
   Michael Rimov
version:
   $Revision: 1.8 $ on $Date: 2004/11/17 20:48:17 $


Field Summary
final public static  StringRUNTIME_KEY
    
final public static  StringSERVICES_CONFIG_KEY
    
final public static  StringSETTINGS_BEAN_KEY
    

Constructor Summary
public  CreateSettingsWizard()
    

Method Summary
protected  voidrunCompleteState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunInstallExpressoState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunProcessDBSettingsState(ControllerRequest request, ControllerResponse response)
     Processes and validates the DB Settings.
protected  voidrunProcessJNDISettingsState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunProcessRuntimeNameState(ControllerRequest request, ControllerResponse response)
     Process and validates the input of the runtime state.
protected  voidrunPromptDBSettingsState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunPromptFinishedState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunPromptInstallExpressoState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunPromptJNDISettingsState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunPromptTestSettingsState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunReadDatabaseNotesState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunRuntimeNameState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunSaveFileLocalState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunStartState(ControllerRequest request, ControllerResponse response)
     Initialize Wizard and prepare runtime state.
protected  voidrunTestSettingsState(ControllerRequest request, ControllerResponse response)
    
protected  voidrunViewFileState(ControllerRequest request, ControllerResponse response)
    

Field Detail
RUNTIME_KEY
final public static String RUNTIME_KEY(Code)



SERVICES_CONFIG_KEY
final public static String SERVICES_CONFIG_KEY(Code)



SETTINGS_BEAN_KEY
final public static String SETTINGS_BEAN_KEY(Code)




Constructor Detail
CreateSettingsWizard
public CreateSettingsWizard()(Code)




Method Detail
runCompleteState
protected void runCompleteState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runInstallExpressoState
protected void runInstallExpressoState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runProcessDBSettingsState
protected void runProcessDBSettingsState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)
Processes and validates the DB Settings.
Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runProcessJNDISettingsState
protected void runProcessJNDISettingsState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runProcessRuntimeNameState
protected void runProcessRuntimeNameState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)
Process and validates the input of the runtime state. IT then creates some blank components that are needed for a basic configuration such as a default context and a persistence manager.
Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runPromptDBSettingsState
protected void runPromptDBSettingsState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runPromptFinishedState
protected void runPromptFinishedState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runPromptInstallExpressoState
protected void runPromptInstallExpressoState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runPromptJNDISettingsState
protected void runPromptJNDISettingsState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runPromptTestSettingsState
protected void runPromptTestSettingsState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runReadDatabaseNotesState
protected void runReadDatabaseNotesState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runRuntimeNameState
protected void runRuntimeNameState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)
Prompt for a runtime name
Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runSaveFileLocalState
protected void runSaveFileLocalState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runStartState
protected void runStartState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)
Initialize Wizard and prepare runtime state.
Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runTestSettingsState
protected void runTestSettingsState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



runViewFileState
protected void runViewFileState(ControllerRequest request, ControllerResponse response) throws ControllerException, NonHandleableException(Code)

Parameters:
  request - The ControllerRequest object
Parameters:
  response - The ControllerResponse object
throws:
  ControllerException - upon error.
throws:
  NonHandleableException - upon fatal error.



Methods inherited from com.jcorporate.expresso.core.controller.SecureIfSetController
public boolean isDBConnectionAvailable(String dataContext)(Code)(Java Doc)
public boolean stateAllowed(String newState, ControllerRequest params) throws com.jcorporate.expresso.core.controller.ControllerException(Code)(Java Doc)

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