Package | Description |
---|---|
weblogic.wtc.gwt |
Provides useful WTC GWT Domain utilities.
|
weblogic.wtc.jatmi |
Provides JATMI primitives used to begin and end
transactions, allocate and free buffers, and provide the communication between
clients and servers.
|
Modifier and Type | Method | Description |
---|---|---|
Conversation |
TuxedoConnection.tpconnect(java.lang.String svc,
TypedBuffer data,
int flags) |
This implementation of tpconnect looks up the proper service using the
domain configuration files and/or MBeans.
|
Modifier and Type | Class | Description |
---|---|---|
class |
TPServiceInformation |
This class represents all the information needed to run a service
|
Modifier and Type | Method | Description |
---|---|---|
Conversation |
ApplicationToMonitorInterface.tpconnect(java.lang.String svc,
TypedBuffer data,
int flags) |
Establishes a half-duplex connection to a conversational
service,
svc . |