public class WorkletConstants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
resourceServiceURL |
static java.lang.String |
wsHomeDir |
static boolean |
wsInitialised |
static boolean |
wsPersistOn |
Constructor and Description |
---|
WorkletConstants() |
Modifier and Type | Method and Description |
---|---|
static void |
setHomeDir(java.lang.String dir)
Called by the WorkletGateway servlet to set the actual local file path to
the worklet service (as read from the servlet context)
|
static void |
setPersist(boolean setting)
Called by the WorkletGateway servlet to set the persistence value
read in from web.xml
|
static void |
setResourceServiceURL(java.lang.String url)
Called by the WorkletGateway servlet to set the root url of the resource service.
|
static void |
setServicetInitialised()
Called by the WorkletGateway servlet to set a flag when the service has
completed initialisation (to prevent multi-initialisations)
|
public static java.lang.String wsHomeDir
public static java.lang.String resourceServiceURL
public static boolean wsPersistOn
public static boolean wsInitialised
public static void setPersist(boolean setting)
setting
- - true or false as specified in web.xmlpublic static void setHomeDir(java.lang.String dir)
dir
- - the local path value to the root of the worklet servicepublic static void setResourceServiceURL(java.lang.String url)
url
- the base URL of the resource service (as read from the servlet context)public static void setServicetInitialised()
Copyright © 2004-2014 The YAWL Foundation.