Package | Description |
---|---|
weblogic.jdbc.common.internal | |
weblogic.wtc.gwt |
Provides useful WTC GWT Domain utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAffinityContextHelper |
class |
SessionAffinityContextHelper |
class |
XAAffinityContextHelper |
Modifier and Type | Field and Description |
---|---|
(package private) AffinityContextHelper |
XAAffinityCallback.affinityContextHelper |
private AffinityContextHelper |
SessionAffinityCallback.affinityContextHelper |
Modifier and Type | Method and Description |
---|---|
static AffinityContextHelper |
AffinityContextHelperFactory.createSessionAffinityContextHelper()
Returns a web-session affinity AffinityContextHelper instance.
|
static AffinityContextHelper |
AffinityContextHelperFactory.createXAAffinityContextHelper()
Returns a XA/transaction affinity AffinityContextHelper instance.
|
Modifier and Type | Method and Description |
---|---|
static void |
GwtUtil.addOutboundAffinityCtxToMetaTCM(tfmh tmmsg,
AffinityContextHelper affinityctxhelper,
boolean isTran)
Put all affinity context into MetaTCM of the tuxedo message
|
static void |
GwtUtil.getInboundAffinityCtxFromMetaTCM(tfmh service_tmmsg,
AffinityContextHelper affinityctxhelper,
boolean isTran)
Put all affinity context into MetaTCM of the tuxedo message
|