public interface BusinessContextFactory
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
| Modifier and Type | Method and Description |
|---|---|
| ContextSPI | createContextSPI(ActivityToken token, ActivityData initData)
Creates a service provider interface object for the context associated with a given activity and initialization data.
|
| void | destroyContextSPI(ContextSPI ctxSPI)
Returns a given context service provider interface object to the pool.
|
static final java.lang.String COPYRIGHT
ContextSPI createContextSPI(ActivityToken token, ActivityData initData)
void destroyContextSPI(ContextSPI ctxSPI)