Field Summary |
|
final public static String | BC_BOOTSTRAP_CLASS_NAME Constant for BC bootstrap class name. |
final public static String | BC_BOOTSTRAP_CLASS_NAME_UPGRADE Constant for BC bootstrap class name for upgrade. |
final public static String | BC_BOOTSTRAP_CLASS_PATH Constant for BC bootstrap class path. |
final public static String | BC_DESCRIPTION Constant for BC description. |
final public static String | BC_LIFECYCLE_CLASS_NAME Constant for BC lifecycle class name. |
final public static String | BC_LIFECYCLE_CLASS_NAME_ALTERNATE Constant for alternate BC lifecycle class name. |
final public static String | BC_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE Constant for BC lifecycle class name that throws an exception when
getLifeCycle() is called. |
final public static String | BC_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE Constant for BC lifecycle class name that returns null when
getLifeCycle() is called. |
final public static String | BC_LIFECYCLE_CLASS_NAME_UPGRADE Constant for BC lifecycle class name for upgrade. |
final public static String | BC_LIFECYCLE_CLASS_PATH Constant for BC lifecycle class path. |
final public static String | BC_LIFECYCLE_CLASS_PATH_NEW Constant for BC lifecycle class path. |
final public static String | BC_NAME Constant for BC component name. |
final public static String | BC_NAME_BAD_BOOTSTRAP_INIT Constant for BC component name to force bad bootstrap init() call. |
final public static String | BC_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 String | BC_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP Constant for BC component name to force bad bootstrap cleanUp() call
after onInstall(). |
final public static String | BC_NAME_BAD_BOOTSTRAP_ONINSTALL Constant for BC component name to force bad bootstrap onInstall() call. |
final public static String | BC_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP Constant for BC component name to force bad bootstrap onInstall() and
cleanUp() calls. |
final public static String | BC_NAME_BAD_BOOTSTRAP_ONUNINSTALL Constant for BC component name to force bad bootstrap onUninstall() call. |
final public static String | BC_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP Constant for BC component name to force bad bootstrap onUninstall() and
cleanUp() calls. |
final public static String | BC_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP Constant for BC component name to force bad bootstrap cleanUp() call
after onUninstall(). |
final public static String | BC_NAME_BAD_BOOTSTRAP_UPGRADE Constant for BC component name to force bad bootstrap upgrade() call. |
final public static String | BC_NAME_BAD_INIT Constant for BC component name to force bad init() call. |
final public static String | BC_NAME_BAD_SHUTDOWN Constant for BC component name to force bad shutDown() call. |
final public static String | BC_NAME_BAD_START Constant for BC component name to force bad start() call. |
final public static String | BC_NAME_BAD_STOP Constant for BC component name to force bad stop() call. |
final public static String | BC_NAME_BOOTSTRAP_MODIFY_CLASS_PATH Constant for BC component name to force bootstrap onInstall() to
modify the life cycle class path. |
final public static String | BC_NAME_SLOW_INIT Constant for BC component name to force slow init() call. |
final public static String | BC_NAME_SLOW_SHUTDOWN Constant for BC component name to force slow shutDown() call. |
final public static String | BC_NAME_SLOW_START Constant for BC component name to force slow start() call. |
final public static String | BC_NAME_SLOW_STOP Constant for BC component name to force slow stop() call. |
final public static String | BC_NAME_TIMEOUT_INIT Constant for BC component name to force timeout on init() call. |
final public static String | BC_NAME_TIMEOUT_SHUTDOWN Constant for BC component name to force timeout on shutDown() call. |
final public static String | BC_NAME_TIMEOUT_START Constant for BC component name to force timeout on start() call. |
final public static String | BC_NAME_TIMEOUT_STOP Constant for BC component name to force timeout on stop() call. |
final public static String | PROPERTY_COMPONENT_NAME Constant for system property for component name. |
final public static String | SA_NAME Constant for Service Assembly name. |
final public static String | SE_BOOTSTRAP_CLASS_NAME Constant for SE bootstrap class name. |
final public static String | SE_BOOTSTRAP_CLASS_PATH Constant for SE bootstrap class path. |
final public static String | SE_DESCRIPTION Constant for SE description. |
final public static String | SE_LIFECYCLE_CLASS_NAME Constant for SE lifecycle class name. |
final public static String | SE_LIFECYCLE_CLASS_NAME_ALTERNATE Constant for alternate SE lifecycle class name. |
final public static String | SE_LIFECYCLE_CLASS_NAME_BAD_GET_LIFECYCLE Constant for SE lifecycle class name that throws an exception when
getLifeCycle() is called. |
final public static String | SE_LIFECYCLE_CLASS_NAME_NULL_GET_LIFECYCLE Constant for SE lifecycle class name that returns null when
getLifeCycle() is called. |
final public static String | SE_LIFECYCLE_CLASS_PATH Constant for SE lifecycle class path. |
final public static String | SE_NAME Constant for SE component name. |
final public static String | SE_NAME_BAD_BOOTSTRAP_INIT Constant for SE component name to force bad bootstrap init() call. |
final public static String | SE_NAME_BAD_BOOTSTRAP_INIT_CLEANUP Constant for SE component name to force bad bootstrap init() call
and bad bootstrap cleanUp() call. |
final public static String | SE_NAME_BAD_BOOTSTRAP_INSTALL_CLEANUP Constant for SE component name to force bad bootstrap cleanUp() call
after onInstall(). |
final public static String | SE_NAME_BAD_BOOTSTRAP_ONINSTALL Constant for SE component name to force bad bootstrap onInstall() call. |
final public static String | SE_NAME_BAD_BOOTSTRAP_ONINSTALL_CLEANUP Constant for SE component name to force bad bootstrap onInstall() and
cleanUp() calls. |
final public static String | SE_NAME_BAD_BOOTSTRAP_ONUNINSTALL Constant for SE component name to force bad bootstrap onUninstall() call. |
final public static String | SE_NAME_BAD_BOOTSTRAP_ONUNINSTALL_CLEANUP Constant for SE component name to force bad bootstrap onUninstall() and
cleanUp() calls. |
final public static String | SE_NAME_BAD_BOOTSTRAP_UNINSTALL_CLEANUP Constant for SE component name to force bad bootstrap cleanUp() call
after onUninstall(). |
final public static String | SE_NAME_BAD_INIT Constant for SE component name to force bad init() call. |
final public static String | SE_NAME_BAD_SHUTDOWN Constant for SE component name to force bad shutDown() call. |
final public static String | SE_NAME_BAD_SHUTDOWN_BOOTSTRAP_ONUNINSTALL Constant for SE component name to force bad shutDown() and bootstrap
onUninstall() calls. |
final public static String | SE_NAME_BAD_START Constant for SE component name to force bad start() call. |
final public static String | SE_NAME_BAD_STOP Constant for SE component name to force bad stop() call. |
final public static String | SE_NAME_BOOTSTRAP_MODIFY_CLASS_PATH Constant for SE component name to force bootstrap onInstall() to
modify the life cycle class path. |
final public static String | SE_NAME_TIMEOUT_INIT Constant for SE component name to force timeout on init() call. |
final public static String | SE_NAME_TIMEOUT_SHUTDOWN Constant for SE component name to force timeout on shutDown() call. |
final public static String | SE_NAME_TIMEOUT_START Constant for SE component name to force timeout on start() call. |
final public static String | SE_NAME_TIMEOUT_STOP Constant for SE component name to force timeout on stop() call. |
final public static String | SL_1_DESC Constant for shared library 1 description. |
final public static String | SL_1_NAME Constant for shared library 1 component name. |
final public static String | SL_1_ROOT Constant for shared library 1 root. |
final public static String | SL_2_DESC Constant for shared library 2 description. |
final public static String | SL_2_NAME Constant for shared library 2 component name. |
final public static String | SL_2_ROOT Constant for shared library 2 root. |
final public static String | SU_NAME Constant for Service Unit name. |
final public static String | SU_NAME_DEPLOY_EXCEPTION Constant for Service Unit name to cause an exception on the deploy. |
final public static String | SU_NAME_DEPLOY_TIMEOUT Constant for Service Unit name to cause a timeout on the deploy. |
final public static String | SU_NAME_FIRST Constant for Service Unit name that's always lowest in the collating
sequence. |
final public static String | SU_NAME_INIT_EXCEPTION Constant for Service Unit name to cause an exception on the init. |
final public static String | SU_NAME_INIT_TIMEOUT Constant for Service Unit name to cause a timeout on the init. |
final public static String | SU_NAME_SHUTDOWN_EXCEPTION Constant for Service Unit name to cause an exception on the shutdown. |
final public static String | SU_NAME_SHUTDOWN_TIMEOUT Constant for Service Unit name to cause a timeout on the shutdown. |
final public static String | SU_NAME_START_EXCEPTION Constant for Service Unit name to cause an exception on the start. |
final public static String | SU_NAME_START_TIMEOUT Constant for Service Unit name to cause a timeout on the start. |
final public static String | SU_NAME_STOP_EXCEPTION Constant for Service Unit name to cause an exception on the stop. |
final public static String | SU_NAME_STOP_TIMEOUT Constant for Service Unit name to cause a timeout on the stop. |
final public static String | SU_NAME_UNDEPLOY_EXCEPTION Constant for Service Unit name to cause an exception on the undeploy. |
final public static String | SU_NAME_UNDEPLOY_TIMEOUT Constant for Service Unit name to cause a timeout on the undeploy. |
final public static String | SU_ROOT Constant for Service Unit root path. |
final public static String | UPGRADED_FILE_NAME Constant for upgrade file name. |