public interface ContextService
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
findContext(java.lang.String strContextName)
This method finds the context with a given name that is associated with a given activity.
|
static final java.lang.String COPYRIGHT
java.lang.Object findContext(java.lang.String strContextName) throws java.lang.Exception
strContextName
- the context namenull
if not foundjava.lang.Exception
- if any generic error occurs