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


com.jcorporate.expresso.core.controller.SecureIfSetController
   com.jcorporate.expresso.services.controller.Configuration

Configuration
public class Configuration extends SecureIfSetController (Code)
This is a management controller that allows configuration of the expresso-services.xml file
author:
   Michael Rimov


Field Summary
final public static  StringCURRENT_RUNTIME_KEY
    
final public static  StringSTATE_PROCESS_CREATE_RUNTIME
    
final public static  StringSTATE_PROMPT_CREATE_RUNTIME
    
final public static  StringSTATE_SHOW_COMPONENT
    
final public static  StringSTATE_SHOW_FILE
    
final public static  StringSTATE_SHOW_RUNTIME
    
final public static  StringSTATE_SHOW_STATUS
    
final public static  StringSTATE_SWITCH_RUNTIME
    

Constructor Summary
public  Configuration()
     Default constructor, creates all the various states, etc.

Method Summary
public  voidrunProcessCreateRuntime(ControllerRequest request, ControllerResponse response)
    
public  voidrunPromptCreateRuntime(ControllerRequest request, ControllerResponse response)
    
public  voidrunShowComponentState(ControllerRequest request, ControllerResponse response)
    
public  voidrunShowConfigurationFileState(ControllerRequest request, ControllerResponse response)
    
public  voidrunShowContainerStatusState(ControllerRequest request, ControllerResponse response)
    
public  voidrunSummaryState(ControllerRequest request, ControllerResponse response)
    
public  voidrunSwitchRuntimeState(ControllerRequest request, ControllerResponse response)
    
public  voidshowContainerStatusState(ControllerRequest request, ControllerResponse response)
     Show basic running container status including a list of current ExpressoRuntimes that are operating within this Virtual Machine.

Field Detail
CURRENT_RUNTIME_KEY
final public static String CURRENT_RUNTIME_KEY(Code)
Session identifier that stores the current Expresso runtime we're managing



STATE_PROCESS_CREATE_RUNTIME
final public static String STATE_PROCESS_CREATE_RUNTIME(Code)



STATE_PROMPT_CREATE_RUNTIME
final public static String STATE_PROMPT_CREATE_RUNTIME(Code)



STATE_SHOW_COMPONENT
final public static String STATE_SHOW_COMPONENT(Code)



STATE_SHOW_FILE
final public static String STATE_SHOW_FILE(Code)



STATE_SHOW_RUNTIME
final public static String STATE_SHOW_RUNTIME(Code)



STATE_SHOW_STATUS
final public static String STATE_SHOW_STATUS(Code)



STATE_SWITCH_RUNTIME
final public static String STATE_SWITCH_RUNTIME(Code)




Constructor Detail
Configuration
public Configuration()(Code)
Default constructor, creates all the various states, etc.




Method Detail
runProcessCreateRuntime
public void runProcessCreateRuntime(ControllerRequest request, ControllerResponse response) throws ControllerException(Code)
todo what is this method for? is it useful?
Parameters:
  request - the controller request object
Parameters:
  response - the controller response object
throws:
  ControllerException - upon error



runPromptCreateRuntime
public void runPromptCreateRuntime(ControllerRequest request, ControllerResponse response) throws ControllerException(Code)

Parameters:
  request - the controller request object
Parameters:
  response - the controller response object
throws:
  ControllerException - upon error



runShowComponentState
public void runShowComponentState(ControllerRequest request, ControllerResponse response)(Code)

Parameters:
  request - the controller request object
Parameters:
  response - the controller response object



runShowConfigurationFileState
public void runShowConfigurationFileState(ControllerRequest request, ControllerResponse response)(Code)

Parameters:
  request - the controller request object
Parameters:
  response - the controller response object



runShowContainerStatusState
public void runShowContainerStatusState(ControllerRequest request, ControllerResponse response)(Code)

Parameters:
  request - the controller request object
Parameters:
  response - the controller response object



runSummaryState
public void runSummaryState(ControllerRequest request, ControllerResponse response)(Code)

Parameters:
  request - the controller request object
Parameters:
  response - the controller response object



runSwitchRuntimeState
public void runSwitchRuntimeState(ControllerRequest request, ControllerResponse response)(Code)

Parameters:
  request - the controller request object
Parameters:
  response - the controller response object



showContainerStatusState
public void showContainerStatusState(ControllerRequest request, ControllerResponse response)(Code)
Show basic running container status including a list of current ExpressoRuntimes that are operating within this Virtual Machine.
Parameters:
  request - The ControllerRequest object that is
Parameters:
  response - the controller response object



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.