@Service @Singleton public class ProcessEnvironment extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcessEnvironment.ProcessType
Enumeration of the supported process types
Server is the application server
ACC is the application client
Other is a standalone java.
|
| Constructor and Description |
|---|
ProcessEnvironment()
Default initialization is unkown process environment
|
ProcessEnvironment(ProcessEnvironment.ProcessType type)
Creates a process environemnt for the inten
|
| Modifier and Type | Method and Description |
|---|---|
ProcessEnvironment.ProcessType |
getProcessType()
Determine and return the modes in which the code is behaving,
like application server or application client modes.
|
public ProcessEnvironment()
public ProcessEnvironment(ProcessEnvironment.ProcessType type)
type - of the execution environemntpublic ProcessEnvironment.ProcessType getProcessType()
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.