public class ContextServiceFactory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_SERVICE_IMPL
The default business context service implementation
|
static java.lang.String |
CONTEXT_SERVICE_IMPLEMENTATION_PROPERTY
The property file to represent which business context implementation to
use.
|
static java.lang.String |
CONTEXT_SERVICE_SYSTEM_PROPERTY
The system property to represent which business context implementation to
use.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
DEFAULT_CONTEXT_SERVICE_IMPLEMENTATION
The default class of the business context service implementation.
|
static java.lang.String |
DEFAULT_J2SE_CONTEXT_SERVICE_IMPLEMENTATION
The default class of the business context service implementation running
in J2SE mode.
|
static java.lang.String |
J2SE_SYSTEM_PROPERTY
The system property to indicate if Business Context Service is running in
standalone, J2SE, mode.
|
static java.lang.String |
J2SE_SYSTEM_PROPERTY_TRUE_VALUE
The value of the "j2se" system property when it is running in a J2SE
environment
|
Modifier and Type | Method and Description |
---|---|
static ContextService |
getContextService()
Returns the implementation of the business context service to use.
|
public static final java.lang.String COPYRIGHT
public static final java.lang.String CONTEXT_SERVICE_SYSTEM_PROPERTY
public static final java.lang.String J2SE_SYSTEM_PROPERTY
public static final java.lang.String J2SE_SYSTEM_PROPERTY_TRUE_VALUE
public static final java.lang.String DEFAULT_CONTEXT_SERVICE_IMPLEMENTATION
public static final java.lang.String DEFAULT_J2SE_CONTEXT_SERVICE_IMPLEMENTATION
public static final java.lang.String CONTEXT_SERVICE_IMPLEMENTATION_PROPERTY
public static final java.lang.String CONTEXT_SERVICE_IMPL
public static ContextService getContextService()