|
BEA Systems, Inc. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedBuffer | |
---|---|
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. |
Uses of TypedBuffer in weblogic.wtc.gwt |
---|
Methods in weblogic.wtc.gwt that return TypedBuffer | |
---|---|
static TypedBuffer |
XmlViewCnv.XMLToView(String xmlDoc,
Class viewTable,
String subType)
Convert an XML document into a VIEW or VIEW32 buffer |
Methods in weblogic.wtc.gwt with parameters of type TypedBuffer | |
---|---|
CallDescriptor |
TuxedoConnection.tpacall(String svc,
TypedBuffer data,
int flags)
This calls the other tpacall with null as the reply object |
CallDescriptor |
TuxedoConnection.tpacall(String svc,
TypedBuffer data,
int flags,
TpacallAsyncReply callBack)
This implementation of tpacall is aware of the domain configuration files which correlate services with local and remote domains. |
Reply |
TuxedoConnection.tpcall(String svc,
TypedBuffer data,
int flags)
This implementation of tpcall looks up the proper service using the domain configuration files and/or MBeans. |
Conversation |
TuxedoConnection.tpconnect(String svc,
TypedBuffer data,
int flags)
This implementation of tpconnect looks up the proper service using the domain configuration files and/or MBeans. |
byte[] |
TuxedoConnection.tpenqueue(String qspace,
String qname,
EnqueueRequest ctl,
TypedBuffer data,
int flags)
Much like tpacall, this looks up the remote qspace as a service offered through the domain configuration file, and once it has located the proper remote domain through which to send the enqueue request, it sends it. |
static String |
XmlViewCnv.ViewToXML(TypedBuffer view,
Class viewTable,
boolean rootNeeded)
Convert a VIEW or VIEW32 buffer into and XML document |
Uses of TypedBuffer in weblogic.wtc.jatmi |
---|
Classes in weblogic.wtc.jatmi that implement TypedBuffer | |
---|---|
class |
MBStringTypes
This class implements the common methods all of the TUXEDO standard Typed Buffers which supports MBSTRING data require. |
class |
StandardTypes
This class implements the common methods all of the TUXEDO standard Typed Buffers require. |
class |
TypedCArray
This is the jatmi analogue to the CARRAY Tuxedo buffer type |
class |
TypedFML
This implements FML in JAVA as a TypedBuffer. |
class |
TypedFML32
This implements TypedFML32 in JAVA as a TypedBuffer. |
class |
TypedMBString
This is the jatmi analogue to the MBSTRING Tuxedo buffer type |
class |
TypedString
This is the jatmi analogue to the STRING Tuxedo buffer type |
class |
TypedXML
This is the jatmi analogue to the XML Tuxedo buffer type |
class |
TypedXOctet
This is the jatmi analogue to the X_OCTET Tuxedo buffer type. |
Methods in weblogic.wtc.jatmi that return TypedBuffer | |
---|---|
TypedBuffer |
TypedBufferPool.get(String key)
|
TypedBuffer |
TuxedoReply.getReplyBuffer()
Returns the (possibly null) typed buffer returned from a service |
TypedBuffer |
Reply.getReplyBuffer()
Returns the (possibly null) typed buffer returned from a service |
TypedBuffer |
TPServiceInformation.getServiceData()
Returns the service data for this service |
TypedBuffer |
ViewHelper.newViewInstance(String viewName)
|
Methods in weblogic.wtc.jatmi with parameters of type TypedBuffer | |
---|---|
void |
TypedBufferPool.put(String key,
TypedBuffer value)
|
void |
TuxedoReply.setReplyBuffer(TypedBuffer tb)
Sets the (possibly null) typed buffer returned from a service |
CallDescriptor |
ApplicationToMonitorInterface.tpacall(String svc,
TypedBuffer data,
int flags)
Sends a deferred asyncronous request message to a Tuxedo service. |
CallDescriptor |
ApplicationToMonitorInterface.tpacall(String svc,
TypedBuffer data,
int flags,
TpacallAsyncReply callBack)
Sends an asyncronous request message to a Tuxedo service. |
Reply |
ApplicationToMonitorInterface.tpcall(String svc,
TypedBuffer data,
int flags)
Sends a request and synchronously awaits for the reply. |
Conversation |
ApplicationToMonitorInterface.tpconnect(String svc,
TypedBuffer data,
int flags)
Establishes a half-duplex connection to a conversational service, svc . |
byte[] |
ApplicationToMonitorInterface.tpenqueue(String qspace,
String qname,
EnqueueRequest ctl,
TypedBuffer data,
int flags)
Stores a message on the queue named by qname in the qspace queue space. |
void |
TPServiceInformation.tpsend(TypedBuffer data,
int flags)
All of the parameters here are the same as in the conversation interface. |
void |
Conversation.tpsend(TypedBuffer data,
int flags)
Sends data across an open connection from an initiator to a subordinate Tuxedo application. |
Constructors in weblogic.wtc.jatmi with parameters of type TypedBuffer | |
---|---|
TuxedoReply(TypedBuffer tb,
int tpurcode,
CallDescriptor cd)
Constructs a reply return with the given data, tpurcode and server return code. |
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |