Java Doc for Constants.java in  » ESB » open-esb » com » sun » jbi » framework » 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 » ESB » open esb » com.sun.jbi.framework 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jbi.framework.Constants

Constants
public class Constants (Code)
Global constants shared by framework junit tests.
author:
   Sun Microsystems, Inc.


Field Summary
final public static  StringBC_BOOTSTRAP_CLASS_NAME
     Constant for BC bootstrap class name.
final public static  StringBC_BOOTSTRAP_CLASS_NAME_UPGRADE
     Constant for BC bootstrap class name for upgrade.
final public static  StringBC_BOOTSTRAP_CLASS_PATH
     Constant for BC bootstrap class path.
final public static  StringBC_DESCRIPTION
     Constant for BC description.
final public static  StringBC_LIFECYCLE_CLASS_NAME
     Constant for BC lifecycle class name.
final public static  StringBC_LIFECYCLE_CLASS_NAME_ALTERNATE
     Constant for alternate BC lifecycle class name.
final public static  StringBC_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE
     Constant for BC lifecycle class name that throws an exception when getLifeCycle() is called.
final public static  StringBC_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE
     Constant for BC lifecycle class name that returns null when getLifeCycle() is called.
final public static  StringBC_LIFECYCLE_CLASS_NAME_UPGRADE
     Constant for BC lifecycle class name for upgrade.
final public static  StringBC_LIFECYCLE_CLASS_PATH
     Constant for BC lifecycle class path.
final public static  StringBC_LIFECYCLE_CLASS_PATH_NEW
     Constant for BC lifecycle class path.
final public static  StringBC_NAME
     Constant for BC component name.
final public static  StringBC_NAME_BAD_BOOTSTRAP_INIT
     Constant for BC component name to force bad bootstrap init() call.
final public static  StringBC_NAME_BAD_BOOTSTRAP_INIT_CLEANUP
     Constant for BC component name to force bad bootstrap init() call and a bad bootstrap cleanUp() call.
final public static  StringBC_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP
     Constant for BC component name to force bad bootstrap cleanUp() call after onInstall().
final public static  StringBC_NAME_BAD_BOOTSTRAP_ONINSTALL
     Constant for BC component name to force bad bootstrap onInstall() call.
final public static  StringBC_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP
     Constant for BC component name to force bad bootstrap onInstall() and cleanUp() calls.
final public static  StringBC_NAME_BAD_BOOTSTRAP_ONUNINSTALL
     Constant for BC component name to force bad bootstrap onUninstall() call.
final public static  StringBC_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP
     Constant for BC component name to force bad bootstrap onUninstall() and cleanUp() calls.
final public static  StringBC_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP
     Constant for BC component name to force bad bootstrap cleanUp() call after onUninstall().
final public static  StringBC_NAME_BAD_BOOTSTRAP_UPGRADE
     Constant for BC component name to force bad bootstrap upgrade() call.
final public static  StringBC_NAME_BAD_INIT
     Constant for BC component name to force bad init() call.
final public static  StringBC_NAME_BAD_SHUTDOWN
     Constant for BC component name to force bad shutDown() call.
final public static  StringBC_NAME_BAD_START
     Constant for BC component name to force bad start() call.
final public static  StringBC_NAME_BAD_STOP
     Constant for BC component name to force bad stop() call.
final public static  StringBC_NAME_BOOTSTRAP_MODIFY_CLASS_PATH
     Constant for BC component name to force bootstrap onInstall() to modify the life cycle class path.
final public static  StringBC_NAME_SLOW_INIT
     Constant for BC component name to force slow init() call.
final public static  StringBC_NAME_SLOW_SHUTDOWN
     Constant for BC component name to force slow shutDown() call.
final public static  StringBC_NAME_SLOW_START
     Constant for BC component name to force slow start() call.
final public static  StringBC_NAME_SLOW_STOP
     Constant for BC component name to force slow stop() call.
final public static  StringBC_NAME_TIMEOUT_INIT
     Constant for BC component name to force timeout on init() call.
final public static  StringBC_NAME_TIMEOUT_SHUTDOWN
     Constant for BC component name to force timeout on shutDown() call.
final public static  StringBC_NAME_TIMEOUT_START
     Constant for BC component name to force timeout on start() call.
final public static  StringBC_NAME_TIMEOUT_STOP
     Constant for BC component name to force timeout on stop() call.
final public static  StringPROPERTY_COMPONENT_NAME
     Constant for system property for component name.
final public static  StringSA_NAME
     Constant for Service Assembly name.
final public static  StringSE_BOOTSTRAP_CLASS_NAME
     Constant for SE bootstrap class name.
final public static  StringSE_BOOTSTRAP_CLASS_PATH
     Constant for SE bootstrap class path.
final public static  StringSE_DESCRIPTION
     Constant for SE description.
final public static  StringSE_LIFECYCLE_CLASS_NAME
     Constant for SE lifecycle class name.
final public static  StringSE_LIFECYCLE_CLASS_NAME_ALTERNATE
     Constant for alternate SE lifecycle class name.
final public static  StringSE_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE
     Constant for SE lifecycle class name that throws an exception when getLifeCycle() is called.
final public static  StringSE_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE
     Constant for SE lifecycle class name that returns null when getLifeCycle() is called.
final public static  StringSE_LIFECYCLE_CLASS_PATH
     Constant for SE lifecycle class path.
final public static  StringSE_NAME
     Constant for SE component name.
final public static  StringSE_NAME_BAD_BOOTSTRAP_INIT
     Constant for SE component name to force bad bootstrap init() call.
final public static  StringSE_NAME_BAD_BOOTSTRAP_INIT_CLEANUP
     Constant for SE component name to force bad bootstrap init() call and bad bootstrap cleanUp() call.
final public static  StringSE_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP
     Constant for SE component name to force bad bootstrap cleanUp() call after onInstall().
final public static  StringSE_NAME_BAD_BOOTSTRAP_ONINSTALL
     Constant for SE component name to force bad bootstrap onInstall() call.
final public static  StringSE_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP
     Constant for SE component name to force bad bootstrap onInstall() and cleanUp() calls.
final public static  StringSE_NAME_BAD_BOOTSTRAP_ONUNINSTALL
     Constant for SE component name to force bad bootstrap onUninstall() call.
final public static  StringSE_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP
     Constant for SE component name to force bad bootstrap onUninstall() and cleanUp() calls.
final public static  StringSE_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP
     Constant for SE component name to force bad bootstrap cleanUp() call after onUninstall().
final public static  StringSE_NAME_BAD_INIT
     Constant for SE component name to force bad init() call.
final public static  StringSE_NAME_BAD_SHUTDOWN
     Constant for SE component name to force bad shutDown() call.
final public static  StringSE_NAME_BAD_SHUTDOWN_BOOTSTRAP_ONUNINSTALL
     Constant for SE component name to force bad shutDown() and bootstrap onUninstall() calls.
final public static  StringSE_NAME_BAD_START
     Constant for SE component name to force bad start() call.
final public static  StringSE_NAME_BAD_STOP
     Constant for SE component name to force bad stop() call.
final public static  StringSE_NAME_BOOTSTRAP_MODIFY_CLASS_PATH
     Constant for SE component name to force bootstrap onInstall() to modify the life cycle class path.
final public static  StringSE_NAME_TIMEOUT_INIT
     Constant for SE component name to force timeout on init() call.
final public static  StringSE_NAME_TIMEOUT_SHUTDOWN
     Constant for SE component name to force timeout on shutDown() call.
final public static  StringSE_NAME_TIMEOUT_START
     Constant for SE component name to force timeout on start() call.
final public static  StringSE_NAME_TIMEOUT_STOP
     Constant for SE component name to force timeout on stop() call.
final public static  StringSL_1_DESC
     Constant for shared library 1 description.
final public static  StringSL_1_NAME
     Constant for shared library 1 component name.
final public static  StringSL_1_ROOT
     Constant for shared library 1 root.
final public static  StringSL_2_DESC
     Constant for shared library 2 description.
final public static  StringSL_2_NAME
     Constant for shared library 2 component name.
final public static  StringSL_2_ROOT
     Constant for shared library 2 root.
final public static  StringSU_NAME
     Constant for Service Unit name.
final public static  StringSU_NAME_DEPLOY_EXCEPTION
     Constant for Service Unit name to cause an exception on the deploy.
final public static  StringSU_NAME_DEPLOY_TIMEOUT
     Constant for Service Unit name to cause a timeout on the deploy.
final public static  StringSU_NAME_FIRST
     Constant for Service Unit name that's always lowest in the collating sequence.
final public static  StringSU_NAME_INIT_EXCEPTION
     Constant for Service Unit name to cause an exception on the init.
final public static  StringSU_NAME_INIT_TIMEOUT
     Constant for Service Unit name to cause a timeout on the init.
final public static  StringSU_NAME_SHUTDOWN_EXCEPTION
     Constant for Service Unit name to cause an exception on the shutdown.
final public static  StringSU_NAME_SHUTDOWN_TIMEOUT
     Constant for Service Unit name to cause a timeout on the shutdown.
final public static  StringSU_NAME_START_EXCEPTION
     Constant for Service Unit name to cause an exception on the start.
final public static  StringSU_NAME_START_TIMEOUT
     Constant for Service Unit name to cause a timeout on the start.
final public static  StringSU_NAME_STOP_EXCEPTION
     Constant for Service Unit name to cause an exception on the stop.
final public static  StringSU_NAME_STOP_TIMEOUT
     Constant for Service Unit name to cause a timeout on the stop.
final public static  StringSU_NAME_UNDEPLOY_EXCEPTION
     Constant for Service Unit name to cause an exception on the undeploy.
final public static  StringSU_NAME_UNDEPLOY_TIMEOUT
     Constant for Service Unit name to cause a timeout on the undeploy.
final public static  StringSU_ROOT
     Constant for Service Unit root path.
final public static  StringUPGRADED_FILE_NAME
     Constant for upgrade file name.



Field Detail
BC_BOOTSTRAP_CLASS_NAME
final public static String BC_BOOTSTRAP_CLASS_NAME(Code)
Constant for BC bootstrap class name.



BC_BOOTSTRAP_CLASS_NAME_UPGRADE
final public static String BC_BOOTSTRAP_CLASS_NAME_UPGRADE(Code)
Constant for BC bootstrap class name for upgrade.



BC_BOOTSTRAP_CLASS_PATH
final public static String BC_BOOTSTRAP_CLASS_PATH(Code)
Constant for BC bootstrap class path.



BC_DESCRIPTION
final public static String BC_DESCRIPTION(Code)
Constant for BC description.



BC_LIFECYCLE_CLASS_NAME
final public static String BC_LIFECYCLE_CLASS_NAME(Code)
Constant for BC lifecycle class name.



BC_LIFECYCLE_CLASS_NAME_ALTERNATE
final public static String BC_LIFECYCLE_CLASS_NAME_ALTERNATE(Code)
Constant for alternate BC lifecycle class name.



BC_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE
final public static String BC_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE(Code)
Constant for BC lifecycle class name that throws an exception when getLifeCycle() is called.



BC_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE
final public static String BC_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE(Code)
Constant for BC lifecycle class name that returns null when getLifeCycle() is called.



BC_LIFECYCLE_CLASS_NAME_UPGRADE
final public static String BC_LIFECYCLE_CLASS_NAME_UPGRADE(Code)
Constant for BC lifecycle class name for upgrade.



BC_LIFECYCLE_CLASS_PATH
final public static String BC_LIFECYCLE_CLASS_PATH(Code)
Constant for BC lifecycle class path.



BC_LIFECYCLE_CLASS_PATH_NEW
final public static String BC_LIFECYCLE_CLASS_PATH_NEW(Code)
Constant for BC lifecycle class path.



BC_NAME
final public static String BC_NAME(Code)
Constant for BC component name.



BC_NAME_BAD_BOOTSTRAP_INIT
final public static String BC_NAME_BAD_BOOTSTRAP_INIT(Code)
Constant for BC component name to force bad bootstrap init() call.



BC_NAME_BAD_BOOTSTRAP_INIT_CLEANUP
final public static String BC_NAME_BAD_BOOTSTRAP_INIT_CLEANUP(Code)
Constant for BC component name to force bad bootstrap init() call and a bad bootstrap cleanUp() call.



BC_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP
final public static String BC_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP(Code)
Constant for BC component name to force bad bootstrap cleanUp() call after onInstall().



BC_NAME_BAD_BOOTSTRAP_ONINSTALL
final public static String BC_NAME_BAD_BOOTSTRAP_ONINSTALL(Code)
Constant for BC component name to force bad bootstrap onInstall() call.



BC_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP
final public static String BC_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP(Code)
Constant for BC component name to force bad bootstrap onInstall() and cleanUp() calls.



BC_NAME_BAD_BOOTSTRAP_ONUNINSTALL
final public static String BC_NAME_BAD_BOOTSTRAP_ONUNINSTALL(Code)
Constant for BC component name to force bad bootstrap onUninstall() call.



BC_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP
final public static String BC_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP(Code)
Constant for BC component name to force bad bootstrap onUninstall() and cleanUp() calls.



BC_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP
final public static String BC_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP(Code)
Constant for BC component name to force bad bootstrap cleanUp() call after onUninstall().



BC_NAME_BAD_BOOTSTRAP_UPGRADE
final public static String BC_NAME_BAD_BOOTSTRAP_UPGRADE(Code)
Constant for BC component name to force bad bootstrap upgrade() call.



BC_NAME_BAD_INIT
final public static String BC_NAME_BAD_INIT(Code)
Constant for BC component name to force bad init() call.



BC_NAME_BAD_SHUTDOWN
final public static String BC_NAME_BAD_SHUTDOWN(Code)
Constant for BC component name to force bad shutDown() call.



BC_NAME_BAD_START
final public static String BC_NAME_BAD_START(Code)
Constant for BC component name to force bad start() call.



BC_NAME_BAD_STOP
final public static String BC_NAME_BAD_STOP(Code)
Constant for BC component name to force bad stop() call.



BC_NAME_BOOTSTRAP_MODIFY_CLASS_PATH
final public static String BC_NAME_BOOTSTRAP_MODIFY_CLASS_PATH(Code)
Constant for BC component name to force bootstrap onInstall() to modify the life cycle class path.



BC_NAME_SLOW_INIT
final public static String BC_NAME_SLOW_INIT(Code)
Constant for BC component name to force slow init() call.



BC_NAME_SLOW_SHUTDOWN
final public static String BC_NAME_SLOW_SHUTDOWN(Code)
Constant for BC component name to force slow shutDown() call.



BC_NAME_SLOW_START
final public static String BC_NAME_SLOW_START(Code)
Constant for BC component name to force slow start() call.



BC_NAME_SLOW_STOP
final public static String BC_NAME_SLOW_STOP(Code)
Constant for BC component name to force slow stop() call.



BC_NAME_TIMEOUT_INIT
final public static String BC_NAME_TIMEOUT_INIT(Code)
Constant for BC component name to force timeout on init() call.



BC_NAME_TIMEOUT_SHUTDOWN
final public static String BC_NAME_TIMEOUT_SHUTDOWN(Code)
Constant for BC component name to force timeout on shutDown() call.



BC_NAME_TIMEOUT_START
final public static String BC_NAME_TIMEOUT_START(Code)
Constant for BC component name to force timeout on start() call.



BC_NAME_TIMEOUT_STOP
final public static String BC_NAME_TIMEOUT_STOP(Code)
Constant for BC component name to force timeout on stop() call.



PROPERTY_COMPONENT_NAME
final public static String PROPERTY_COMPONENT_NAME(Code)
Constant for system property for component name.



SA_NAME
final public static String SA_NAME(Code)
Constant for Service Assembly name.



SE_BOOTSTRAP_CLASS_NAME
final public static String SE_BOOTSTRAP_CLASS_NAME(Code)
Constant for SE bootstrap class name.



SE_BOOTSTRAP_CLASS_PATH
final public static String SE_BOOTSTRAP_CLASS_PATH(Code)
Constant for SE bootstrap class path.



SE_DESCRIPTION
final public static String SE_DESCRIPTION(Code)
Constant for SE description.



SE_LIFECYCLE_CLASS_NAME
final public static String SE_LIFECYCLE_CLASS_NAME(Code)
Constant for SE lifecycle class name.



SE_LIFECYCLE_CLASS_NAME_ALTERNATE
final public static String SE_LIFECYCLE_CLASS_NAME_ALTERNATE(Code)
Constant for alternate SE lifecycle class name.



SE_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE
final public static String SE_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE(Code)
Constant for SE lifecycle class name that throws an exception when getLifeCycle() is called.



SE_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE
final public static String SE_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE(Code)
Constant for SE lifecycle class name that returns null when getLifeCycle() is called.



SE_LIFECYCLE_CLASS_PATH
final public static String SE_LIFECYCLE_CLASS_PATH(Code)
Constant for SE lifecycle class path.



SE_NAME
final public static String SE_NAME(Code)
Constant for SE component name.



SE_NAME_BAD_BOOTSTRAP_INIT
final public static String SE_NAME_BAD_BOOTSTRAP_INIT(Code)
Constant for SE component name to force bad bootstrap init() call.



SE_NAME_BAD_BOOTSTRAP_INIT_CLEANUP
final public static String SE_NAME_BAD_BOOTSTRAP_INIT_CLEANUP(Code)
Constant for SE component name to force bad bootstrap init() call and bad bootstrap cleanUp() call.



SE_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP
final public static String SE_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP(Code)
Constant for SE component name to force bad bootstrap cleanUp() call after onInstall().



SE_NAME_BAD_BOOTSTRAP_ONINSTALL
final public static String SE_NAME_BAD_BOOTSTRAP_ONINSTALL(Code)
Constant for SE component name to force bad bootstrap onInstall() call.



SE_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP
final public static String SE_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP(Code)
Constant for SE component name to force bad bootstrap onInstall() and cleanUp() calls.



SE_NAME_BAD_BOOTSTRAP_ONUNINSTALL
final public static String SE_NAME_BAD_BOOTSTRAP_ONUNINSTALL(Code)
Constant for SE component name to force bad bootstrap onUninstall() call.



SE_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP
final public static String SE_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP(Code)
Constant for SE component name to force bad bootstrap onUninstall() and cleanUp() calls.



SE_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP
final public static String SE_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP(Code)
Constant for SE component name to force bad bootstrap cleanUp() call after onUninstall().



SE_NAME_BAD_INIT
final public static String SE_NAME_BAD_INIT(Code)
Constant for SE component name to force bad init() call.



SE_NAME_BAD_SHUTDOWN
final public static String SE_NAME_BAD_SHUTDOWN(Code)
Constant for SE component name to force bad shutDown() call.



SE_NAME_BAD_SHUTDOWN_BOOTSTRAP_ONUNINSTALL
final public static String SE_NAME_BAD_SHUTDOWN_BOOTSTRAP_ONUNINSTALL(Code)
Constant for SE component name to force bad shutDown() and bootstrap onUninstall() calls.



SE_NAME_BAD_START
final public static String SE_NAME_BAD_START(Code)
Constant for SE component name to force bad start() call.



SE_NAME_BAD_STOP
final public static String SE_NAME_BAD_STOP(Code)
Constant for SE component name to force bad stop() call.



SE_NAME_BOOTSTRAP_MODIFY_CLASS_PATH
final public static String SE_NAME_BOOTSTRAP_MODIFY_CLASS_PATH(Code)
Constant for SE component name to force bootstrap onInstall() to modify the life cycle class path.



SE_NAME_TIMEOUT_INIT
final public static String SE_NAME_TIMEOUT_INIT(Code)
Constant for SE component name to force timeout on init() call.



SE_NAME_TIMEOUT_SHUTDOWN
final public static String SE_NAME_TIMEOUT_SHUTDOWN(Code)
Constant for SE component name to force timeout on shutDown() call.



SE_NAME_TIMEOUT_START
final public static String SE_NAME_TIMEOUT_START(Code)
Constant for SE component name to force timeout on start() call.



SE_NAME_TIMEOUT_STOP
final public static String SE_NAME_TIMEOUT_STOP(Code)
Constant for SE component name to force timeout on stop() call.



SL_1_DESC
final public static String SL_1_DESC(Code)
Constant for shared library 1 description.



SL_1_NAME
final public static String SL_1_NAME(Code)
Constant for shared library 1 component name.



SL_1_ROOT
final public static String SL_1_ROOT(Code)
Constant for shared library 1 root.



SL_2_DESC
final public static String SL_2_DESC(Code)
Constant for shared library 2 description.



SL_2_NAME
final public static String SL_2_NAME(Code)
Constant for shared library 2 component name.



SL_2_ROOT
final public static String SL_2_ROOT(Code)
Constant for shared library 2 root.



SU_NAME
final public static String SU_NAME(Code)
Constant for Service Unit name.



SU_NAME_DEPLOY_EXCEPTION
final public static String SU_NAME_DEPLOY_EXCEPTION(Code)
Constant for Service Unit name to cause an exception on the deploy.



SU_NAME_DEPLOY_TIMEOUT
final public static String SU_NAME_DEPLOY_TIMEOUT(Code)
Constant for Service Unit name to cause a timeout on the deploy.



SU_NAME_FIRST
final public static String SU_NAME_FIRST(Code)
Constant for Service Unit name that's always lowest in the collating sequence.



SU_NAME_INIT_EXCEPTION
final public static String SU_NAME_INIT_EXCEPTION(Code)
Constant for Service Unit name to cause an exception on the init.



SU_NAME_INIT_TIMEOUT
final public static String SU_NAME_INIT_TIMEOUT(Code)
Constant for Service Unit name to cause a timeout on the init.



SU_NAME_SHUTDOWN_EXCEPTION
final public static String SU_NAME_SHUTDOWN_EXCEPTION(Code)
Constant for Service Unit name to cause an exception on the shutdown.



SU_NAME_SHUTDOWN_TIMEOUT
final public static String SU_NAME_SHUTDOWN_TIMEOUT(Code)
Constant for Service Unit name to cause a timeout on the shutdown.



SU_NAME_START_EXCEPTION
final public static String SU_NAME_START_EXCEPTION(Code)
Constant for Service Unit name to cause an exception on the start.



SU_NAME_START_TIMEOUT
final public static String SU_NAME_START_TIMEOUT(Code)
Constant for Service Unit name to cause a timeout on the start.



SU_NAME_STOP_EXCEPTION
final public static String SU_NAME_STOP_EXCEPTION(Code)
Constant for Service Unit name to cause an exception on the stop.



SU_NAME_STOP_TIMEOUT
final public static String SU_NAME_STOP_TIMEOUT(Code)
Constant for Service Unit name to cause a timeout on the stop.



SU_NAME_UNDEPLOY_EXCEPTION
final public static String SU_NAME_UNDEPLOY_EXCEPTION(Code)
Constant for Service Unit name to cause an exception on the undeploy.



SU_NAME_UNDEPLOY_TIMEOUT
final public static String SU_NAME_UNDEPLOY_TIMEOUT(Code)
Constant for Service Unit name to cause a timeout on the undeploy.



SU_ROOT
final public static String SU_ROOT(Code)
Constant for Service Unit root path.



UPGRADED_FILE_NAME
final public static String UPGRADED_FILE_NAME(Code)
Constant for upgrade file name.





Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.