public class DefaultEjbProcessApplication extends EjbProcessApplication
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
properties |
EJB_CONTEXT_PATH, JAVA_APP_APP_NAME_PATH, MODULE_NAME_PATH
isDeployed, processApplicationElResolver
Constructor and Description |
---|
DefaultEjbProcessApplication() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getProperties()
override this method in order to provide a map of properties.
|
void |
start() |
void |
stop() |
autodetectProcessApplicationName, ensureInitialized, execute, getBusinessInterface, getReference, lookupEeApplicationName, lookupSelfReference
createDeployment, deploy, getElResolver, getExecutionListener, getName, getProcessApplicationClassloader, getRawObject, getTaskListener, initProcessApplicationElResolver, undeploy
@PostConstruct public void start()
@PreDestroy public void stop()
public Map<String,String> getProperties()
ProcessApplicationInterface
override this method in order to provide a map of properties.
The properties are made available globally through the ProcessApplicationService
getProperties
in interface ProcessApplicationInterface
getProperties
in class AbstractProcessApplication
ProcessApplicationService
,
ProcessApplicationInfo.getProperties()
Copyright © 2015. All rights reserved.